summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure the interop test happen last (since they take a long time)beck2018-11-102-8/+9
* fix a leak reported by Ben L (bobsayshilol () live ! co ! uk)tb2018-11-101-1/+3
* More regress all the way to exporter_masterbeck2018-11-101-4/+44
* Fix last of the empty hash nonsensebeck2018-11-101-6/+3
* Update key schedule regress to match API changes.jsing2018-11-091-21/+12
* remove the not yet implemented "handshake" subdirectorytb2018-11-091-2/+1
* Add subdirectires with SUBDIR += instead of a single assignment withtb2018-11-091-13/+13
* The cert subdir is testing all combinations of certificate validation.bluhm2018-11-0911-48/+244
* Add in key_schedule regress tests to regress buildbeck2018-11-071-1/+2
* Add a self test for each SSL library by connecting client withbluhm2018-11-075-23/+88
* Add initial TLS 1.3 key schedule support with basic regress testsbeck2018-11-072-0/+249
* Add interop test with OpenSSL 1.1. TLS 1.3 should be used automaticallybluhm2018-11-075-10/+55
* Print SSLeay, OpenSSL, and LibreSSL version strings. Make clientbluhm2018-11-077-12/+71
* +interopbluhm2018-11-071-1/+2
* Test TLS interoperability between LibreSSL and OpenSSL.bluhm2018-11-0710-0/+549
* Add TLSv1.3 to version regress tests.jsing2018-11-061-4/+80
* Unbreak regress following Supported Elliptic Curve extension rename.jsing2018-11-061-49/+49
* Add regress coverage for CBB_add_u32().jsing2018-08-161-3/+4
* Update regress for DES cipher suite removal.jsing2018-06-022-49/+41
* Zero the client random so that it is easier to spot unintended differences.jsing2018-06-021-0/+1
* Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_versionjca2018-03-151-13/+13
* Update regress to use tlsext_serverhello_parse().jsing2018-02-081-5/+3
* Update regress to match removal of ssl_parse_clienthello_tlsext().jsing2018-01-271-5/+8
* Initialise new_cipher in the serverhello TLS extensions test, to avoid ajsing2017-12-281-3/+14
* Add regress test coverage for building clienthello and serverhellojsing2017-11-281-4/+201
* Add regress for CBB_discard_child().jsing2017-11-281-2/+56
* Update regress now that ssl_cipher_list_to_bytes() takes a CBB.jsing2017-10-111-3/+9
* Revise regress now that ssl_bytes_to_cipher_list() takes a CBS.jsing2017-10-101-20/+10
* When parsing extensions by calling the parse functions directly, ensurejsing2017-08-291-2/+82
* Use current chacha20-poly1305 cipher suite values.jsing2017-08-281-7/+7
* Update due to removal of original chacha20-poly1305 cipher suites.jsing2017-08-281-42/+39
* Rewrite SRTP extension using CBB/CBS and the new extension framework.doug2017-08-271-1/+402
* check return value from CBB_initbeck2017-08-271-2/+3
* Rewrite ALPN extension using CBB/CBS and the new extension framework.doug2017-08-261-1/+381
* Rewrite the TLS status request extension to use the new TLS extension framework.beck2017-08-121-1/+128
* Add regress coverage for the TLS signature algorithms extension.jsing2017-08-121-1/+163
* Rewrite session ticket TLS extension handling using CBB/CBS and the newdoug2017-08-121-1/+302
* Remove NPN test coverage.jsing2017-08-122-129/+1
* errant whitespacebeck2017-08-121-3/+3
* Update the TLSv1.2 Client Hello messages, due to the removal of DSAjsing2017-08-121-20/+18
* Be consistent with goto labels, failure flag and use of FAIL macro.jsing2017-08-111-128/+105
* doug@ added code in here as well.jsing2017-08-111-1/+2
* Sort by extension/function name.jsing2017-08-111-577/+576
* Rewrite EllipticCurves TLS extension handling using CBB/CBS and the newdoug2017-08-111-1/+337
* Rewrite the ECPointFormats TLS extension handling using CBB/CBS and thedoug2017-08-111-1/+470
* Extend the SNI tests to ensure that we have a hostname in the sessionjsing2017-07-241-2/+31
* Add regress coverage for the TLS Renegotiation Indication extension.jsing2017-07-241-1/+266
* Provide a new regress test for TLS extension handlers, currently coveringjsing2017-07-163-1/+256
* Revise cipher suites in regress to match DSS cipher suite removal.jsing2017-05-071-96/+82
* Bring in an SSL_HANDSHAKE structure and commence the great shovellingbeck2017-05-061-2/+2