aboutsummaryrefslogtreecommitdiff
path: root/util/libcrypto.num
AgeCommit message (Expand)AuthorFilesLines
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli1-48/+48
2020-02-20Deprecate the low level RSA functions.Pauli1-85/+85
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri1-0/+10
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb1-0/+7
2020-02-12fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSPDr. David von Oheimb1-9/+9
2020-02-12Remove unused OSSL_PARAM_construct_from_text() function.Pauli1-1/+0
2020-02-12dsa: deprecate applications that depend on the low level DSA functions.Pauli1-42/+42
2020-02-12Deprecate the low level DSA functions.Pauli1-7/+7
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb1-5/+11
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb1-0/+3
2020-02-07RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre1-0/+2
2020-02-06Fix builds with no-dhMatt Caswell1-8/+8
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli1-21/+21
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte1-0/+1
2020-01-29Add RSA key validation to default providerShane Lontis1-0/+2
2020-01-29Deprecate the low level HMAC functionsPauli1-11/+11
2020-01-29Deprecate the low level CMAC functionsPauli1-9/+9
2020-01-25EVP: Adapt EVP_PKEY Seal and Open for provider keysRichard Levitte1-2/+2
2020-01-25Deprecate the low level DES functions.Pauli1-33/+33
2020-01-24New functions for PKCS8 attributes managementDmitry Belyavskiy1-0/+2
2020-01-23EVP: Add EVP_PKEY_get_default_digest_name() and use itRichard Levitte1-0/+1
2020-01-22Fix some missing doc links.Rich Salz1-8/+0
2020-01-20Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell1-0/+2
2020-01-19Deprecate the low level IDEA functions.Pauli1-8/+8
2020-01-19TODO: undo md5.h and sha.h changes temporarilyPauli1-28/+28
2020-01-19Deprecate the low level MD5 functions.Pauli1-5/+5
2020-01-19Deprecate the low level SHA functions.Pauli1-23/+23
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang1-0/+3
2020-01-16Deprecate the low level RC5 functionsPauli1-7/+7
2020-01-16Deprecate the low level RC4 functionsPauli1-3/+3
2020-01-16Deprecate the low level RC2 functionsPauli1-7/+7
2020-01-16Deprecate the low level SEED functionsPauli1-7/+7
2020-01-15Add FIPS Self test kats for digestsShane Lontis1-0/+2
2020-01-13Deprecate the Low Level CAST APIsMatt Caswell1-7/+7
2020-01-13Deprecate Low Level Camellia APIsMatt Caswell1-10/+10
2020-01-12Deprecate the low level Whirlpool functions.Pauli1-5/+5
2020-01-12Deprecate the low level MDC2 functions.Pauli1-4/+4
2020-01-12Deprecate the low level MD4 functions.Pauli1-5/+5
2020-01-12Deprecate the low level MD2 functions.Pauli1-5/+5
2020-01-12Deprecate the low level RIPEMD160 functions.Pauli1-5/+5
2020-01-12Add dsa signature alg to fips providerShane Lontis1-1/+2
2020-01-08Deprecate Low Level Blowfish APIsMatt Caswell1-8/+8
2020-01-06Deprecate the low level AES functionsMatt Caswell1-13/+13
2019-12-18BIO: Add BIO_f_prefix(), a text line prefixing filterRichard Levitte1-0/+1
2019-12-14Deprecate most of debug-memoryRich Salz1-8/+8
2019-12-12chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb1-0/+1
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb1-0/+1
2019-11-29PROV SERIALIZER: add support for writing RSA keysRichard Levitte1-1/+1
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte1-0/+9
2019-11-29SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte1-0/+6