summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2020-06-13Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Correct error reason of verify_signature() in cmp_vfy.cDr. David von Oheimb
2020-06-13Guard new header mac.h against C++isms.Pauli
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-11kdf: make function naming consistent.Pauli
2020-06-10Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-06-09Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz
2020-06-08TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko
2020-06-08kTLS: add Linux-specific kTLS helpersVadim Fedorenko
2020-06-08kTLS: add new algo definitionsVadim Fedorenko