summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/p_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect unused attributes member from EVP_PKEYtb2024-08-221-2/+1
* Hide public symbols in evp.hbeck2024-04-091-1/+47
* Unhook and remove GOST and STREEBOGtb2024-03-021-9/+1
* EVP_PKEY_asn1_find_str() tweakstb2024-01-051-4/+3
* Clean up EVP_PKEY_asn1_get0_info() a bittb2024-01-041-14/+16
* Clean up EVP_PKEY_asn1_find_str()tb2024-01-041-9/+18
* Simplify EVP_PKEY_asn1_find()tb2024-01-041-33/+9
* Replace .pkey_base_id with a .base_method pointertb2024-01-041-3/+3
* 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