summaryrefslogtreecommitdiffstats
path: root/crypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
* rand: avoid caching RNG parameters.Pauli2020-07-052-29/+14
* Refactor the EVP_RAND code to make locking issues less likelyPauli2020-07-051-67/+149
* rand: fix recursive locking issue.Pauli2020-07-051-18/+11
* CORE: Add an internal function to distinguish the global default contextRichard Levitte2020-06-281-6/+13
* Update copyright yearMatt Caswell2020-06-253-3/+3
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-2410-220/+220
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-244-4/+4
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-243-87/+130
* rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli2020-06-241-35/+169
* rand: core APIs for provider friendly random.Pauli2020-06-244-1/+436
* property: Move global default properties to the library context.Pauli2020-06-232-12/+44
* Make sure we save the copy function when registering a new KeymgmtMatt Caswell2020-06-191-0/+4
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-192-3/+32
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-194-4/+44
* Remove whitespace from 'white space'haykam8212020-06-191-1/+1
* EVP: allow empty strings to EVP_Decode* functionsRichard Levitte2020-06-161-1/+1
* Fix two additional instances of the old EVP_MAC_CTX_ functions being used.Pauli2020-06-131-1/+1
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-113-31/+32
* kdf: make function naming consistent.Pauli2020-06-114-23/+23
* EVP: Let EVP_PKEY_gen() initialize ctx->keygen_infoRichard Levitte2020-06-081-0/+16
* Always create a key when importingMatt Caswell2020-06-051-7/+7
* Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell2020-06-051-0/+39
* Fix missed fields in EVP_PKEY_meth_copy.Aaron Thompson2020-06-041-37/+6
* Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell2020-05-281-3/+47
* Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb2020-05-273-5/+19
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-3/+3
* Re-introduce legacy EVP_PKEY types for provided keysRichard Levitte2020-05-232-34/+33
* CORE: query for operations only once per provider (unless no_store is true)Richard Levitte2020-05-191-1/+7
* Update copyright yearMatt Caswell2020-05-151-1/+1
* EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte2020-05-141-1/+8
* EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte2020-05-142-4/+8
* EVP: Only use the engine when one is defined, in pkey_mac_ctrl()Richard Levitte2020-05-141-7/+11
* EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up!Richard Levitte2020-05-084-6/+9
* Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis2020-05-074-47/+5
* Remove cipher table lookup from EVP_CipherInit_exShane Lontis2020-05-071-160/+0
* Ensure EVP_PKEY_get_raw_[private|public]_key work with provider keysMatt Caswell2020-05-041-6/+65
* Make EVP_new_raw_[private|public]_key provider awareMatt Caswell2020-05-041-39/+132
* Add default property API's to enable and test for fipsShane Lontis2020-05-023-8/+44
* coverity 1462573 Dereference after null checkPauli2020-04-301-1/+1
* coverity 1462554 Dereference after null checkPauli2020-04-301-4/+6
* coverity 1462549 Dereference before null checkPauli2020-04-302-8/+14
* coverity 1462546 Dereference after null checkPauli2020-04-301-5/+7
* coverity 1462545 Dereference after null checkPauli2020-04-301-2/+4
* coverity 1462565: Null pointer dereferencesPauli2020-04-301-5/+7
* EVP: Fix evp_keymgmt_util_copy() for to->keymgmt == NULLRichard Levitte2020-04-291-3/+13
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-2811-95/+95
* keymgmt: convert to use the params modification detection.Pauli2020-04-251-6/+4
* evp: convert existing code to use the new modified sentinel for params.Pauli2020-04-252-39/+14
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-242-0/+3
* Update copyright yearMatt Caswell2020-04-2353-53/+53