summaryrefslogtreecommitdiff
path: root/lib/libcrypto/objects
AgeCommit message (Expand)Author
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
2018-09-08missing word & a couple of typosTheo Buehler
2018-03-17Provide object identifier for chacha20-poly1305.Joel Sing
2018-03-17Provide object identifiers for TLS cipher suite key exchange andJoel Sing
2017-05-25Add definitions for three OIDs used in EV certificates.Joel Sing
2017-02-28Fix typo in issuingDistributionPoint description.Joel Sing
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2017-01-21Place {DECLARE,IMPLEMENT}_OBJ_BSEARCH{_GLOBAL,}_CMP_FN macros undefJoel Sing
2017-01-21Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.Joel Sing
2016-12-22OBJ_obj2txt() should return the total amount of space requiredKinichiro Inoguchi
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-11-05Add objects for X25519, X448, Ed25519 and Ed448.Joel Sing
2016-07-17remove unused OPENSSL_NO_OBJECT caseBrent Cook
2015-10-14better fix for overrun reported by Qualys Security.Ted Unangst
2015-10-14Bail out early if we have no buf_lenBob Beck
2015-10-14fix a memory leak reported by Qualys Security.Ted Unangst
2015-10-14Ensure we don't write a 0 byte past end of the buffer in the error case.Bob Beck
2015-07-18Coverity ID 78910 - Yet another stupid API designed to not show failures. do theBob Beck
2015-02-10Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastJoel Sing