This website requires JavaScript.
Explore
Help
Sign In
wolfSSL
/
wolfssl
Watch
1
Star
0
Fork
1
You've already forked wolfssl
mirror of
https://github.com/wolfSSL/wolfssl.git
synced
2026-01-27 19:42:23 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v3.15.6
wolfssl
/
examples
/
benchmark
History
David Garske
bbdb17975c
Adds build option
WOLFSSL_EITHER_SIDE
for deferring the "side" of the TLS session until first connect or accept. Added the DTLS generic v1.0 and v1.2 methods for "either" side. Added "either" methods unit tests. Added "either" -v e support to example client/server. Fix to expose
wolfSSL_use_certificate_file
and
wolfSSL_use_PrivateKey_file
without
OPENSSL_EXTRA
. Cleanup of the methods for (void)heap and log messages. Spelling fixes.
2018-10-04 15:47:50 -07:00
..
include.am
* Added the
tls_bench
example to the build output when threading is supported.
2018-02-07 11:13:13 -08:00
tls_bench.c
Adds build option
WOLFSSL_EITHER_SIDE
for deferring the "side" of the TLS session until first connect or accept. Added the DTLS generic v1.0 and v1.2 methods for "either" side. Added "either" methods unit tests. Added "either" -v e support to example client/server. Fix to expose
wolfSSL_use_certificate_file
and
wolfSSL_use_PrivateKey_file
without
OPENSSL_EXTRA
. Cleanup of the methods for (void)heap and log messages. Spelling fixes.
2018-10-04 15:47:50 -07:00
tls_bench.h
Feature update for tls_bench test that will allow passing in arguments (
#1466
)
2018-04-02 14:00:34 -07:00