0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/test/ssl
James Yonan ac32190acf Minor changes to proto.cpp on Apple to conform with new
SSL context Config class semantics.
2011-12-18 11:33:15 +00:00
..
ca1.crt Added OpenSSLContext data transfer test. 2011-11-24 10:47:11 +00:00
ca2.crt Added OpenSSLContext data transfer test. 2011-11-24 10:47:11 +00:00
client.crt Added OpenSSLContext data transfer test. 2011-11-24 10:47:11 +00:00
client.key Added OpenSSLContext data transfer test. 2011-11-24 10:47:11 +00:00
dh.pem Added OpenSSLContext data transfer test. 2011-11-24 10:47:11 +00:00
proto.cpp Minor changes to proto.cpp on Apple to conform with new 2011-12-18 11:33:15 +00:00
proto.txt Comment additions. 2011-12-13 11:13:27 +00:00
README.txt Minor changes to proto.cpp on Apple to conform with new 2011-12-18 11:33:15 +00:00
server.crt Added OpenSSLContext data transfer test. 2011-11-24 10:47:11 +00:00
server.key Added OpenSSLContext data transfer test. 2011-11-24 10:47:11 +00:00
simple.cpp Full-protocol unit test using ProtoContext, w/o soft resets. 2011-12-11 08:28:55 +00:00
test ProtoContext object can now be reused via reset() method. 2011-12-17 10:53:21 +00:00
tls-auth.key Added OpenSSLContext data transfer test. 2011-11-24 10:47:11 +00:00

Building proto.cpp sample:

On Apple:

  Build with Apple SSL client and OpenSSL server:

    SSL_BOTH=1 GCC_EXTRA="-DITER=10001 -DSITER=100 -DN_THREADS=4" build proto 2>&1 | g 'error:[^:]'

  Build with OpenSSL client and OpenSSL server:

    OSSL=1 GCC_EXTRA="-DITER=10001 -DSITER=100 -DN_THREADS=4" build proto 2>&1 | g 'error:[^:]'

On other unix:

  LTO=1 build proto