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
/
libssl
/
interop
Age
Commit message (
Expand
)
Author
2022-07-07
Only run tests against ciphers supported by the method.
Theo Buehler
2022-02-05
Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_list
Theo Buehler
2022-02-05
Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.
Theo Buehler
2021-12-02
Tell testers which packages to install right away (and why)
Klemens Nanni
2021-09-03
Make Bob happy.
Alexander Bluhm
2021-08-30
Revert accidental commit
Theo Buehler
2021-08-30
link verify regress tests to build
Theo Buehler
2021-07-06
alarm(3) cannot fail, remove error handling.
Alexander Bluhm
2020-12-25
Add to *FLAGS and *ADD rather than overwriting them
Theo Buehler
2020-12-17
Remove echo headlines.
Alexander Bluhm
2020-10-30
botan2 uses C++11, so use ports-gcc on gcc-archs
Theo Buehler
2020-10-29
Do not fail with obscure error messages on 'make'
Theo Buehler
2020-09-21
1) Move the interop tests to the end so we see tlsfuzzer first
Bob Beck
2020-09-15
Test botan TLS client with libressl, openssl, openssl11 server.
Alexander Bluhm
2020-09-14
Connect a client to a server. Both can be current libressl, or
Alexander Bluhm
2020-09-12
If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefers
Alexander Bluhm
2020-09-11
Enable cert and cipher interop tests. cert just works. cipher has
Alexander Bluhm
2020-05-11
Revise regress for TLSv1.3 server being enabled.
Joel Sing
2020-01-25
Disable cert interop tests for now.
Joel Sing
2020-01-25
Actually disable cipher interop tests.
Joel Sing
2020-01-25
Disable the cipher interop tests.
Joel Sing
2020-01-25
Accept both TLSv1.2 and TLSv1.3 protocols for netcat.
Joel Sing
2020-01-25
Disable session regress for libressl client talking to openssl11 server.
Joel Sing
2019-03-28
Enable GOST cipher selection test after libssl has been fixed.
Alexander Bluhm
2019-03-21
Fix typo in usage and comment.
Alexander Bluhm
2019-02-21
Test that all supported TLS ciphers actually work. Establish
Alexander Bluhm
2019-02-11
getopt(3) returns int, not char. Fix type of ch variable to prevent
Alexander Bluhm
2018-11-11
Fix a race in libssl interop regress. The success messages from
Alexander Bluhm
2018-11-11
Reorganize libssl interop tests. Move netcat tests into separate
Alexander Bluhm
2018-11-10
Regress client and server can do session reuse now. Test this with
Alexander Bluhm
2018-11-09
The cert subdir is testing all combinations of certificate validation.
Alexander Bluhm
2018-11-07
Add a self test for each SSL library by connecting client with
Alexander Bluhm
2018-11-07
Add interop test with OpenSSL 1.1. TLS 1.3 should be used automatically
Alexander Bluhm
2018-11-07
Test TLS interoperability between LibreSSL and OpenSSL.
Alexander Bluhm
2018-11-07
Print SSLeay, OpenSSL, and LibreSSL version strings. Make client
Alexander Bluhm
2018-11-07
Test TLS interoperability between LibreSSL and OpenSSL.
Alexander Bluhm
2018-11-07
Test TLS interoperability between LibreSSL and OpenSSL.
Alexander Bluhm