summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-28Adapt X509_PUBKEY_set() for use with provided implementationsRichard Levitte
2020-01-28test_evp_extra_test.c: don't rely on exact parameter positionRichard Levitte
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-27OpenSSL::Test: bring back the relative pathsRichard Levitte
2020-01-26test/recipes/30-test_evp.t: Fix multiple definition of @bffilesRichard Levitte
2020-01-25Check that the default signature type is allowedKurt Roeckx
2020-01-25Replace apps/server.pem with certificate with a sha256 signature.Kurt Roeckx
2020-01-25EVP: Adapt EVP_PKEY Seal and Open for provider keysRichard Levitte
2020-01-24openssl-config: add example libssl system-defaultsBenjamin Kaduk
2020-01-25Deprecate the low level DES functions.Pauli
2020-01-25des: fix header file preprocessor indentationPauli
2020-01-24Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libsslMatt Caswell
2020-01-24New functions for PKCS8 attributes management - documentationDmitry Belyavskiy
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-23Update man3/verify documentation, error textRich Salz
2020-01-23Configure: Better detection of '-static' in @{$config{LDFLAGS}}Richard Levitte
2020-01-23Add answers for EVP_PKEY_get_default_digest_name() in RSA and DSA keymgmtRichard Levitte
2020-01-23EVP: Add EVP_PKEY_get_default_digest_name() and use itRichard 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-23Check ECC-CDH is compliant with SP800-56A-r3Shane Lontis
2020-01-23Re-remove TS_VERIFY_CTX_set_certs entry from missingcrypto.txtShane Lontis
2020-01-22Avoid leak in error path of PKCS5_PBE_keyivgenkinichiro
2020-01-22Legacy digests can have custom control valuesDmitry Belyavskiy
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin
2020-01-22Russian Elbrus processors supportDmitry Belyavskiy
2020-01-22Add missing files to generatedRich Salz
2020-01-22Fix some missing doc links.Rich Salz
2020-01-22Document the SSL_CTX_with_libctx() functionMatt Caswell
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-21EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()Richard Levitte
2020-01-20Fix unwind info in crypto/rc4/asm/rc4-x86_64.plH.J. Lu
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-20Don't register drbg_delete_thread_state twiceMatt Caswell
2020-01-20Fix init_thread_stopMatt Caswell
2020-01-19libssl: Eliminate as much use of EVP_PKEY_size() as possibleMatt Caswell
2020-01-19libcrypto: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte
2020-01-19APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte
2020-01-19mdc2: use evp_test instead of a separate test application.Pauli