summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Test mte with stitched ciphersuites in TLSv1.0Matt Caswell2020-08-202-1/+136
* Fix stitched ciphersuites in TLS1.0Matt Caswell2020-08-201-0/+22
* Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb2020-08-2011-56/+64
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-2024-309/+194
* Fix mem leaks on PKCS#12 read error in PKCS12_key_gen_{asc,utf8}Dr. David von Oheimb2020-08-201-6/+2
* TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()Richard Levitte2020-08-202-4/+7
* PEM: Add more library context aware PEM readersRichard Levitte2020-08-205-46/+123
* STORE: Distinguish public keys from private keysRichard Levitte2020-08-2013-32/+110
* PROV: Fix DSA and DH private key serializersRichard Levitte2020-08-205-8/+34
* X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte2020-08-207-16/+73
* cmp: handle error return from OBJ_obj2txt()Pauli2020-08-201-3/+8
* pkeyutil: check return value reading passwordPauli2020-08-201-2/+11
* PROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the FIPS providerRichard Levitte2020-08-201-2/+4
* RSA: Fix rsa_todata() to only add params for existing dataRichard Levitte2020-08-201-10/+14
* TEST: separate out NIST ECC tests from non-NISTRichard Levitte2020-08-205-2093/+2126
* EVP: Have evp_pkey_cmp_any() detect if export wasn't possibleRichard Levitte2020-08-201-0/+4
* PKCS12_parse(): Clean up code and correct documentationDr. David von Oheimb2020-08-192-23/+34
* PKCS12_parse(): Fix reversed order of certs parsed and output via *caDr. David von Oheimb2020-08-192-1/+6
* OSSL_STORE file_load_try_decode(): Avoid flooding error queue by failed triesDr. David von Oheimb2020-08-191-7/+20
* Fix no-cms build errors.Shane Lontis2020-08-194-14/+4
* OCSP: Add return value checks.Pauli2020-08-194-20/+39
* Apps: change provider_path option to provider-path.Pauli2020-08-189-12/+12
* Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis2020-08-176-5/+37
* Fix broken windows builds.Shane Lontis2020-08-171-1/+1
* Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell2020-08-176-4/+148
* Load the default config file before working with default propertiesMatt Caswell2020-08-175-12/+26
* provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli2020-08-146-4/+35
* PKCS#12 KDF: don't run tests with the FIPS provider.Pauli2020-08-141-1/+1
* Move PKCS#12 KDF to provider.Pauli2020-08-1411-83/+424
* Appease -Werror=stringop-overflow=Patrick Steuer2020-08-131-3/+2
* Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_}load_httpDr. David von Oheimb2020-08-133-10/+4
* sslapitest: Add test for premature call of SSL_export_keying_materialTomas Mraz2020-08-131-3/+14
* Avoid segfault in SSL_export_keying_material if there is no sessionTomas Mraz2020-08-131-1/+2
* Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk2020-08-124-5/+18
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-1225-252/+209
* Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis2020-08-1214-56/+152
* Fix serializer_EVP_PKEY_to_bio so that that the key is exported if the serial...Shane Lontis2020-08-121-1/+2
* Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis2020-08-127-27/+84
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-1243-72/+73
* Expose S390x HW ciphers' IV state to provider layerBenjamin Kaduk2020-08-111-0/+3
* Avoid deprecated API in evp_test.cBenjamin Kaduk2020-08-111-6/+10
* Avoid deprecated function in evp_lib.cBenjamin Kaduk2020-08-111-3/+2
* Use local IV storage in EVP BLOCK_* macrosBenjamin Kaduk2020-08-116-5/+10
* Use local IV storage in e_rc2.cBenjamin Kaduk2020-08-111-3/+1
* Use local IV storage in e_xcbc_d.cBenjamin Kaduk2020-08-111-2/+3
* Use local IV storage in e_sm4.cBenjamin Kaduk2020-08-111-2/+2
* Use local IV storage in e_des3.cBenjamin Kaduk2020-08-111-21/+16
* Use local IV storage in e_des.cBenjamin Kaduk2020-08-111-11/+11
* Use local IV storage in e_camellia.cBenjamin Kaduk2020-08-111-20/+15
* Use local IV storage in e_aria.cBenjamin Kaduk2020-08-111-15/+12