summaryrefslogtreecommitdiff
path: root/lib/libcrypto/objects
AgeCommit message (Expand)Author
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
2021-02-03Add OID for draft-ietf-opsawg-finding-geofeedsjob
2021-02-02Add a bunch of RPKI OIDsjob
2020-06-05Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.Joel Sing
2020-06-05Add support for additional GOST curves.Joel Sing
2019-11-01Provide NID for pSpecified.Joel Sing
2019-09-05Add objects for ECDH schemes in RFC 5753.Joel Sing
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-04-19Allocate fixed NIDs for SM3/SM4.Joel Sing
2019-03-17Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.Theo Buehler
2019-03-02Fix OID for sm3WithRSAEncryption which was apparently mixed upTheo Buehler
2018-11-11Add Ribose Inc's implementation of the SM3 hashing function withTheo Buehler
2018-09-08ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).Theo Buehler
2018-09-08indent labelsTheo Buehler