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 08:42:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bbdb17975ce40734092732ed82274d2729611884
wolfssl
/
examples
/
server
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
Updated build for "leantls" to support building only the client, by splitting BUILD_EXAMPLES into 3 parts (BUILD_EXAPLE_SERVERS, BUILD_EXAMPLE_CLIENTS and BUILD_TESTS). This allows the make check to perform the external tests to validate the client only "leantls" configuration option.
2016-03-08 08:35:28 -08:00
server-ntru.vcproj
ntru neo.lib -> NtruEncrypt_DLL.lib
2015-02-24 13:44:15 -07:00
server.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
server.h
Changes for interop and performance
2018-04-13 12:01:20 +10:00
server.sln
1.8.8 init
2011-02-05 11:14:47 -08:00
server.vcproj
Fixed typo with testsuite preprocessor. Added missing chacha.c, chacha20_poly1305.c, pkcs7.c and poly1305.c. Also added the IDE/WIN/user_settings.h to the project so its easy to find.
2016-02-04 11:19:51 -08:00
server.vcxproj
Fixed typo with testsuite preprocessor. Added missing chacha.c, chacha20_poly1305.c, pkcs7.c and poly1305.c. Also added the IDE/WIN/user_settings.h to the project so its easy to find.
2016-02-04 11:19:51 -08:00