summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects (follow)
Commit message (Expand)AuthorAgeFilesLines
* obj_dat: remove parens from returntb2025-02-261-9/+9
* obj_dat: don't shift a->length into the sign bittb2025-02-261-2/+2
* obj_dat: don't shift ca->type into the sign bittb2025-02-261-2/+2
* Fix underlying pkey of RSA-PSStb2024-08-281-2/+2
* Remove lhash_local.h.jsing2024-07-141-2/+1
* Choose fixed NID for TLS1-PRFtb2024-07-091-0/+1
* Add NID for TLS1-PRFtb2024-07-091-0/+2
* libcrypto: constify most error string tablestb2024-06-241-5/+7
* fix line wrapping in function definitiontb2024-05-081-2/+3
* Make LHASH_OF() and STACK_OF() use opaque structstb2024-03-021-1/+2
* Remove unused OBJ_create_and_add_object()tb2024-03-021-3/+1
* Remove no longer supported OBJ_NAME_TYPEstb2024-03-021-4/+2
* Make OBJ_add_object() statictb2024-03-022-5/+3
* Remove OBJ_bsearch_()tb2024-03-022-31/+2
* Switch name member of OBJ_NAME to const void *tb2024-03-021-2/+2
* Remove unused public OBJ_NAME_* APItb2024-03-021-10/+1
* Neuter OBJ_bsearch{_,ex_}()tb2024-02-261-29/+5
* Add id-ct-rpkiSignedPrefixList NIDjob2024-01-291-0/+1
* Add id-ct-rpkiSignedPrefixList OIDjob2024-01-291-0/+1
* Teach OBJ_find_sigid_{,by_}algs(3) about ECDSA with SHA-3tb2024-01-271-1/+21
* Allocate a fixed NID for the acmeIdentifer OIDtb2024-01-271-0/+1
* Add data for the RFC 8737 acmeIdentifiertb2024-01-271-0/+1
* Stop fiddling with hash table internals from lhash doall callers.jsing2024-01-241-2/+2
* The OBJ_NAME API joins the party in evp_names.ctb2024-01-131-51/+0
* Remove obj_cleanup_defertb2024-01-131-12/+1
* Garbage collect check_defer()tb2024-01-131-8/+1
* Remove the guts of the OBJ_NAME APItb2024-01-131-244/+11
* Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3)tb2024-01-131-80/+1
* Hoist OBJ_sn2nid() over OBJ_ln2nid()tb2023-12-151-17/+17
* Coverity rightly points out that an unsigned int is always >= 0tb2023-12-151-4/+4
* OBJ_create: sorry Omar, aobj is a better name than optb2023-12-141-5/+5
* OBJ_create: use a nid variable to avoid nested function calltb2023-12-141-3/+4
* OBJ_create: malloc() -> calloc()tb2023-12-141-2/+2
* OBJ_create: test and assign as usualtb2023-12-141-7/+7
* OBJ_create: initialize buf and turn function into single exittb2023-12-141-4/+5
* OBJ_create: rename ok to ret and make it last declarationtb2023-12-141-4/+4
* OBJ_create(): rename i to lentb2023-12-141-8/+8
* OBJ_create(): remove pointless parenthesestb2023-12-141-4/+4
* OBJ_create(): remove useless casttb2023-12-141-2/+2
* OPENSSL_assert() that the passed nid is within rangetb2023-12-141-1/+7
* Move the txt to obj/nid conversions a bit down.tb2023-12-141-42/+42
* Dedup OBJ_nid2{obj,sn,ln}()tb2023-12-141-49/+9
* Simplify OBJ_nid2obj()tb2023-12-141-23/+26
* Simplify OBJ_nid2sn()tb2023-12-141-23/+26
* Simplify OBJ_nid2ln()tb2023-12-141-23/+26
* Simplify OBJ_ln2nid()tb2023-12-131-42/+32
* Simplify OBJ_sn2nid()tb2023-12-131-41/+30
* Simplify OBJ_obj2nid()tb2023-12-131-39/+28
* Remove silly parenthesestb2023-11-271-3/+3
* Improve error handling in OBJ_add_object()tb2023-09-051-13/+7