CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2018/11/06 18:08:49

Log message:
    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@
    
    Status:
    
    Vendor Tag: bluhm
    Release Tags:       bluhm_20181106
    
    N src/regress/lib/libssl/interop/client.c
    N src/regress/lib/libssl/interop/Makefile
    N src/regress/lib/libssl/interop/README
    N src/regress/lib/libssl/interop/LICENSE
    N src/regress/lib/libssl/interop/Makefile.inc
    N src/regress/lib/libssl/interop/server.c
    N src/regress/lib/libssl/interop/util.c
    N src/regress/lib/libssl/interop/util.h
    N src/regress/lib/libssl/interop/libressl/Makefile
    N src/regress/lib/libssl/interop/openssl/Makefile
    
    No conflicts created by this import

Reply via email to