summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-02-05Make minimum size for secure memory a size_t.Pauli
2020-02-04PROV: Fix the DSA SIGNATURE implementation for better digests handlingRichard Levitte
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte
2020-02-04Detect EOF while reading in libsslMatt Caswell
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-04Deprecate the ECDH functions.Pauli
2020-02-04ec.h: fix preprocessor indentationPauli
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2020-01-29Add RSA key validation to default providerShane Lontis
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-29hmac: preprocessor indentation fixesPauli
2020-01-29Deprecate the low level CMAC functionsPauli
2020-01-29cmac: preprocessor indentation fixesPauli
2020-01-28PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte
2020-01-28Adapt ASN1_item_sign_ctx() for use with provided keypairsRichard Levitte
2020-01-27Modify EVP_PKEY_CTX_new_from_pkey() to add a propquery parameterMatt Caswell
2020-01-25EVP: Adapt EVP_PKEY Seal and Open for provider keysRichard Levitte
2020-01-25Deprecate the low level DES functions.Pauli
2020-01-25des: fix header file preprocessor indentationPauli
2020-01-24New functions for PKCS8 attributes managementDmitry Belyavskiy
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