summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add libctx/provider support to cmp_msg_testDr. David von Oheimb2020-08-215-32/+90
* Add libctx/provider support to cmp_protect_testDr. David von Oheimb2020-08-212-27/+56
* Add libctx/provider support to cmp_vfy_testDr. David von Oheimb2020-08-212-32/+64
* Add libctx/provider support to cmp_client_testDr. David von Oheimb2020-08-217-33/+66
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-2128-339/+385
* cmp_msg.c: Copy libctx and propq of CMP_CTX to newly enrolled certificateDr. David von Oheimb2020-08-211-0/+3
* cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb2020-08-217-38/+56
* cmp_hdr.c: Adapt ossl_cmp_hdr_init() to use OPENSSL_CTX for random number gen...Dr. David von Oheimb2020-08-211-20/+9
* crypto/cmp: Prevent misleading errors in case x509v3_cache_extensions() failsDr. David von Oheimb2020-08-212-6/+14
* Add libctx/provider support to cmp_server_testShane Lontis2020-08-212-8/+40
* Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its docDr. David von Oheimb2020-08-215-26/+37
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-2118-33/+48
* cmp_vfy.c: Fix bug: must verify msg signature also in 3GPP modeDr. David von Oheimb2020-08-211-14/+14
* Update CMP header file references in internal CMP documentationDr. David von Oheimb2020-08-212-2/+2
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-2117-137/+144
* x_x509.c: Simplify X509_new_with_libctx() using x509_set0_libctx()Dr. David von Oheimb2020-08-211-4/+1
* Re-word null->empty property; improve iteration.count example in property.podDr. David von Oheimb2020-08-211-4/+4
* testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb2020-08-214-40/+81
* testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb2020-08-218-40/+27
* Correct the #define's of EVP_PKEY_CTRL_SET1_ID and EVP_PKEY_CTRL_GET1_ID{,_LEN}Dr. David von Oheimb2020-08-212-12/+5
* Add prerequisite #include directives to include/crypto/x509.hDr. David von Oheimb2020-08-211-0/+2
* Make sure x509v3_cache_extensions() does not modify the error queueDr. David von Oheimb2020-08-211-0/+2
* Fix incorrect selection flags for ec serializer.Shane Lontis2020-08-213-6/+19
* 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