summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve error handling in OBJ_add_object()tb2023-09-051-13/+7
* Garbage collect two commented abort()tb2023-08-171-3/+1
* Make the local ASN1_OBJECTs consttb2023-08-171-2/+2
* Remove some unnecessary else branchestb2023-08-171-7/+5
* Remove some parents from return statementstb2023-08-171-8/+8
* Use cmp instead of i for the result of a comparisontb2023-08-171-5/+5
* Use OBJ_cmp() instead of inlining two variantstb2023-08-171-12/+4
* Avoid memcmp(NULL, x, 0) in OBJ_cmp()tb2023-08-171-6/+7
* Remove OBJ_add_sigid() and OBJ_sigid_free()tb2023-07-282-17/+2
* Align argument names of OBJ_add_sigid() with the other functions.tb2023-07-221-2/+2
* Rewrite obj_xref.ctb2023-07-224-419/+291
* Neuter OBJ_add_sigid() and OBJ_sigid_free()tb2023-07-221-93/+11
* Hide symbols in objectsbeck2023-07-085-5/+37
* Move check_defer() and obj_cleanup_defer to evp/names.ctb2023-06-291-6/+1
* regentb2023-06-151-1/+9
* Add RSA with the sha3s to obj_xref.txttb2023-06-151-0/+4
* regen obj_xref.htb2023-06-151-12/+14
* Add Ed25519 to the obj_xref table.tb2023-06-151-3/+6
* Simplify OBJ_obj2txt()tb2023-05-231-7/+1
* Always NUL terminate buf in OBJ_obj2txt()tb2023-05-231-1/+4
* Add NIDs for truncated SHA-2, SHA-3 and related thingstb2023-04-252-7/+72
* spelling fixes; from paul tagliamontejmc2022-12-262-4/+4
* Make internal header file names consistenttb2022-11-262-4/+4
* Add ED25519 aliases for NID, SN and OBJtb2022-11-131-3/+1
* Stop pretending that obj_mac.h is optional.jsing2022-11-111-896/+1
* Map objects for ED25519 to Ed25519.jsing2022-11-101-1/+7
* In case lh_OBJ_NAME_insert returns NULL due to a failed malloc, onpmbuhl2022-11-081-1/+2
* Add OID for RPKI signedTAL objectsjob2022-09-152-0/+2
* 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