summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2020-06-21Fix one typo in a comment.FdaSilvaYY
2020-06-19Fix the DTLS1_COOKIE_LENGTH valueMatt Caswell
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Create defines for TLS Group IdsMatt Caswell
2020-06-19Provider a better error message if we fail to copy parametersMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-19Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell
2020-06-19Add the concept of "Capabilities" to the default and fips providersMatt Caswell
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-16Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri
2020-06-16Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb