summaryrefslogtreecommitdiff
path: root/lib/libcrypto/objects
AgeCommit message (Expand)Author
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
2023-08-17Remove some parents from return statementsTheo Buehler
2023-08-17Use cmp instead of i for the result of a comparisonTheo Buehler
2023-08-17Use OBJ_cmp() instead of inlining two variantsTheo Buehler
2023-08-17Avoid memcmp(NULL, x, 0) in OBJ_cmp()Theo Buehler
2023-07-28Remove OBJ_add_sigid() and OBJ_sigid_free()Theo Buehler
2023-07-22Align argument names of OBJ_add_sigid() with the other functions.Theo Buehler
2023-07-22Rewrite obj_xref.cTheo Buehler
2023-07-22Neuter OBJ_add_sigid() and OBJ_sigid_free()Theo Buehler
2023-07-08Hide symbols in objectsBob Beck
2023-06-29Move check_defer() and obj_cleanup_defer to evp/names.cTheo Buehler
2023-06-15regenTheo Buehler
2023-06-15Add RSA with the sha3s to obj_xref.txtTheo Buehler
2023-06-15regen obj_xref.hTheo Buehler
2023-06-15Add Ed25519 to the obj_xref table.Theo Buehler
2023-05-23Simplify OBJ_obj2txt()Theo Buehler
2023-05-23Always NUL terminate buf in OBJ_obj2txt()Theo Buehler
2023-04-25Add NIDs for truncated SHA-2, SHA-3 and related thingsTheo Buehler
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-13Add ED25519 aliases for NID, SN and OBJTheo Buehler
2022-11-11Stop pretending that obj_mac.h is optional.Joel Sing
2022-11-10Map objects for ED25519 to Ed25519.Joel Sing
2022-11-08In case lh_OBJ_NAME_insert returns NULL due to a failed malloc, onpMoritz Buhl
2022-09-15Add OID for RPKI signedTAL objectsJob Snijders
2022-07-16Add NID for signingCertificateV2Klemens Nanni
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-05-05Add NID for HKDFTheo Buehler
2022-03-19Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()Joel Sing
2022-03-02Rewrite ASN1_OBJECT content to ascii/text conversion.Joel Sing
2022-02-12Limit OID text conversion to 64 bits per arc.Joel Sing
2022-02-11Make OBJ_obj2nid() work correctly with NID_undef.Joel Sing
2022-01-14Hide OBJ_bsearch_ from public visibility,Theo Buehler
2022-01-14Remove check_defer and obj_cleanup_defer from public visibilityTheo Buehler
2022-01-14Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APITheo Buehler
2022-01-08Prepare to provide OBJ_length() and OBJ_get0_data()Theo Buehler
2022-01-08tiny whitespace tweakTheo Buehler
2022-01-07include asn1_locl.h where it will be needed for the bump.Theo Buehler
2021-11-24Make the certificate transparency code build with the rest of the libraryBob Beck
2021-11-09Add ASPA OIDJob Snijders
2021-10-26Add tlsfeature NIDJob Snijders
2021-09-11Add BGPSec Router (RFC 8209) Key Purpose OIDJob Snijders
2021-09-01Remove assignment of value that is never read.Bob Beck
2021-05-19Adjust libcrypto obj_xref.txt to obj_xref.hKinichiro Inoguchi
2021-05-14Improve libcrypto obj_xref.h generatorKinichiro Inoguchi
2021-05-12Add obj_xref for ECDH schemes in RFC 5753Kinichiro Inoguchi
2021-05-09Add draft-ietf-sidrops-rpki-rsc OIDjob