summaryrefslogtreecommitdiffstats
path: root/test (follow)
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-213-19/+13
* cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb2020-08-211-5/+7
* Add libctx/provider support to cmp_server_testShane Lontis2020-08-212-8/+40
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-217-9/+9
* 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
* Fix incorrect selection flags for ec serializer.Shane Lontis2020-08-211-0/+10
* Test mte with stitched ciphersuites in TLSv1.0Matt Caswell2020-08-202-1/+136
* Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb2020-08-201-1/+12
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-203-1/+24
* TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()Richard Levitte2020-08-202-4/+7
* TEST: separate out NIST ECC tests from non-NISTRichard Levitte2020-08-205-2093/+2126
* Apps: change provider_path option to provider-path.Pauli2020-08-185-7/+7
* Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis2020-08-171-1/+14
* Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell2020-08-176-4/+148
* PKCS#12 KDF: don't run tests with the FIPS provider.Pauli2020-08-141-1/+1
* sslapitest: Add test for premature call of SSL_export_keying_materialTomas Mraz2020-08-131-3/+14
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-2/+2
* Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis2020-08-121-3/+37
* Avoid deprecated API in evp_test.cBenjamin Kaduk2020-08-111-6/+10
* Retire EVP_CTRL_GET_IVBenjamin Kaduk2020-08-111-1/+1
* Add tests for new EVP_CIPHER_CTX IV accessorsBenjamin Kaduk2020-08-111-0/+113
* Add DHX serializationShane Lontis2020-08-111-0/+5
* Add dh_kdf support to providerShane Lontis2020-08-111-0/+88
* Remove a TODO from evp_testMatt Caswell2020-08-101-15/+2
* Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell2020-08-101-1/+1
* Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2020-08-101-3/+6
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-101-2/+4
* Fix memory leak in drbgtestShane Lontis2020-08-101-9/+2
* Add 'on demand self test' and status test to providersShane Lontis2020-08-093-1/+230
* Add some of the missing CMS API documentationShane Lontis2020-08-091-5/+5
* Change CMS tests to use a library context.Shane Lontis2020-08-091-113/+151
* Add EVP signature with libctx methods.Shane Lontis2020-08-092-8/+12
* Use .cnf for config files, not .confKelvin Lee2020-08-071-2/+2
* Add evp_test fixes.Shane Lontis2020-08-0758-13911/+14057
* drbgtest: avoid a memory leakPauli2020-08-071-0/+7
* rand_drbg: remove RAND_DRBG.Pauli2020-08-078-17598/+111
* TEST: Adjust the serdes test to include MSBLOB and PVKRichard Levitte2020-08-072-3/+248
* gettables: test changes to pass the provider context.Pauli2020-08-071-2/+2
* Add new APIs to get PKCS12 secretBag OID and valueJon Spillett2020-08-065-2/+1261
* Update copyright yearMatt Caswell2020-08-066-6/+6
* Fix provider cipher reinit after init/update with a partial update block.Shane Lontis2020-08-051-0/+78
* Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis2020-08-041-2/+10
* 81-test_cmp_cli.t: Skip tests with mock server if server cannot be startedDr. David von Oheimb2020-08-031-15/+19
* TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte2020-08-013-16/+45
* DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2020-08-011-130/+216