summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_xref.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix underlying pkey of RSA-PSStb2024-08-281-2/+2
* Teach OBJ_find_sigid_{,by_}algs(3) about ECDSA with SHA-3tb2024-01-271-1/+21
* Remove OBJ_add_sigid() and OBJ_sigid_free()tb2023-07-281-14/+1
* Align argument names of OBJ_add_sigid() with the other functions.tb2023-07-221-2/+2
* Rewrite obj_xref.ctb2023-07-221-125/+291
* Neuter OBJ_add_sigid() and OBJ_sigid_free()tb2023-07-221-93/+11
* Hide symbols in objectsbeck2023-07-081-1/+5
* Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.jsing2017-01-211-5/+37
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-28/+0
* ok, next pass after review: when possible, put the reallocarray argumentsderaadt2014-05-291-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* KNF.jsing2014-04-191-64/+63
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-3/+3
* import OpenSSL-1.0.1cdjm2012-10-131-3/+6
* import OpenSSL-1.0.0adjm2010-10-011-0/+231