summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-23EVP: Add EVP_PKEY_get_default_digest_name() and use itRichard Levitte
2020-01-23Add internal maxsize macrosRichard Levitte
2020-01-23Add DH key exchange to fips providerShane Lontis
2020-01-22Introduce SSL_CTX_new_with_libex()Matt Caswell
2020-01-21PROV: Add support for error queue marks and implement in FIPS moduleRichard Levitte
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-19idea: fix preprocessor indentionPauli
2020-01-19param_bld: add a padded BN call.Pauli
2020-01-19TODO: undo md5.h and sha.h changes temporarilyPauli
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-19sha: fix preprocessor indentationPauli
2020-01-17CORE: renumber OSSL_FUNC_KEYMGMT macrosRichard Levitte
2020-01-17EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte
2020-01-16Deprecate the low level RC5 functionsPauli
2020-01-16rc5: fix preprocessor indentationPauli
2020-01-16Deprecate the low level RC4 functionsPauli
2020-01-16rc4: fix preprocessor indentationPauli
2020-01-16Deprecate the low level RC2 functionsPauli
2020-01-16rc2: fix preprocessor indentationPauli
2020-01-16Deprecate the low level SEED functionsPauli
2020-01-16seed: fix preprocessor indentationPauli
2020-01-15Add FIPS Self test kats for digestsShane Lontis
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-12whirlpool: fix preprocessor indentationPauli
2020-01-12Deprecate the low level MDC2 functions.Pauli
2020-01-12mdc2: fix preprocessor indentationPauli
2020-01-12Deprecate the low level MD4 functions.Pauli
2020-01-12md4: fix preprocessor indentationPauli
2020-01-12Deprecate the low level MD2 functions.Pauli
2020-01-12md2: fix preprocessor indentationPauli
2020-01-12Deprecate the low level RIPEMD160 functions.Pauli
2020-01-12ripemd: fix preprocessor indentationPauli
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-09EVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle key types betterRichard Levitte
2020-01-09CORE & EVP: Specify OP_query_operation_name() for KEYMGMTRichard Levitte
2020-01-08Deprecate Low Level Blowfish APIsMatt Caswell
2020-01-07Move random-related defines to "crypto/rand.h"Dr. Matthias St. Pierre
2020-01-06Deprecate the low level AES functionsMatt Caswell
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2020-01-02Run make updateMatt Caswell
2019-12-19CRYPTO: split cipher_platform.h into algorithm specific headersRichard Levitte
2019-12-19Optimize AES-GCM implementation on aarch64Fangming.Fang