summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
AgeCommit message (Expand)Author
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
2015-06-17Add tests for CBS_offset() and CBS_write_bytes().Doug Hogan
2015-06-16Be more strict about BER and DER terminology.Doug Hogan
2015-04-25Check for invalid leading zeros in CBS_get_asn1_uint64.Doug Hogan
2015-03-08Reject DH keys sent by a server if they are considered too small; inspiredMiod Vallat
2015-02-16Add more error checking and free resources in bytestringtest.Doug Hogan
2015-02-07Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id().Joel Sing
2015-02-06KNF bytestring files.Doug Hogan
2015-02-06Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.Doug Hogan
2015-02-06Add libssl ciphers regress, which currently only coversJoel Sing
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEGJoel Sing
2014-12-12Increase cipher suite test coverage by including all cipher suites thatJoel Sing
2014-12-10Add regress for ALPN.Joel Sing
2014-12-07remove duplicate initialization of .sid_ctx in testBrent Cook
2014-12-06The -ssl2 flag does nothing - remove the flag and any tests that wereJoel Sing
2014-12-03Allow overriding the path to the testssl and openssl binaries.Brent Cook
2014-10-13Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned aboutJoel Sing
2014-10-13BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is noJoel Sing
2014-10-13Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exitJoel Sing
2014-07-16Fix tlsext_tick_lifetime_hint value in test #2 to make sure theMiod Vallat
2014-07-13Add a regress test for the ASN1 handling of SSL session tickets.Joel Sing
2014-07-12More KNF.Joel Sing
2014-07-12Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH andJoel Sing
2014-07-11Remove PSK from the ssl regress.Joel Sing
2014-07-10Uncompress ssltest.Joel Sing
2014-07-08Include -DLIBRESSL_INTERNAL in regress makefiles.Joel Sing
2014-06-21Add DTLS support to ssltest and wire up some regress tests.Joel Sing
2014-06-13Remove support for the `opaque PRF input' extension, which draft has expiredMiod Vallat
2014-06-01Build with WARNINGS=Yes and Werror.Miod Vallat
2014-05-24Move ssltest.c to a regress test.Joel Sing
2014-05-24Move the regress tests that are in lib/libssl to usr.sbin/openssl,Joel Sing