summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2019-01-31Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger
2019-01-31Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger
2019-01-31Fix a memory leak with di2_X509_CRL reuseBernd Edlinger
2019-01-30Fix no-dso buildsMatt Caswell
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-24Make sure we trigger retransmits in DTLS testingMatt Caswell
2019-01-21Fix a memory leak in the mem bioCorey Minyard
2019-01-17Reduce inputs before the RSAZ code.David Benjamin
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell
2019-01-06Fix no-cmacMatt Caswell
2019-01-04Introduce a no-pinshared optionMatt Caswell
2019-01-04Test atexit handlersMatt Caswell
2019-01-04Don't link shlibloadtest against libcryptoMatt Caswell
2019-01-04Fix shlibloadtest to properly execute the dso_ref testMatt Caswell
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger
2018-12-11Add an Ed448 malleability testMatt Caswell
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell
2018-12-03Add an Ed25519 signature maleability testMatt Caswell
2018-11-27Don't test the collected system errors when configured to not have themRichard Levitte
2018-11-24Avoid test_errstr in a cross compiled configurationRichard Levitte