summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-07-24DESERIALIZER: Implement decryption of password protected objectsRichard Levitte
2020-07-24SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte
2020-07-24CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte
2020-07-24SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte
2020-07-24KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte
2020-07-24EVP KEYMGMT utils: Make a few more utility functions availableRichard Levitte
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-22Fix provider cipher reinit issueShane Lontis
2020-07-19Fix typo for SSL_get_peer_certificate()Richard Levitte
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-07-16Update copyright yearRichard Levitte
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16trace: condition out engine related tracingPauli
2020-07-16doc: document that the engine initialisation options are deprecated.Pauli
2020-07-16deprecate engine from public header filesPauli
2020-07-16Fix indentation for engine.hPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka
2020-07-14DRBG: rename the DRBG taxonomy.Pauli
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
2020-07-10ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.hDr. David von Oheimb
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis
2020-07-07Add support to zeroize plaintext in S3 record layerMartin Elshuber
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-07-06Add provider support for TLS CBC padding and MAC removalMatt Caswell
2020-07-05ERR: special case system errorsRichard Levitte
2020-07-05ERR: refactor global error codesRichard Levitte
2020-07-03Fix up build issue when running cpp testsJon Spillett
2020-07-01Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb
2020-07-01Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c}Dr. David von Oheimb
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz
2020-06-28CORE: Add an internal function to distinguish the global default contextRichard Levitte
2020-06-28CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte
2020-06-25Update copyright yearMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-24fips rand: DRBG KAT self test updates to provider model.Pauli
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24share rand_pool between libcrypto and providersPauli
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli
2020-06-24rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli
2020-06-24core: add OSSL_INOUT_CALLBACKPauli
2020-06-24rand: core APIs for provider friendly random.Pauli
2020-06-23property: Move global default properties to the library context.Pauli
2020-06-23serialization: break the provider locating code to avoid deadlock.Pauli
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb