aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [test] Make sm2_internal_test less fragile to changes in the ec moduleBilly Brumley2020-04-011-10/+9
* apps: support sendfile in s_server when ktls enabledTianjia Zhang2020-04-012-24/+92
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-0122-223/+943
* Windows makefile generator: Don't delete long lists of files in one goRichard Levitte2020-03-311-8/+11
* Give a better error if we can't find a sig algMatt Caswell2020-03-301-2/+2
* Fix off-by-1 bug on provider_activate with custom error stringsNicola Tuveri2020-03-301-1/+2
* Add test for providers exposing OSSL_FUNC_PROVIDER_GET_REASON_STRINGSNicola Tuveri2020-03-301-0/+13
* Document the new X509v3_cache_extensions() functionMatt Caswell2020-03-301-0/+43
* Explicitly cache X509v3 extensions in libsslMatt Caswell2020-03-303-2/+25
* Add the X509v3_cache_extensions() functionMatt Caswell2020-03-304-15/+23
* Don't attempt to up-ref an EVP_CIPHER if it is NULLMatt Caswell2020-03-301-1/+4