summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
AgeCommit message (Expand)Author
2017-07-24Extend the SNI tests to ensure that we have a hostname in the sessionJoel Sing
2017-07-24Add regress coverage for the TLS Renegotiation Indication extension.Joel Sing
2017-07-16Provide a new regress test for TLS extension handlers, currently coveringJoel Sing
2017-05-07Revise cipher suites in regress to match DSS cipher suite removal.Joel Sing
2017-05-06Bring in an SSL_HANDSHAKE structure and commence the great shovellingBob Beck
2017-05-06Add regress coverage for SSL{,_CTX}_set_{min,max}_proto_version().Joel Sing
2017-03-25Update regress to match changes to tls1_PRF().Joel Sing
2017-03-18Update regress and remove temporary buffer to match changes in tls_PRF().Joel Sing
2017-03-10Add a unit test for tls1_PRF().Joel Sing
2017-03-05Add an initial regress test that covers the server-side of libssl, byJoel Sing
2017-03-04Treat "ERROR in STARTUP" as an actual error, rather than failing withoutJoel Sing
2017-03-04Remove commented out code and fix indentation of surrounding statements.Joel Sing
2017-03-04Remove handling for SSLv2.Joel Sing
2017-01-25Update ssl versions regress to handle min/max configured versions andJoel Sing
2017-01-24Update client tests for changes in default EC formats/curves.Joel Sing
2017-01-24Use prime256v1 for tests unless otherwise specified.Joel Sing
2017-01-23Fix regress to handle movement of ssl structures to internalBob Beck
2017-01-22Update the TLS ALPN unit tests to work with internal/opaque data.Joel Sing
2017-01-03Add regress tests for max shared version code.Joel Sing
2016-12-30Add regress coverage for enabled protocol version range.Joel Sing
2016-12-26Extend regress to include a peer certificate in the session.Joel Sing
2016-12-26Ensure that after an i2d_SSL_SESSION() call, the passed pointer now pointsJoel Sing
2016-12-21Update regress for ECDHE with X25519.Joel Sing
2016-12-21Ensure negative time/timeout are handled appropriately.Joel Sing
2016-12-18Revise regress for changes to ssl_parse_serverhello_tlsext().Joel Sing
2016-12-04Update regress test to handle change to ssl_cipher_list_to_bytes().Joel Sing
2016-11-06Update regress for IDEA cipher suite removal.Joel Sing
2016-11-04Move pqueue regress from libcrypto to libssl, since that's where the pqueueJoel Sing
2016-11-04Some tests require internal symbols; have them link with the staticPhilip Guenther
2016-10-19Update client hello messages to follow the removal of fixed ECDH.Joel Sing
2016-09-03remove unneeded reach-around includeBrent Cook
2016-09-02Fix build of regress after source movesBob Beck
2016-08-27Enable ALPN regress now that it passes.Joel Sing
2016-04-28Update regress test to reflect changes in the cipher list.Joel Sing
2015-10-25Change test to use length 128 (shortest long-form encoding).Doug Hogan
2015-09-27check if openssl(1) actually works before proceedingBrent Cook
2015-09-13Revise regression test so that it works correctly with AES taking priorityJoel Sing
2015-09-13remove e_os2.h includesBrent Cook
2015-09-01Add an initial TLS client regress, which currently covers ClientHelloJoel Sing
2015-08-27Remove SSLv3 support from LibreSSL regression tests.Doug Hogan
2015-07-31Don't hardcode /usr/src, use BSDSRCDIRTobias Ulmer
2015-07-18simplify length checking in do_indefinite_convertBrent Cook
2015-07-13Unhook tls_ext_alpn test until the code passes it.Doug Hogan
2015-07-09Add tests for parsing TLS extension ALPN (RFC 7301).Doug Hogan
2015-07-01specify the array initializer valueBrent Cook
2015-06-28Convert ssl_bytes_to_cipher_list to CBS.Doug Hogan
2015-06-27Add unit tests for LibreSSL.Doug Hogan
2015-06-23Change CBS_dup() to also sync the offset.Doug Hogan
2015-06-23Convert bytestringtest to individual checks and don't short circuit.Doug Hogan
2015-06-23Remove unnecessary regress target.Doug Hogan