summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2020-10-21On machines with a userland timecounter we bypass the gettimeofday(2)Mark Kettenis
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2020-10-19Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn'tMark Kettenis
2020-10-19Skip floating-point exception checks on arm64 and armv7 as the hardwareMark Kettenis
2020-10-18XFAIL tests on arm64 and armv7 as floating-point exception support isMark Kettenis
2020-10-16make this test compile and pass on sparc64Theo Buehler
2020-10-16Add an explicit cast to make this test compile and pass with gcc.Theo Buehler
2020-10-15Test DTLS timeouts and retransmissions by dropping specific messages.Joel Sing
2020-10-15Improve poll and event handling.Joel Sing
2020-10-14Hook up dtls regress.Joel Sing
2020-10-14Add regress tests for DTLS.Joel Sing
2020-10-12avoid two overlong lines and drop an unused printf argumentTheo Buehler
2020-10-11No longer need to cast away const in srtp_find_profile_by_name()Theo Buehler
2020-10-11Update regress for method changes.Joel Sing
2020-10-11Unbreak regress following SRTP_PROTECTION_PROFILE const change.Joel Sing
2020-10-10Don't leak bundle_file and cert_file paths at the end.Theo Buehler
2020-10-08Read cert.pem once and reuse it instead of reading it twice per test certTheo Buehler
2020-10-07zap trailing whitespaceTheo Buehler
2020-10-07add arguments to skip a bunch of x448 testsTheo Buehler
2020-10-07Hook up tlslegacy regress.Joel Sing
2020-10-07Add regress tests for switching from the new TLS stack to the legacy stack.Joel Sing
2020-10-06Use std=gnu99 to be able to build the tests with both base clang and gcc.Martin Pieuchot
2020-10-03KNFTheo Buehler
2020-10-03typoTheo Buehler
2020-10-02spelling, punctuation, whitespaceTheo Buehler
2020-10-02Add possibility to link and run this test against the OpenSSL 1.1.1 packageTheo Buehler
2020-10-02Use += and ?= and tidy up whitespaceTheo Buehler
2020-10-02Tidy up: no need to link statically against libcrypto and no needTheo Buehler
2020-10-02Make this test compile against OpenSSL 1.1Theo Buehler
2020-09-25move test-tls13-finished.py from slow tests to normal tests.Theo Buehler
2020-09-25test-tls13-finished.py has 70 failing tests that expect a "decode_error"Theo Buehler
2020-09-25delete a stale commentTheo Buehler
2020-09-211) Move the interop tests to the end so we see tlsfuzzer firstBob Beck
2020-09-21move a misplaced 'goto done;' so that all invalid uris are testedTheo Buehler
2020-09-21add a few short invalid URIs in test_constraints1() that cause earlyTheo Buehler
2020-09-20Correct a 1 byte read overflow in x509_contraints_uri and addBob Beck
2020-09-18Move variable declaration to beginning of scope in order to make thisTheo Buehler
2020-09-18make this test compile and pass on sparc64 by moving variable declarationsTheo Buehler
2020-09-18move variable declaration up to top to make this compile and passTheo Buehler
2020-09-18Use void function argument to appease gcc 4.2.1Theo Buehler
2020-09-18fix "warning: value computed is not used"Theo Buehler
2020-09-18fix "warning: function declaration isn't a prototype"Theo Buehler
2020-09-18zap redundant lineTheo Buehler
2020-09-18hook symbols test to regressTheo Buehler
2020-09-18Check availability of the symbols in Symbols.listTheo Buehler
2020-09-16Add cipher set tests with empty SSL_set_ciphersuites().Joel Sing
2020-09-16Correct cipher_set_test() when run on a machine without AES acceleration.Joel Sing
2020-09-16Make cipher_set_test() log failures and continue, rather than aborting.Joel Sing
2020-09-15Test botan TLS client with libressl, openssl, openssl11 server.Alexander Bluhm
2020-09-14Change the known output to be the expected output, so that weBob Beck