summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2018-11-23Add an error message test recipes for system error messagesRichard Levitte
2018-11-20Update copyright yearMatt Caswell
2018-11-15test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte
2018-11-14Fix no-ec and no-tls1_2Matt Caswell
2018-11-14Fix rpath-related Linux "test_shlibload" failure.Richard Levitte
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-12Add a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_client_CA_list()Matt Caswell
2018-11-12Test use of a brainpool ECDSA certificateMatt Caswell
2018-11-12Add some test brainpool certificatesMatt Caswell
2018-11-12Fix SipHash init order.Richard Levitte
2018-11-10Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz
2018-11-08Test: enable internal tests for shared Windows buildsDr. Matthias St. Pierre
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre