summaryrefslogtreecommitdiffstats
path: root/test/recipes
AgeCommit message (Expand)Author
2019-08-28openssl provider: New sub-command, for provider discoveryRichard Levitte
2019-08-27testing: set OPENSSL_MODULES to the providers directory by defaultRichard Levitte
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte
2019-08-24Add app for fips installationShane Lontis
2019-08-22Support parsing of SM2 ID in hexdecimalPaul Yang
2019-08-22Add basic aria and camellia ciphers modes to default providerShane Lontis
2019-08-20Add aes_ccm to providerShane Lontis
2019-08-15Adapt the MAC tests, and tests for other things that use EVP_MACRichard Levitte
2019-08-1330-test_evp.t: make the tested configs depend on what's been builtRichard Levitte
2019-08-09Extend tests of SSL_check_chain()Matt Caswell
2019-08-09Fix test_sslextension if TLSv1.2 has been disabledMatt Caswell
2019-08-07Run evp_test in FIPS modeMatt Caswell
2019-08-01Fix the krb5 external testMatt Caswell
2019-08-01Suppress loading the FIPS module in evp_testMatt Caswell
2019-07-26test/recipes/30-test_evp.t: Modify to test with different providersRichard Levitte
2019-07-26test/evp_test.c: modify to use OSSL_PROVIDER_available()Richard Levitte
2019-07-17Parameter building utilities.Pauli
2019-07-16Remove function name from errorsRich Salz
2019-07-12Add simple ASN.1 utils for DSA signature DER.David Makepeace
2019-07-09Add X9.42 KDF.Shane Lontis
2019-07-04test/recipes/02_test_errstr.t: Make it less fragileRichard Levitte
2019-06-28Support SM2 certificate signingPaul Yang
2019-06-25EC only uses approved curves in FIPS mode.Shane Lontis
2019-06-24Add a namemap testRichard Levitte
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli
2019-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis
2019-06-04Move digests to providersShane Lontis
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-05-27Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis
2019-05-23Add the NIST CAVS test vectors for CCMMatt Caswell
2019-05-21Params conversion tests.Pauli
2019-05-16Added X963KDF APIShane Lontis
2019-05-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2019-05-03Change the digest string from "md" to "digest"Simo Sorce
2019-05-02Test: use keywords instead of magic numbers for 'rsa_pss_saltlen'Dr. Matthias St. Pierre
2019-04-24Added app for EVP_KDFShane Lontis
2019-04-19Add some more test vectors for ChaCha20Matt Caswell
2019-04-11added code to validate EC named curve parametersShane Lontis
2019-04-10Avoid creating invalid rsa pss paramsBernd Edlinger
2019-04-09Add a legacy provider and put MD2 in itMatt Caswell
2019-04-05Move the AES-XTS mode duplicated key check into the init_key function ratherPauli
2019-04-04Test that we can use the FIPS providerMatt Caswell
2019-04-04Skip the correct number of tests if SM2 is disabledMatt Caswell
2019-04-03Add test for the provider configuration moduleRichard Levitte
2019-03-30Add test cases for SM2 cert verificationPaul Yang
2019-03-27Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell
2019-03-27Fix a memory leak in ARIA GCMMatt Caswell
2019-03-27Fix no-ecMatt Caswell