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