summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Modify sigalgs extension processing for TLS 1.3.beck2019-01-232-25/+28
* incorrrect spellingtb2019-01-231-2/+2
* do not print the command in the print: targettb2019-01-231-2/+2
* Add a regression test that builds up the handshake state tabletb2019-01-232-1/+399
* add support for xchacha20 and xchacha20-poly1305dlg2019-01-223-3/+191
* Update record regress to match functionality changes.jsing2019-01-201-6/+37
* hook handshake testtb2019-01-201-1/+2
* Add a simple test that verifies that every valid handshaketb2019-01-202-0/+76
* Hook record regress.jsing2019-01-191-1/+3
* Add regress for TLSv1.3 record handling.jsing2019-01-192-0/+533
* initialize offset value so this passesbeck2019-01-181-0/+1
* Add client side of supported versions and keyshare extensions with basic regressbeck2019-01-181-1/+192
* Removed unused struct members.jsing2019-01-181-2/+0
* Update regress following TLS extension renaming.jsing2019-01-182-379/+378
* Add regress for extensible buffer code.jsing2019-01-173-1/+169
* Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17millert2018-12-163-2/+160
* add a -R option to set/unset resolver flags.libressl-v2.9.0eric2018-12-159-20/+101
* This test does not terminate if malloc conf is preconfigured withbluhm2018-11-291-2/+6
* We're manipulating malloc flags ourselves, start with restting them all.otto2018-11-291-1/+5
* This test does not terminate if malloc conf is preconfigured withbluhm2018-11-281-4/+8
* Just err if we can't create secretsbeck2018-11-131-2/+2
* Rework the sm3 regress based on a suggestion by jsing. Zap the weirdtb2018-11-121-30/+36
* Fix a race in libssl interop regress. The success messages frombluhm2018-11-113-6/+9
* Hook up sm3 regress tests.tb2018-11-111-1/+2
* Add sm3 regress tests.tb2018-11-112-0/+101
* Add automatic threading initialization for libcrypto.bcook2018-11-111-56/+0
* Reorganize libssl interop tests. Move netcat tests into separatebluhm2018-11-119-148/+197
* Spelingbeck2018-11-101-2/+2
* Regress client and server can do session reuse now. Test this withbluhm2018-11-106-129/+220
* Make sure the interop test happen last (since they take a long time)beck2018-11-102-8/+9
* Clean up and free objects at the completion of the regress test.jsing2018-11-101-1/+13
* fix a leak reported by Ben L (bobsayshilol () live ! co ! uk)tb2018-11-101-1/+3
* Fix a leak reported by Ben L bobsayshilol () live ! co ! uk.tb2018-11-101-1/+3
* fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk)tb2018-11-101-4/+8
* 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
* The Botan library from ports an be configured to use OpenSSL orbluhm2018-11-092-1/+22
* remove the not yet implemented "handshake" subdirectorytb2018-11-091-2/+1
* Add subdirectires with SUBDIR += instead of a single assignment withtb2018-11-093-67/+65
* The cert subdir is testing all combinations of certificate validation.bluhm2018-11-0911-48/+244
* Add missing NULL checks on allocation, style(9) and consistently usejsing2018-11-081-35/+34
* Add missing BN_free() calls.jsing2018-11-081-1/+3
* Use ASN1_TYPE_new()/ASN1_TYPE_free() to avoid leaking memory.jsing2018-11-081-12/+17
* Use in-place (un)wrapping in the keywrap tests.tb2018-11-071-5/+8
* 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