aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-1/+1
* Don't do version neg on an HRRMatt Caswell2017-10-162-0/+16
* Fix a bug in ALPN comparation code of a test casePaul Yang2017-10-161-1/+1
* Fix reading heap overflow in a test casePaul Yang2017-10-161-6/+7
* Add a test for setting initial SNI in CH but not using it with early_dataMatt Caswell2017-10-121-0/+10
* Add RFC7919 tests.Dr. Stephen Henson2017-10-121-0/+557
* Don't assume shared key length matches expected lengthDr. Stephen Henson2017-10-121-1/+4
* Add EVP_PKEY_METHOD redirection testDr. Stephen Henson2017-10-121-0/+170
* Appease -Werror=maybe-uninitializedBenjamin Kaduk2017-10-111-1/+1
* Session resume broken switching contextsTodd Short2017-10-0410-4/+94
* Add a reserve call to the stack data structure.Pauli2017-09-282-4/+23
* Allow DH_set0_key with only private key.David Benjamin2017-09-261-5/+23
* Guard against DoS in name constraints handling.David Benjamin2017-09-228-1/+2175
* Add RSA-PSS certificate type TLS testsDr. Stephen Henson2017-09-202-128/+356
* Add RSA-PSS test certificatesDr. Stephen Henson2017-09-202-0/+47
* Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang2017-09-141-5/+0
* Support key check in EVP interfacePaul Yang2017-09-132-1/+173
* Introduce named constants for the ClientHello callback.David Benjamin2017-09-082-13/+15
* Fix test documentation.David Benjamin2017-09-082-4/+4
* Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2017-09-086-87/+93
* Fix test_client_hello with no-tls1_2_methodBenjamin Kaduk2017-09-071-2/+3
* add callback handler for setting DTLS timer intervalAlfred E. Heggestad2017-09-061-0/+20
* Don't use ciphersuites for inflating the ClientHello in clienthellotestMatt Caswell2017-09-041-7/+5
* Fix 90-test_store.t: using config() requires OpenSSL::Test::UtilsRichard Levitte2017-09-041-0/+1
* Fix an include location problem in the extrended tests.Pauli2017-09-043-4/+4
* OSSL_STORE: Avoid testing with URIs on the mingw command lineRichard Levitte2017-09-031-25/+79
* test/run_tests.pl: don't use Module::Load::Conditional.Andy Polyakov2017-09-021-3/+2
* Fix long SNI lengths in test/handshake_helper.cBenjamin Kaduk2017-09-011-2/+2
* Fixup include path in ossl_shim test after e_os.h workBenjamin Kaduk2017-09-011-1/+1
* struct timeval include guardsPauli2017-09-011-10/+2
* Test for late client side detection of ALPN inconsistentiesMatt Caswell2017-08-311-56/+111
* Add some fixes for Travis failuresMatt Caswell2017-08-311-2/+2
* Add PSK early_data testsMatt Caswell2017-08-311-0/+171
* Update the tests for SNI changesMatt Caswell2017-08-314-8/+13
* Add some PSK early_data testsMatt Caswell2017-08-311-94/+149
* Fix return value of ASN1_TIME_compareTodd Short2017-08-301-0/+46
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-301-0/+74
* Move e_os.h to be the very first include.Pauli2017-08-304-5/+5
* e_os.h removal from other headers and source files.Pauli2017-08-303-1/+3
* DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre2017-08-281-49/+49
* MSC_VER <= 1200 isn't supported; remove dead codeRich Salz2017-08-271-5/+0
* Fix no-tls and no-tls1_2Matt Caswell2017-08-251-7/+8
* Fix no-scryptMatt Caswell2017-08-251-0/+7
* Do not lookup zero-length session IDKazuki Yamaguchi2017-08-251-8/+20
* Fix no-chacha and no-poly1305Matt Caswell2017-08-251-0/+4
* Don't run a CT specifc test if CT is disabledMatt Caswell2017-08-251-1/+5
* Check range of test values using isascii before diving into the fullPauli2017-08-251-4/+9
* Check for EOF in ASCII conversions.Pauli2017-08-251-0/+6
* Fix enable-sctpMatt Caswell2017-08-241-0/+1
* (Re)move some things from e_os.hRich Salz2017-08-222-6/+1