summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable export_to functions to have access to the libctxMatt Caswell2020-04-097-8/+24
* OpenSSL::OID: Don't use List::UtilRichard Levitte2020-04-091-4/+31
* Update RAND_METHOD definition in man pageJim Newsome2020-04-091-2/+2
* Travis build matrix adjustmentsTomas Mraz2020-04-091-44/+20
* Add a null provider which implements no algorithms.Pauli2020-04-095-1/+169
* Move legacy ciphers into the legacy providerShane Lontis2020-04-0921-194/+307
* Document the new X509_STORE_CTX_new_with_libctx() functionMatt Caswell2020-04-091-25/+35
* Explicitly cache the X509v3_extensions in one more place in libsslMatt Caswell2020-04-091-0/+6
* Use the libctx and propq from the X509_STORE_CTXMatt Caswell2020-04-091-10/+40
* Use X509_STORE_CTX_new_with_libctx() in libsslMatt Caswell2020-04-092-3/+4
* Add X509_STORE_CTX_new_with_libctx()Matt Caswell2020-04-094-2/+30
* TLS: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte2020-04-084-0/+120
* Fix export of provided EC keysRichard Levitte2020-04-081-5/+2
* EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte2020-04-089-35/+107
* EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()Richard Levitte2020-04-085-16/+177
* params: add a warning about the PTR types.Pauli2020-04-082-0/+12
* AES CTR-DRGB: do not leak timing informationPatrick Steuer2020-04-081-13/+9
* Integer overflow in ASN1_STRING_set.Pauli2020-04-081-5/+16
* params: avoid a core dump with a null pointer and a get string callPauli2020-04-081-0/+2
* [crypto/ec] blind coordinates in ec_wNAF_mul for robustnessBilly Brumley2020-04-072-20/+36
* Fix the error handling in EC_POINTs_mulBernd Edlinger2020-04-071-4/+4
* Fix misleading error msg for PBM check w/o secret in OSSL_CMP_validate_msg()Dr. David von Oheimb2020-04-074-4/+10
* Fix error reporting glitch in X509_STORE_CTX_print_verify_cb() in t_x509.cDr. David von Oheimb2020-04-071-1/+1
* Fix bugs in 3GPP exception checking and improve diagnostics in crypt/cmp/cmp_...Dr. David von Oheimb2020-04-071-48/+82
* PROV: Add DERlib support for ECDSA and EC keysRichard Levitte2020-04-078-116/+203
* PROV: Add DERlib support for DSARichard Levitte2020-04-078-85/+145
* PROV: Add DERlib support for RSARichard Levitte2020-04-078-117/+220
* PROV: Add the beginning of a DER writing libraryRichard Levitte2020-04-079-1/+532
* Add perl support to parse and DER encode ASN.1 OID specsRichard Levitte2020-04-072-0/+476
* Add test cases for the non CA certificate with pathlen:0Tomas Mraz2020-04-063-2/+25
* Set X509_V_ERR_INVALID_EXTENSION error for invalid basic constraintsTomas Mraz2020-04-061-0/+6
* Allow certificates with Basic Constraints CA:false, pathlen:0Tomas Mraz2020-04-061-3/+7
* Add a WPACKET test for the new DER capabilityMatt Caswell2020-04-041-0/+67
* Add "endfirst" writing to WPACKETMatt Caswell2020-04-042-1/+71
* Fix a gcc warning about possible null pointerBernd Edlinger2020-04-031-1/+1
* Expand the XTS documentationMatt Caswell2020-04-031-0/+7
* Remove an unnecessary call to BN_CTX_free.Aaron Thompson2020-04-031-3/+2
* Fix bugs in EC code introduced with FIPS changes.Aaron Thompson2020-04-031-15/+21
* Add data driven SELF TEST code for signatures and key agreementShane Lontis2020-04-036-416/+1074
* HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb2020-04-0218-117/+191
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-0226-244/+321
* TLS Cipher Suite 0xC102 SupportNikolay Morozov2020-04-027-9/+49
* Fix a printf format error in cmp_client.cBernd Edlinger2020-04-021-1/+1
* Fixups in CHANGES.mdRichard Levitte2020-04-011-3/+3
* Extend the sslprovider_test to be able to additionally test FIPSMatt Caswell2020-04-012-21/+83
* Make sure we always use the correct libctx in sslprovidertest.cMatt Caswell2020-04-011-21/+12
* Make sure we use the libctx when creating an EVP_PKEY_CTX in libsslMatt Caswell2020-04-011-3/+28
* Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libsslMatt Caswell2020-04-016-8/+21
* Don't double free a DH objectMatt Caswell2020-04-011-1/+2
* [crypto/ec] Ladder tweaksBilly Brumley2020-04-012-130/+150