History log of /openbsd-src/regress/lib/libssl/interop/util.c (Results 1 – 3 of 3)
Revision Date Author Comments
# a8d85e88 09-Nov-2018 bluhm <bluhm@openbsd.org>

The cert subdir is testing all combinations of certificate validation.
Having the three libraries, client and server certificates, missing
or invalid CA or certificates, and enforcing peer certificat

The cert subdir is testing all combinations of certificate validation.
Having the three libraries, client and server certificates, missing
or invalid CA or certificates, and enforcing peer certificate results
in 1944 new test cases.

show more ...


# 22303e31 07-Nov-2018 bluhm <bluhm@openbsd.org>

Print SSLeay, OpenSSL, and LibreSSL version strings. Make client
and server compile with OpenSSL 1.1. Check runtime version string
of SSL library.


# 9231079c 07-Nov-2018 bluhm <bluhm@openbsd.org>

Test TLS interoperability between LibreSSL and OpenSSL.

Implement simple SSL client and server in C. Create four binaries
by linking them with LibreSSL or OpenSSL. This way API compatibility
is te

Test TLS interoperability between LibreSSL and OpenSSL.

Implement simple SSL client and server in C. Create four binaries
by linking them with LibreSSL or OpenSSL. This way API compatibility
is tested. Connect and accept with netcat to test protocol
compatibility with libtls.

Currently OpenSSL 1.0.2p from ports is used. Plan is to move to
OpenSSL 1.1 and and test TLS 1.3.

idea from beck@; help from jsing@

show more ...