summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-06-17Move uplink file information to build.info filesRichard Levitte
2019-06-17Fix no-ec with no-dhMatt Caswell
2019-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell
2019-06-13Fix no-dhMatt Caswell
2019-06-12Add testcase for TLS1.3 FFDHEraja-ashok
2019-06-11Fix Windows Compile failure due to missing <inttypes.h>Shane Lontis
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis
2019-06-07Make the rand_crng code OPENSSL_CTX awareMatt Caswell
2019-06-07Fixed typo in code comment.David Makepeace
2019-06-06Coverity fixesShane Lontis
2019-06-04Move digests to providersShane Lontis
2019-06-03Really fail if we have a test failureMatt Caswell
2019-06-03Write a test for receiving a KeyUpdate (update requested) while writingMatt Caswell
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte
2019-05-29Test of uniformity of BN_rand_range output.Pauli
2019-05-29fix timeout in 30-test_evp_pkey_dparamShane Lontis
2019-05-27Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis
2019-05-27OCSP: fix memory leak in OCSP_url_svcloc_new method.FdaSilvaYY
2019-05-23Add the NIST CAVS test vectors for CCMMatt Caswell
2019-05-22Optional property query support.Pauli
2019-05-21Params conversion tests.Pauli
2019-05-16Added X963KDF APIShane Lontis
2019-05-10Ignore entropy from RAND_add()/RAND_seed() in FIPS modeDr. Matthias St. Pierre
2019-05-09Test skip option.Pauli
2019-05-09Skip the no derivation functions when in FIPS mode because they are notPauli
2019-05-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2019-05-07ssl: Add SSL_sendfileBoris Pismenny
2019-05-03Change the digest string from "md" to "digest"Simo Sorce
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell
2019-05-02Test: use keywords instead of magic numbers for 'rsa_pss_saltlen'Dr. Matthias St. Pierre
2019-05-01p_get_params() [test/p_test.c]: clear the OSSL_PARAM buffers for every testRichard Levitte
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
2019-04-30Squashed commit of the following:Pauli
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-04-26Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.David Benjamin
2019-04-25Statistically test BN_rand_range().Pauli
2019-04-24Added app for EVP_KDFShane Lontis
2019-04-23Fix no-ec2mMatt Caswell
2019-04-19Add some more test vectors for ChaCha20Matt Caswell
2019-04-18Add SSHKDF in evp_kdf_testSimo Sorce
2019-04-16Add test for the BIO_s_mem rdwr->rdonly->rdwr use-caseTomas Mraz
2019-04-16Add testing of RDONLY memory BIOsTomas Mraz
2019-04-16Add test for the BIO_get_mem_ptr() regressionBernd Edlinger
2019-04-12Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell
2019-04-12Add prediction resistance capability to the DRBG reseeding process.Pauli
2019-04-11ec key validation checks updatedShane Lontis
2019-04-11doc fixupsShane Lontis
2019-04-11Separate the lookup testNicola Tuveri