summaryrefslogtreecommitdiff
path: root/lib/libcrypto/objects
AgeCommit message (Expand)Author
2024-08-28Fix underlying pkey of RSA-PSSTheo Buehler
2024-07-14Remove lhash_local.h.Joel Sing
2024-07-09Choose fixed NID for TLS1-PRFTheo Buehler
2024-07-09Add NID for TLS1-PRFTheo Buehler
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2024-05-08fix line wrapping in function definitionTheo Buehler
2024-03-02Make LHASH_OF() and STACK_OF() use opaque structsTheo Buehler
2024-03-02Remove unused OBJ_create_and_add_object()Theo Buehler
2024-03-02Remove no longer supported OBJ_NAME_TYPEsTheo Buehler
2024-03-02Make OBJ_add_object() staticTheo Buehler
2024-03-02Remove OBJ_bsearch_()Theo Buehler
2024-03-02Switch name member of OBJ_NAME to const void *Theo Buehler
2024-03-02Remove unused public OBJ_NAME_* APITheo Buehler
2024-02-26Neuter OBJ_bsearch{_,ex_}()Theo Buehler
2024-01-29Add id-ct-rpkiSignedPrefixList NIDJob Snijders
2024-01-29Add id-ct-rpkiSignedPrefixList OIDJob Snijders
2024-01-27Teach OBJ_find_sigid_{,by_}algs(3) about ECDSA with SHA-3Theo Buehler
2024-01-27Allocate a fixed NID for the acmeIdentifer OIDTheo Buehler
2024-01-27Add data for the RFC 8737 acmeIdentifierTheo Buehler
2024-01-24Stop fiddling with hash table internals from lhash doall callers.Joel Sing
2024-01-13The OBJ_NAME API joins the party in evp_names.cTheo Buehler
2024-01-13Remove obj_cleanup_deferTheo Buehler
2024-01-13Garbage collect check_defer()Theo Buehler
2024-01-13Remove the guts of the OBJ_NAME APITheo Buehler
2024-01-13Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3)Theo Buehler
2023-12-15Hoist OBJ_sn2nid() over OBJ_ln2nid()Theo Buehler
2023-12-15Coverity rightly points out that an unsigned int is always >= 0Theo Buehler
2023-12-14OBJ_create: sorry Omar, aobj is a better name than opTheo Buehler
2023-12-14OBJ_create: use a nid variable to avoid nested function callTheo Buehler
2023-12-14OBJ_create: malloc() -> calloc()Theo Buehler
2023-12-14OBJ_create: test and assign as usualTheo Buehler
2023-12-14OBJ_create: initialize buf and turn function into single exitTheo Buehler
2023-12-14OBJ_create: rename ok to ret and make it last declarationTheo Buehler
2023-12-14OBJ_create(): rename i to lenTheo Buehler
2023-12-14OBJ_create(): remove pointless parenthesesTheo Buehler
2023-12-14OBJ_create(): remove useless castTheo Buehler
2023-12-14OPENSSL_assert() that the passed nid is within rangeTheo Buehler
2023-12-14Move the txt to obj/nid conversions a bit down.Theo Buehler
2023-12-14Dedup OBJ_nid2{obj,sn,ln}()Theo Buehler
2023-12-14Simplify OBJ_nid2obj()Theo Buehler
2023-12-14Simplify OBJ_nid2sn()Theo Buehler
2023-12-14Simplify OBJ_nid2ln()Theo Buehler
2023-12-13Simplify OBJ_ln2nid()Theo Buehler
2023-12-13Simplify OBJ_sn2nid()Theo Buehler
2023-12-13Simplify OBJ_obj2nid()Theo Buehler
2023-11-27Remove silly parenthesesTheo Buehler
2023-09-05Improve error handling in OBJ_add_object()Theo Buehler
2023-08-17Garbage collect two commented abort()Theo Buehler
2023-08-17Make the local ASN1_OBJECTs constTheo Buehler
2023-08-17Remove some unnecessary else branchesTheo Buehler