summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add NID for signingCertificateV2kn2022-07-162-0/+2
* Remove mkerr.pl remnants from LibreSSLkn2022-07-122-12/+2
* Add NID for HKDFtb2022-05-052-0/+4
* Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()jsing2022-03-191-30/+3
* Rewrite ASN1_OBJECT content to ascii/text conversion.jsing2022-03-021-76/+5
* Limit OID text conversion to 64 bits per arc.jsing2022-02-121-55/+16
* Make OBJ_obj2nid() work correctly with NID_undef.jsing2022-02-111-3/+3
* Hide OBJ_bsearch_ from public visibility,tb2022-01-141-84/+4
* Remove check_defer and obj_cleanup_defer from public visibilitytb2022-01-141-1/+3
* Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APItb2022-01-141-3/+1
* Prepare to provide OBJ_length() and OBJ_get0_data()tb2022-01-082-2/+28
* tiny whitespace tweaktb2022-01-081-2/+2
* include asn1_locl.h where it will be needed for the bump.tb2022-01-072-2/+6
* Make the certificate transparency code build with the rest of the librarybeck2021-11-242-0/+10
* Add ASPA OIDjob2021-11-092-0/+2
* Add tlsfeature NIDjob2021-10-262-0/+2
* Add BGPSec Router (RFC 8209) Key Purpose OIDjob2021-09-112-0/+2
* Remove assignment of value that is never read.beck2021-09-011-2/+1
* Adjust libcrypto obj_xref.txt to obj_xref.hinoguchi2021-05-191-2/+2
* Improve libcrypto obj_xref.h generatorinoguchi2021-05-141-0/+4
* Add obj_xref for ECDH schemes in RFC 5753inoguchi2021-05-122-1/+34
* Add draft-ietf-sidrops-rpki-rsc OIDjob2021-05-092-0/+2
* Add OID for draft-ietf-opsawg-finding-geofeedsjob2021-02-032-0/+2
* Add a bunch of RPKI OIDsjob2021-02-022-1/+26
* Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.jsing2020-06-052-0/+4
* Add support for additional GOST curves.jsing2020-06-052-4/+16
* Provide NID for pSpecified.jsing2019-11-012-0/+2
* Add objects for ECDH schemes in RFC 5753.jsing2019-09-052-0/+32
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* Allocate fixed NIDs for SM3/SM4.jsing2019-04-191-0/+12
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-171-0/+16
* Fix OID for sm3WithRSAEncryption which was apparently mixed uptb2019-03-021-1/+1
* Add Ribose Inc's implementation of the SM3 hashing function withtb2018-11-111-0/+5
* ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).tb2018-09-081-2/+2
* indent labelstb2018-09-082-8/+8
* missing word & a couple of typostb2018-09-081-3/+3
* Provide object identifier for chacha20-poly1305.jsing2018-03-172-0/+3
* Provide object identifiers for TLS cipher suite key exchange andjsing2018-03-172-0/+20
* Add definitions for three OIDs used in EV certificates.jsing2017-05-252-0/+9
* Fix typo in issuingDistributionPoint description.jsing2017-02-281-1/+1
* Send the function codes from the error functions to the bit bucket,beck2017-01-294-23/+17
* Place {DECLARE,IMPLEMENT}_OBJ_BSEARCH{_GLOBAL,}_CMP_FN macros undefjsing2017-01-211-1/+5
* Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.jsing2017-01-212-12/+92
* OBJ_obj2txt() should return the total amount of space requiredinoguchi2016-12-221-5/+1
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+4
* Add objects for X25519, X448, Ed25519 and Ed448.jsing2016-11-052-0/+15
* remove unused OPENSSL_NO_OBJECT casebcook2016-07-171-14/+1
* better fix for overrun reported by Qualys Security.tedu2015-10-141-4/+1
* Bail out early if we have no buf_lenbeck2015-10-141-1/+5
* fix a memory leak reported by Qualys Security.tedu2015-10-141-3/+4