summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
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
2020-01-09PROV: Adjust the KEYMGMT name specs to include all namesRichard Levitte
2020-01-08Add the DSA serializers to the default provider toolsRichard Levitte
2020-01-08Deprecate Low Level Blowfish APIsMatt Caswell
2020-01-06Add missing inclusion of "internal/deprecated.h"Richard Levitte
2020-01-06Deprecate the low level AES functionsMatt Caswell
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2020-01-05coverity 1456638: fix null checkPauli
2020-01-05coverity 1456640: fix null checkPauli
2020-01-05coverity 1456642: fix null checkPauli
2019-12-23Fix no-dsa buildsMatt Caswell
2019-12-23Fix no-dhMatt Caswell
2019-12-22Add fips self test DEP for solaris and hpuxShane Lontis
2019-12-20Fix no-des buildBernd Edlinger
2019-12-19EVP & PROV: Fix all platform inclusionsRichard Levitte
2019-12-19Optimize AES-GCM implementation on aarch64Fangming.Fang
2019-12-14Deprecate most of debug-memoryRich Salz
2019-12-13mac poly1305: add missing NULL check in new function.Pauli
2019-12-13mac siphash: add missing NULL check on context creationPauli
2019-12-12PROV: Move AES_GCM specialisation away from common cipher headerRichard Levitte
2019-12-12PROV: Move AES_CCM specialisation away from common cipher headerRichard Levitte
2019-12-11Fix some typosVeres Lajos
2019-12-11Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32XiaokangQian
2019-12-11Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte