summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Check that the DRBG's internal state has been zeroized after uninstantiationDr. Matthias St. Pierre2020-02-251-13/+5
* Fix default provider merge glitchRichard Levitte2020-02-231-1/+1
* PROV: Avoid MDC2 in the RSA signature implementation in the FIPS moduleRichard Levitte2020-02-221-1/+3
* PROV: add RSA signature implementationRichard Levitte2020-02-226-0/+1147
* Introduce the provider propertyMatt Caswell2020-02-213-111/+116
* Add DRBG self testsShane Lontis2020-02-212-18/+377
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-211-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-206-0/+36
* Deprecate the low level RSA functions.Pauli2020-02-205-0/+30
* [PROV][KEYMGMT][EC] Import/export of priv_key as padded const time BNNicola Tuveri2020-02-181-9/+100
* [PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri2020-02-187-0/+1273
* [PROV][KEYMGMT][DH][DSA] use BN_clear_free for secretsNicola Tuveri2020-02-182-2/+2
* Coverity 1458439: fix resource leakPauli2020-02-171-0/+1
* Add FFC param/key validationShane Lontis2020-02-164-7/+7
* PROV: Build the main FIPS module code with FIPS_MODE definedRichard Levitte2020-02-141-0/+1
* Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2020-02-134-5/+35
* Fix no-ec buildMatt Caswell2020-02-122-4/+7
* Deprecate the low level DSA functions.Pauli2020-02-126-0/+36
* Add S390 support for provider based X25519/X448Matt Caswell2020-02-112-0/+35
* Add X25519/X448 Key Exchange to the default providerMatt Caswell2020-02-116-0/+212
* Implement Provider side Key Management for X25519 and X448Matt Caswell2020-02-117-17/+256
* PROV: Ensure the AlgorithmIdentifier registers in DSA signature implRichard Levitte2020-02-101-0/+2
* Don't compile AESNI code if we're not AESNI capableMatt Caswell2020-02-083-13/+23
* Fix no-desMatt Caswell2020-02-071-0/+2
* KEYMGMT: Require both get_params and gettable_params, or noneRichard Levitte2020-02-073-15/+176
* Adapt existing SERIALIZER implementations to the redesigned interfaceRichard Levitte2020-02-0714-181/+352
* Adapt existing KEYMGMT implementations to the redesigned interfaceRichard Levitte2020-02-073-206/+241
* Fix builds with no-dhMatt Caswell2020-02-061-0/+4
* Fix no-multiblockMatt Caswell2020-02-051-10/+13
* PROV: Fix the DSA SIGNATURE implementation for better digests handlingRichard Levitte2020-02-041-80/+114
* PROV: Implement padding mode words in the RSA ASYM_CIPHER implementationRichard Levitte2020-02-043-8/+71
* Don't pass a digest-size to signature implementationsRichard Levitte2020-02-042-14/+1
* Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis2020-02-042-5/+12
* scrypt: free the MD reference correctly.Pauli2020-01-311-1/+1
* Add RSA key validation to default providerShane Lontis2020-01-291-0/+30
* Deprecate the low level HMAC functionsPauli2020-01-293-0/+18
* Deprecate the low level CMAC functionsPauli2020-01-291-0/+6
* PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte2020-01-281-9/+86
* Modify EVP_PKEY_CTX_new_from_pkey() to add a propquery parameterMatt Caswell2020-01-271-2/+2
* Deprecate the low level DES functions.Pauli2020-01-2511-1/+61
* Add answers for EVP_PKEY_get_default_digest_name() in RSA and DSA keymgmtRichard Levitte2020-01-232-0/+31
* Add internal maxsize macrosRichard Levitte2020-01-232-4/+5
* PROV: Fix bignum printout in text serializersRichard Levitte2020-01-232-40/+49
* Add DH key exchange to fips providerShane Lontis2020-01-232-91/+314
* PROV: Add support for error queue marks and implement in FIPS moduleRichard Levitte2020-01-211-0/+27
* Implement the NULL cipher in the default providerMatt Caswell2020-01-204-0/+116
* Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell2020-01-206-13/+13
* Deprecate the low level IDEA functions.Pauli2020-01-192-0/+14
* Deprecate the low level MD5 functions.Pauli2020-01-194-5/+11
* Deprecate the low level SHA functions.Pauli2020-01-195-2/+20