summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-11Add S390 support for provider based X25519/X448Matt Caswell
2020-02-11Add X25519/X448 Key Exchange to the default providerMatt Caswell
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell
2020-02-10PROV: Ensure the AlgorithmIdentifier registers in DSA signature implRichard Levitte
2020-02-08Don't compile AESNI code if we're not AESNI capableMatt Caswell
2020-02-07Fix no-desMatt Caswell
2020-02-07KEYMGMT: Require both get_params and gettable_params, or noneRichard Levitte
2020-02-07Adapt existing SERIALIZER implementations to the redesigned interfaceRichard Levitte
2020-02-07Adapt existing KEYMGMT implementations to the redesigned interfaceRichard Levitte
2020-02-06Fix builds with no-dhMatt Caswell
2020-02-05Fix no-multiblockMatt Caswell
2020-02-04PROV: Fix the DSA SIGNATURE implementation for better digests handlingRichard Levitte
2020-02-04PROV: Implement padding mode words in the RSA ASYM_CIPHER implementationRichard Levitte
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte
2020-02-04Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis
2020-01-31scrypt: free the MD reference correctly.Pauli
2020-01-29Add RSA key validation to default providerShane Lontis
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-29Deprecate the low level CMAC functionsPauli
2020-01-28PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte
2020-01-27Modify EVP_PKEY_CTX_new_from_pkey() to add a propquery parameterMatt Caswell
2020-01-25Deprecate the low level DES functions.Pauli
2020-01-23Add answers for EVP_PKEY_get_default_digest_name() in RSA and DSA keymgmtRichard Levitte
2020-01-23Add internal maxsize macrosRichard Levitte
2020-01-23PROV: Fix bignum printout in text serializersRichard Levitte
2020-01-23Add DH key exchange to fips providerShane Lontis
2020-01-21PROV: Add support for error queue marks and implement in FIPS moduleRichard Levitte
2020-01-20Implement the NULL cipher in the default providerMatt Caswell
2020-01-20Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell
2020-01-19Deprecate the low level IDEA functions.Pauli
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-17PROV: Adapt the RSA, DSA and DH KEYMGMT implementationsRichard Levitte
2020-01-15PROV: Adapt the DSA keymgmt implementation to no ex_fieldsRichard Levitte
2020-01-16Deprecate the low level RC5 functionsPauli
2020-01-16Deprecate the low level RC4 functionsPauli
2020-01-16Deprecate the low level RC2 functionsPauli
2020-01-16Deprecate the low level SEED functionsPauli
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2020-01-14PROV: Fix mixup between general and specialized GCM implementationsRichard Levitte
2020-01-13Deprecate the Low Level CAST APIsMatt Caswell
2020-01-13Deprecate Low Level Camellia APIsMatt Caswell
2020-01-12Deprecate the low level Whirlpool functions.Pauli
2020-01-12Deprecate the low level MDC2 functions.Pauli
2020-01-12Deprecate the low level MD4 functions.Pauli
2020-01-12Deprecate the low level MD2 functions.Pauli
2020-01-12Deprecate the low level RIPEMD160 functions.Pauli
2020-01-12Add dsa signature alg to fips providerShane Lontis
2020-01-10Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis