summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-21cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb
2020-08-21cmp_hdr.c: Adapt ossl_cmp_hdr_init() to use OPENSSL_CTX for random number gen...Dr. David von Oheimb
2020-08-21crypto/cmp: Prevent misleading errors in case x509v3_cache_extensions() failsDr. David von Oheimb
2020-08-21Add libctx/provider support to cmp_server_testShane Lontis
2020-08-21Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its docDr. David von Oheimb
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb
2020-08-21cmp_vfy.c: Fix bug: must verify msg signature also in 3GPP modeDr. David von Oheimb
2020-08-21Update CMP header file references in internal CMP documentationDr. David von Oheimb
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-21x_x509.c: Simplify X509_new_with_libctx() using x509_set0_libctx()Dr. David von Oheimb
2020-08-21Re-word null->empty property; improve iteration.count example in property.podDr. David von Oheimb
2020-08-21testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb
2020-08-21testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb
2020-08-21Correct the #define's of EVP_PKEY_CTRL_SET1_ID and EVP_PKEY_CTRL_GET1_ID{,_LEN}Dr. David von Oheimb
2020-08-21Add prerequisite #include directives to include/crypto/x509.hDr. David von Oheimb
2020-08-21Make sure x509v3_cache_extensions() does not modify the error queueDr. David von Oheimb
2020-08-21Fix incorrect selection flags for ec serializer.Shane Lontis
2020-08-20Test mte with stitched ciphersuites in TLSv1.0Matt Caswell
2020-08-20Fix stitched ciphersuites in TLS1.0Matt Caswell
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-20Fix mem leaks on PKCS#12 read error in PKCS12_key_gen_{asc,utf8}Dr. David von Oheimb
2020-08-20TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()Richard Levitte
2020-08-20PEM: Add more library context aware PEM readersRichard Levitte
2020-08-20STORE: Distinguish public keys from private keysRichard Levitte
2020-08-20PROV: Fix DSA and DH private key serializersRichard Levitte
2020-08-20X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte
2020-08-20cmp: handle error return from OBJ_obj2txt()Pauli
2020-08-20pkeyutil: check return value reading passwordPauli
2020-08-20PROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the FIPS providerRichard Levitte
2020-08-20RSA: Fix rsa_todata() to only add params for existing dataRichard Levitte
2020-08-20TEST: separate out NIST ECC tests from non-NISTRichard Levitte
2020-08-20EVP: Have evp_pkey_cmp_any() detect if export wasn't possibleRichard Levitte
2020-08-19PKCS12_parse(): Clean up code and correct documentationDr. David von Oheimb
2020-08-19PKCS12_parse(): Fix reversed order of certs parsed and output via *caDr. David von Oheimb
2020-08-19OSSL_STORE file_load_try_decode(): Avoid flooding error queue by failed triesDr. David von Oheimb
2020-08-19Fix no-cms build errors.Shane Lontis
2020-08-19OCSP: Add return value checks.Pauli
2020-08-18Apps: change provider_path option to provider-path.Pauli
2020-08-17Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis
2020-08-17Fix broken windows builds.Shane Lontis
2020-08-17Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell
2020-08-17Load the default config file before working with default propertiesMatt Caswell
2020-08-14provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli
2020-08-14PKCS#12 KDF: don't run tests with the FIPS provider.Pauli
2020-08-14Move PKCS#12 KDF to provider.Pauli
2020-08-13Appease -Werror=stringop-overflow=Patrick Steuer
2020-08-13Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_}load_httpDr. David von Oheimb
2020-08-13sslapitest: Add test for premature call of SSL_export_keying_materialTomas Mraz
2020-08-13Avoid segfault in SSL_export_keying_material if there is no sessionTomas Mraz