summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable t_mmap-1 test. It is skipped on NetBSD, but works for us.bluhm2020-12-062-3/+10
* Extend the methods test to cover dtls methods as welltb2020-12-011-1/+57
* Enable ssl_methods unit test.tb2020-12-011-1/+2
* Add an ssl_methods() unit test that currently only covers thetb2020-12-011-0/+192
* $OpenBSD$tb2020-11-191-0/+1
* Don't leak verify and store contexts.tb2020-11-181-1/+3
* Run the atf cleanup block after each test. This makes more testsbluhm2020-11-111-9/+11
* Declare prototype of __syscall locally. Fixes t_syscall test.bluhm2020-11-102-3/+7
* Sync libc syscall tests with changes in upstream NetBSD. Use #ifdefbluhm2020-11-0920-283/+212
* Skip test if web server cannot be pinged.bluhm2020-11-051-6/+14
* botan2 uses C++11, so use ports-gcc on gcc-archstb2020-10-301-1/+12
* Do not fail with obscure error messages on 'make'tb2020-10-293-6/+12
* catch unset error when validation fails.beck2020-10-262-2/+16
* On machines with a userland timecounter we bypass the gettimeofday(2)kettenis2020-10-211-2/+16
* Skip floating-point exception checks on arm64 and armv7 as the hardwarekettenis2020-10-192-2/+6
* XFAIL tests on arm64 and armv7 as floating-point exception support iskettenis2020-10-181-1/+6
* make this test compile and pass on sparc64tb2020-10-161-2/+2
* Add an explicit cast to make this test compile and pass with gcc.tb2020-10-161-2/+2
* Test DTLS timeouts and retransmissions by dropping specific messages.jsing2020-10-151-5/+299
* Improve poll and event handling.jsing2020-10-151-8/+27
* Hook up dtls regress.jsing2020-10-141-1/+2
* Add regress tests for DTLS.jsing2020-10-142-0/+411
* avoid two overlong lines and drop an unused printf argumenttb2020-10-121-4/+4
* No longer need to cast away const in srtp_find_profile_by_name()tb2020-10-111-2/+2
* Update regress for method changes.jsing2020-10-111-4/+4
* Unbreak regress following SRTP_PROTECTION_PROFILE const change.jsing2020-10-111-2/+2
* Don't leak bundle_file and cert_file paths at the end.tb2020-10-101-1/+3
* Read cert.pem once and reuse it instead of reading it twice per test certtb2020-10-081-18/+10
* zap trailing whitespacetb2020-10-071-21/+21
* add arguments to skip a bunch of x448 teststb2020-10-071-3/+18
* Hook up tlslegacy regress.jsing2020-10-071-1/+2
* Add regress tests for switching from the new TLS stack to the legacy stack.jsing2020-10-072-0/+642
* Use std=gnu99 to be able to build the tests with both base clang and gcc.mpi2020-10-061-1/+3
* KNFtb2020-10-031-12/+11
* typotb2020-10-031-1/+1
* spelling, punctuation, whitespacetb2020-10-022-6/+6
* Add possibility to link and run this test against the OpenSSL 1.1.1 packagetb2020-10-021-1/+7
* Use += and ?= and tidy up whitespacetb2020-10-021-8/+8
* Tidy up: no need to link statically against libcrypto and no needtb2020-10-021-4/+4
* Make this test compile against OpenSSL 1.1tb2020-10-021-11/+21
* move test-tls13-finished.py from slow tests to normal tests.tb2020-09-251-27/+26
* test-tls13-finished.py has 70 failing tests that expect a "decode_error"tb2020-09-251-6/+94
* delete a stale commenttb2020-09-251-5/+1
* 1) Move the interop tests to the end so we see tlsfuzzer firstbeck2020-09-215-9/+35
* move a misplaced 'goto done;' so that all invalid uris are testedtb2020-09-211-1/+1
* add a few short invalid URIs in test_constraints1() that cause earlytb2020-09-211-0/+4
* Correct a 1 byte read overflow in x509_contraints_uri and addbeck2020-09-201-0/+4
* Move variable declaration to beginning of scope in order to make thistb2020-09-181-3/+4
* make this test compile and pass on sparc64 by moving variable declarationstb2020-09-181-4/+9
* move variable declaration up to top to make this compile and passtb2020-09-181-1/+1