summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-07-24Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-19test/enginetest.c: Make sure no config file is loadedRichard Levitte
2019-07-07Fix an endless loop in BN_generate_prime_exBernd Edlinger
2019-07-01Fix TyposAntoine Cœur
2019-06-25Excise AES-XTS FIPS check.Pauli
2019-06-26Add regression test for #9099Benjamin Kaduk
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli
2019-06-19Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz
2019-06-07Fixed typo in code comment.David Makepeace
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-28Update copyright yearRichard Levitte
2019-05-27Configure: make C++ build tests optional and configurableRichard Levitte
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-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2019-05-02Test: use keywords instead of magic numbers for 'rsa_pss_saltlen'Dr. Matthias St. Pierre
2019-04-26Revert "Statistically test BN_rand_range()."Pauli
2019-04-25Statistically test BN_rand_range().Pauli
2019-04-19Add some more test vectors for ChaCha20Matt Caswell
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-10Avoid creating invalid rsa pss paramsBernd Edlinger
2019-03-30fixed public range check in ec_GF2m_simple_oct2pointShane Lontis
2019-03-27Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell
2019-03-27Fix a memory leak in ARIA GCMMatt Caswell
2019-03-18coverity fixes for bntest.cShane Lontis
2019-03-13Fix memory leak in ectestNicola Tuveri
2019-03-11fix truncation of integers on 32bit AIXShane Lontis
2019-03-07Add a simple test for RSA_SSLV23_PADDINGBernd Edlinger
2019-03-07Add a test for underflow in ecp_nistp521.cMatt Caswell
2019-03-06Test an overlong ChaCha20-Poly1305 nonceMatt Caswell
2019-02-28Do buildtests on our public header files with C++ as wellRichard Levitte
2019-02-26[test] modernize ecdsatest and extend ECDSA sign KATsBilly Brumley
2019-02-26Update copyright yearMatt Caswell
2019-02-26Disable 02-test_errstr.t on msys/mingw as well as MSWin32Richard Levitte
2019-02-26VMS: disable the shlibload test for nowRichard Levitte
2019-02-22Don't restrict the number of KeyUpdate messages we can processMatt Caswell
2019-02-20Test for constant-time flag leakage in BN_CTXNicola Tuveri
2019-02-20[test] unit test for field_inv function pointer in EC_METHODBilly Brumley
2019-02-19Add a test for interleaving app data with handshake data in TLSv1.3Matt Caswell
2019-02-15Use order not degree to calculate a buffer size in ecdsatestMatt Caswell
2019-02-14Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell
2019-02-14Ignore cipher suites when setting cipher listSam Roberts
2019-02-11test/recipes/02-err_errstr: skip errors that may not be loaded on WindowsRichard Levitte
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz
2019-02-08Address a bug in the DRBG tests where the reseeding wasn't properlyPauli
2019-02-07test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard Levitte
2019-02-05Remove unnecessary trailing whitespaceSam Roberts