summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/p_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split ameth arrays into individual methodstb2024-01-041-14/+21
* Remove EVP_PKEY's save_type membertb2024-01-011-4/+1
* Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.ctb2023-12-291-5/+193
* Move EVP_PKEY_assign() a bit up and tweak it slightlytb2023-12-251-10/+10
* Rename a few ret into pkeytb2023-12-251-28/+29
* Rework EVP_PKEY_set_type{,_str}()tb2023-12-251-34/+27
* Rework EVP_PKEY_free()tb2023-12-251-11/+7
* Move EVP_PKEY_free() up next to evp_pkey_free_pkey_ptr()tb2023-12-251-19/+19
* Fix EVP_PKEY_up_ref() - must have hit ^X somehowtb2023-12-251-2/+2
* Rework evp_pkey_free_pkey_ptr()tb2023-12-251-6/+7
* Rename EVP_PKEY_free_it() into evp_pkey_free_pkey_ptr()tb2023-12-251-4/+4
* Move the confusingly named EVP_PKEY_free_it() a bit uptb2023-12-251-12/+10
* Simplify EVP_PKEY_up_ref()tb2023-12-251-3/+2
* Switch EVP_PKEY_new() from malloc() to calloc()tb2023-12-251-8/+6
* Ignore ENGINE at the API boundarytb2023-11-291-26/+17
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-191-20/+1
* Make EVP_PKEY_get1_$TYPE a wrapper of EVP_PKEY_get0_$TYPEtb2023-09-101-22/+29
* Align EVP_PKEY_get1_RSA() with EVP_PKEY_get0_RSA()tb2023-09-021-6/+7
* Fix EVP_PKEY_get0_RSA() for RSA-PSStb2023-09-011-6/+6
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-41/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+41
* Make internal header file names consistenttb2022-11-261-3/+3
* Change the pkey.ptr from char * to void *tb2022-11-181-2/+2
* Port EVP raw key API from OpenSSL.jsing2022-11-101-2/+91
* Prepare to provide EVP_PKEY_security_bits()tb2022-06-271-1/+12
* Add check for BIO_indent return valueinoguchi2022-01-201-2/+3
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-1/+2
* Prepare to provide EVP_PKEY_new_CMAC_key()tb2021-03-291-8/+43
* Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is stilltb2019-03-171-1/+17
* Add a const qualifier to the argument of EVP_PKEY_size().tb2018-05-301-2/+2
* Add a const qualifier to the argument of EVP_PKEY_get0(3).tb2018-05-131-2/+2
* Add a const qualifier to the argument of EVP_PKEY_bits(3).tb2018-05-131-2/+2
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-13/+7
* Provide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics.tb2018-02-201-11/+20
* Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),tb2018-02-171-19/+48
* Provide EVP_PKEY_up_ref().jsing2018-02-141-1/+8
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-11/+9
* No need to include asn1_mac.h here.miod2014-07-121-2/+1
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-8/+8
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* KNF.jsing2014-05-071-165/+186
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-10/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+3
* resolve conflicts, fix local changesdjm2010-10-011-215/+179
* resolve conflictsdjm2008-09-061-6/+171
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-21/+25
* openssl-engine-0.9.6 mergebeck2000-12-151-2/+2