summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-1/+1
* Update copyright yearRichard Levitte2020-07-164-4/+4
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-6/+6
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-162-61/+34
* trace: condition out engine related tracingPauli2020-07-161-2/+4
* doc: document that the engine initialisation options are deprecated.Pauli2020-07-161-1/+0
* deprecate engine from public header filesPauli2020-07-161-136/+153
* Fix indentation for engine.hPauli2020-07-161-93/+93
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-161-1/+6
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-152-4/+12
* Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka2020-07-151-1/+1
* DRBG: rename the DRBG taxonomy.Pauli2020-07-141-7/+14
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-0/+22
* ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.hDr. David von Oheimb2020-07-101-0/+1
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-091-0/+1
* Add support to zeroize plaintext in S3 record layerMartin Elshuber2020-07-071-1/+2
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-061-0/+1
* Add provider support for TLS CBC padding and MAC removalMatt Caswell2020-07-061-20/+23
* ERR: special case system errorsRichard Levitte2020-07-051-27/+80
* ERR: refactor global error codesRichard Levitte2020-07-051-24/+58
* Fix up build issue when running cpp testsJon Spillett2020-07-031-0/+4
* Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb2020-07-011-0/+1
* Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c}Dr. David von Oheimb2020-07-011-0/+1
* Add --fips-key configuration parameter to fipsinstall application.Rich Salz2020-06-291-0/+30
* CORE: Add an internal function to distinguish the global default contextRichard Levitte2020-06-281-0/+1
* CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte2020-06-281-0/+1
* Update copyright yearMatt Caswell2020-06-255-5/+5
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-242-205/+205
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-243-2/+2
* fips rand: DRBG KAT self test updates to provider model.Pauli2020-06-241-0/+2
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-245-50/+60
* share rand_pool between libcrypto and providersPauli2020-06-241-98/+0
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-242-0/+7
* rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli2020-06-243-9/+44
* core: add OSSL_INOUT_CALLBACKPauli2020-06-241-1/+2
* rand: core APIs for provider friendly random.Pauli2020-06-245-0/+115
* property: Move global default properties to the library context.Pauli2020-06-233-10/+13
* serialization: break the provider locating code to avoid deadlock.Pauli2020-06-231-1/+3
* Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb2020-06-223-2/+6
* Fix one typo in a comment.FdaSilvaYY2020-06-211-2/+2
* Fix the DTLS1_COOKIE_LENGTH valueMatt Caswell2020-06-191-5/+2
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-193-11/+16
* Create defines for TLS Group IdsMatt Caswell2020-06-191-0/+49
* Provider a better error message if we fail to copy parametersMatt Caswell2020-06-191-0/+1
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-191-2/+1
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-193-5/+4
* Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell2020-06-192-0/+8
* Add the concept of "Capabilities" to the default and fips providersMatt Caswell2020-06-192-4/+20
* Add ACVP fips module testsShane Lontis2020-06-175-38/+85
* Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri2020-06-162-2/+1