summaryrefslogtreecommitdiffstats
path: root/providers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* PROV: Adapt the RSA, DSA and DH KEYMGMT implementationsRichard Levitte2020-01-173-4/+99
* PROV: Adapt the DSA keymgmt implementation to no ex_fieldsRichard Levitte2020-01-151-4/+2
* Deprecate the low level RC5 functionsPauli2020-01-152-0/+12
* Deprecate the low level RC4 functionsPauli2020-01-154-0/+24
* Deprecate the low level RC2 functionsPauli2020-01-152-0/+12
* Deprecate the low level SEED functionsPauli2020-01-152-0/+12
* Add FIPS Self test kats for digestsShane Lontis2020-01-157-8/+590
* PROV: Fix mixup between general and specialized GCM implementationsRichard Levitte2020-01-146-76/+76
* Deprecate the Low Level CAST APIsMatt Caswell2020-01-132-0/+12
* Deprecate Low Level Camellia APIsMatt Caswell2020-01-132-0/+12
* Deprecate the low level Whirlpool functions.Pauli2020-01-121-0/+6
* Deprecate the low level MDC2 functions.Pauli2020-01-121-0/+6
* Deprecate the low level MD4 functions.Pauli2020-01-121-0/+6
* Deprecate the low level MD2 functions.Pauli2020-01-121-0/+6
* Deprecate the low level RIPEMD160 functions.Pauli2020-01-121-0/+6
* Add dsa signature alg to fips providerShane Lontis2020-01-123-11/+181
* Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis2020-01-102-31/+68
* PROV: Adjust the KEYMGMT name specs to include all namesRichard Levitte2020-01-091-3/+3
* Add the DSA serializers to the default provider toolsRichard Levitte2020-01-081-0/+21
* Deprecate Low Level Blowfish APIsMatt Caswell2020-01-082-0/+12
* Add missing inclusion of "internal/deprecated.h"Richard Levitte2020-01-063-1/+21
* Deprecate the low level AES functionsMatt Caswell2020-01-0614-0/+90
* Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis2020-01-0611-188/+2279
* coverity 1456638: fix null checkPauli2020-01-051-4/+3
* coverity 1456640: fix null checkPauli2020-01-051-4/+3
* coverity 1456642: fix null checkPauli2020-01-051-4/+2
* Fix no-dsa buildsMatt Caswell2019-12-231-1/+3
* Fix no-dhMatt Caswell2019-12-232-1/+5
* Add fips self test DEP for solaris and hpuxShane Lontis2019-12-221-6/+31
* Fix no-des buildBernd Edlinger2019-12-201-0/+6
* EVP & PROV: Fix all platform inclusionsRichard Levitte2019-12-1911-3/+11
* Optimize AES-GCM implementation on aarch64Fangming.Fang2019-12-193-8/+96
* Deprecate most of debug-memoryRich Salz2019-12-142-12/+0
* mac poly1305: add missing NULL check in new function.Pauli2019-12-131-1/+2
* mac siphash: add missing NULL check on context creationPauli2019-12-131-1/+2
* PROV: Move AES_GCM specialisation away from common cipher headerRichard Levitte2019-12-124-34/+45
* PROV: Move AES_CCM specialisation away from common cipher headerRichard Levitte2019-12-125-42/+51