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
Age
Commit message (
Expand
)
Author
2024-08-28
Fix underlying pkey of RSA-PSS
Theo Buehler
2024-07-14
Remove lhash_local.h.
Joel Sing
2024-07-09
Choose fixed NID for TLS1-PRF
Theo Buehler
2024-07-09
Add NID for TLS1-PRF
Theo Buehler
2024-06-24
libcrypto: constify most error string tables
Theo Buehler
2024-05-08
fix line wrapping in function definition
Theo Buehler
2024-03-02
Make LHASH_OF() and STACK_OF() use opaque structs
Theo Buehler
2024-03-02
Remove unused OBJ_create_and_add_object()
Theo Buehler
2024-03-02
Remove no longer supported OBJ_NAME_TYPEs
Theo Buehler
2024-03-02
Make OBJ_add_object() static
Theo Buehler
2024-03-02
Remove OBJ_bsearch_()
Theo Buehler
2024-03-02
Switch name member of OBJ_NAME to const void *
Theo Buehler
2024-03-02
Remove unused public OBJ_NAME_* API
Theo Buehler
2024-02-26
Neuter OBJ_bsearch{_,ex_}()
Theo Buehler
2024-01-29
Add id-ct-rpkiSignedPrefixList NID
Job Snijders
2024-01-29
Add id-ct-rpkiSignedPrefixList OID
Job Snijders
2024-01-27
Teach OBJ_find_sigid_{,by_}algs(3) about ECDSA with SHA-3
Theo Buehler
2024-01-27
Allocate a fixed NID for the acmeIdentifer OID
Theo Buehler
2024-01-27
Add data for the RFC 8737 acmeIdentifier
Theo Buehler
2024-01-24
Stop fiddling with hash table internals from lhash doall callers.
Joel Sing
2024-01-13
The OBJ_NAME API joins the party in evp_names.c
Theo Buehler
2024-01-13
Remove obj_cleanup_defer
Theo Buehler
2024-01-13
Garbage collect check_defer()
Theo Buehler
2024-01-13
Remove the guts of the OBJ_NAME API
Theo Buehler
2024-01-13
Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3)
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
[next]