index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
objects
/
obj_dat.c
Age
Commit message (
Expand
)
Author
2024-03-02
Make OBJ_add_object() static
Theo Buehler
2024-03-02
Remove OBJ_bsearch_()
Theo Buehler
2024-02-26
Neuter OBJ_bsearch{_,ex_}()
Theo Buehler
2024-01-24
Stop fiddling with hash table internals from lhash doall callers.
Joel Sing
2024-01-13
Remove obj_cleanup_defer
Theo Buehler
2024-01-13
Garbage collect check_defer()
Theo Buehler
2023-12-15
Hoist OBJ_sn2nid() over OBJ_ln2nid()
Theo Buehler
2023-12-15
Coverity rightly points out that an unsigned int is always >= 0
Theo Buehler
2023-12-14
OBJ_create: sorry Omar, aobj is a better name than op
Theo Buehler
2023-12-14
OBJ_create: use a nid variable to avoid nested function call
Theo Buehler
2023-12-14
OBJ_create: malloc() -> calloc()
Theo Buehler
2023-12-14
OBJ_create: test and assign as usual
Theo Buehler
2023-12-14
OBJ_create: initialize buf and turn function into single exit
Theo Buehler
2023-12-14
OBJ_create: rename ok to ret and make it last declaration
Theo Buehler
2023-12-14
OBJ_create(): rename i to len
Theo Buehler
2023-12-14
OBJ_create(): remove pointless parentheses
Theo Buehler
2023-12-14
OBJ_create(): remove useless cast
Theo Buehler
2023-12-14
OPENSSL_assert() that the passed nid is within range
Theo Buehler
2023-12-14
Move the txt to obj/nid conversions a bit down.
Theo Buehler
2023-12-14
Dedup OBJ_nid2{obj,sn,ln}()
Theo Buehler
2023-12-14
Simplify OBJ_nid2obj()
Theo Buehler
2023-12-14
Simplify OBJ_nid2sn()
Theo Buehler
2023-12-14
Simplify OBJ_nid2ln()
Theo Buehler
2023-12-13
Simplify OBJ_ln2nid()
Theo Buehler
2023-12-13
Simplify OBJ_sn2nid()
Theo Buehler
2023-12-13
Simplify OBJ_obj2nid()
Theo Buehler
2023-11-27
Remove silly parentheses
Theo Buehler
2023-09-05
Improve error handling in OBJ_add_object()
Theo Buehler
2023-08-17
Garbage collect two commented abort()
Theo Buehler
2023-08-17
Make the local ASN1_OBJECTs const
Theo Buehler
2023-08-17
Remove some unnecessary else branches
Theo Buehler
2023-08-17
Remove some parents from return statements
Theo Buehler
2023-08-17
Use cmp instead of i for the result of a comparison
Theo Buehler
2023-08-17
Use OBJ_cmp() instead of inlining two variants
Theo Buehler
2023-07-08
Hide symbols in objects
Bob Beck
2023-05-23
Simplify OBJ_obj2txt()
Theo Buehler
2023-05-23
Always NUL terminate buf in OBJ_obj2txt()
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-03-19
Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()
Joel Sing
2022-03-02
Rewrite ASN1_OBJECT content to ascii/text conversion.
Joel Sing
2022-02-12
Limit OID text conversion to 64 bits per arc.
Joel Sing
2022-02-11
Make OBJ_obj2nid() work correctly with NID_undef.
Joel Sing
2022-01-08
Prepare to provide OBJ_length() and OBJ_get0_data()
Theo Buehler
2022-01-07
include asn1_locl.h where it will be needed for the bump.
Theo Buehler
2021-09-01
Remove assignment of value that is never read.
Bob Beck
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2018-09-08
ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).
Theo Buehler
2018-09-08
indent labels
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
[next]