summaryrefslogtreecommitdiff
path: root/src/regress/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* +interopbluhm2018-11-071-1/+2
* Test TLS interoperability between LibreSSL and OpenSSL.bluhm2018-11-0710-0/+549
* better failure printing, add more checkstb2018-11-061-9/+35
* link rand/ to buildtb2018-11-061-2/+4
* add a regression test for bn_rand_interval()tb2018-11-062-0/+98
* 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
* With the fixed length checks in aes_wrap.c 1.11, we can remove the uglytb2018-10-201-11/+3
* Run Wycheproof testvectors for AES Key Wrap without padding (RFC 3394)tb2018-10-191-4/+144
* truncate long comments in audit summarytb2018-10-191-2/+7
* simplify BN_bin2bn() calls; no need to pre-declare the variable.tb2018-10-181-11/+6
* Avoid a bad out of bounds access that caused intermittent crashes.tb2018-10-181-2/+2
* whitespace cleanup and other minor things from gofmttb2018-10-071-44/+39
* make sure all CStrings are freedtb2018-10-061-3/+7
* plug a memory leaktb2018-10-061-1/+2
* wrap a few more overlong linestb2018-10-061-14/+36
* wrap some overlong fmt.Printfstb2018-10-061-53/+106