summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-11-28rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov
2017-11-28Fix lshift testsMatt Caswell
2017-11-28Test support for time_t comparisons.Pauli
2017-11-28use size_t tests instead of int onesPauli
2017-11-25Create a prototype for OPENSSL_rdtscKurt Roeckx
2017-11-22Avoid unnecessary MSYS2 conversion of some argumentsRichard Levitte
2017-11-21If a server is not acknowledging SNI then don't reject early_dataMatt Caswell
2017-11-21Ignore the session when setting SNI in s_clientMatt Caswell
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-17Iron out /WX errors in VC-WIN32.Andy Polyakov
2017-11-16Fix AppVeyor/VC build failureFdaSilvaYY
2017-11-16Modify expected output of a CRL to match the changed printoutRichard Levitte
2017-11-16Modify expected output of a certificate to match the changed printoutRichard Levitte
2017-11-13Factorise duplicated code.FdaSilvaYY
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-11Add OCSP API test executableBenjamin Kaduk
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-07style : fix some if(...FdaSilvaYY
2017-11-06SM3: Add SM3 hash functionJack Lloyd
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-11-02test/bntest.c: add bn_sqrx8x_internal regression test.Andy Polyakov
2017-10-31testutil.h: Remove duplicate test macrosDr. Matthias St. Pierre
2017-10-31afalg: Fix kernel version checkBaptiste Jonglez
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-10-30Fix memory leak in crltest error caseBenjamin Kaduk
2017-10-30[packettest] Fix misplaced parenthesesAlexDenisov
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-10-16Don't do version neg on an HRRMatt Caswell
2017-10-16Fix a bug in ALPN comparation code of a test casePaul Yang
2017-10-16Fix reading heap overflow in a test casePaul Yang
2017-10-12Add a test for setting initial SNI in CH but not using it with early_dataMatt Caswell
2017-10-12Add RFC7919 tests.Dr. Stephen Henson
2017-10-12Don't assume shared key length matches expected lengthDr. Stephen Henson
2017-10-12Add EVP_PKEY_METHOD redirection testDr. Stephen Henson
2017-10-11Appease -Werror=maybe-uninitializedBenjamin Kaduk
2017-10-04Session resume broken switching contextsTodd Short
2017-09-28Add a reserve call to the stack data structure.Pauli
2017-09-26Allow DH_set0_key with only private key.David Benjamin
2017-09-22Guard against DoS in name constraints handling.David Benjamin
2017-09-20Add RSA-PSS certificate type TLS testsDr. Stephen Henson
2017-09-20Add RSA-PSS test certificatesDr. Stephen Henson
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang
2017-09-13Support key check in EVP interfacePaul Yang
2017-09-08Introduce named constants for the ClientHello callback.David Benjamin
2017-09-08Fix test documentation.David Benjamin
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin
2017-09-07Fix test_client_hello with no-tls1_2_methodBenjamin Kaduk