summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Move uplink file information to build.info filesRichard Levitte2019-06-171-12/+17
* Fix no-ec with no-dhMatt Caswell2019-06-171-0/+2
* Allow TLSv1.3 in a no-ec buildMatt Caswell2019-06-1713-55/+171
* Fix no-dhMatt Caswell2019-06-131-0/+9
* Add testcase for TLS1.3 FFDHEraja-ashok2019-06-121-0/+104
* Fix Windows Compile failure due to missing <inttypes.h>Shane Lontis2019-06-111-4/+11
* PBKDF2 updates to conform to SP800-132Shane Lontis2019-06-113-18/+66
* Make the rand_crng code OPENSSL_CTX awareMatt Caswell2019-06-071-8/+7
* Fixed typo in code comment.David Makepeace2019-06-071-1/+1
* Coverity fixesShane Lontis2019-06-061-1/+1
* Move digests to providersShane Lontis2019-06-046-11/+89
* Really fail if we have a test failureMatt Caswell2019-06-031-0/+2
* Write a test for receiving a KeyUpdate (update requested) while writingMatt Caswell2019-06-033-0/+191
* Add the content type attribute to additional CMS signerinfo.Shane Lontis2019-06-035-1/+68
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-2/+2
* Test of uniformity of BN_rand_range output.Pauli2019-05-292-24/+118
* fix timeout in 30-test_evp_pkey_dparamShane Lontis2019-05-291-23/+99
* Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis2019-05-273-1/+89
* OCSP: fix memory leak in OCSP_url_svcloc_new method.FdaSilvaYY2019-05-271-1/+81
* Add the NIST CAVS test vectors for CCMMatt Caswell2019-05-232-1/+23928
* Optional property query support.Pauli2019-05-221-15/+26
* Params conversion tests.Pauli2019-05-214-1/+705
* Added X963KDF APIShane Lontis2019-05-162-23/+169
* Ignore entropy from RAND_add()/RAND_seed() in FIPS modeDr. Matthias St. Pierre2019-05-101-0/+15
* Test skip option.Pauli2019-05-095-33/+74
* Skip the no derivation functions when in FIPS mode because they are notPauli2019-05-091-1/+2
* Allow specifying the tag after AAD in CCM modeTobias Nießen2019-05-082-9/+31
* ssl: Add SSL_sendfileBoris Pismenny2019-05-071-1/+108
* Change the digest string from "md" to "digest"Simo Sorce2019-05-032-606/+607
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-032-103/+125
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-023-54/+40
* Test: use keywords instead of magic numbers for 'rsa_pss_saltlen'Dr. Matthias St. Pierre2019-05-022-6/+6
* p_get_params() [test/p_test.c]: clear the OSSL_PARAM buffers for every testRichard Levitte2019-05-011-4/+6
* Replumbing: give the possibility for the provider to create a contextRichard Levitte2019-04-301-3/+12
* Squashed commit of the following:Pauli2019-04-301-2/+3
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-2/+2
* Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.David Benjamin2019-04-261-0/+26
* Statistically test BN_rand_range().Pauli2019-04-251-0/+68
* Added app for EVP_KDFShane Lontis2019-04-241-0/+78
* Fix no-ec2mMatt Caswell2019-04-231-1/+4
* Add some more test vectors for ChaCha20Matt Caswell2019-04-191-1/+28
* Add SSHKDF in evp_kdf_testSimo Sorce2019-04-181-0/+55
* Add test for the BIO_s_mem rdwr->rdonly->rdwr use-caseTomas Mraz2019-04-161-0/+38
* Add testing of RDONLY memory BIOsTomas Mraz2019-04-161-0/+79
* Add test for the BIO_get_mem_ptr() regressionBernd Edlinger2019-04-161-6/+35
* Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell2019-04-121-6/+11
* Add prediction resistance capability to the DRBG reseeding process.Pauli2019-04-121-0/+78
* ec key validation checks updatedShane Lontis2019-04-111-2/+55
* doc fixupsShane Lontis2019-04-111-3/+3
* Separate the lookup testNicola Tuveri2019-04-111-33/+84