summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/LICENSE (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test that all supported TLS ciphers actually work. Establishbluhm2019-02-211-1/+1
| | | | | | connections between client and server implemented with LibreSSL or OpenSSL with a fixed cipher on each side. Check the used cipher in the session print out.
* Test TLS interoperability between LibreSSL and OpenSSL.bluhm2018-11-071-0/+15
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@