This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
wolfssl
/
examples
/
server
History
David Garske
0293686990
Added example client/server support for loading certificate and private key into WOLFSSL object using
-H loadSSL
. Added
load_ssl_buffer
function to load buffers into WOLFSSL objects. Changed
wolfSSL_get_SSL_CTX
API to always be exposed. Added
TEST_LOAD_BUFFER
build option to use the
load_buffer
and
load_ssl_buffer
calls for example client/server.
2018-10-09 12:54:41 -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
…
server.c
Added example client/server support for loading certificate and private key into WOLFSSL object using
-H loadSSL
. Added
load_ssl_buffer
function to load buffers into WOLFSSL objects. Changed
wolfSSL_get_SSL_CTX
API to always be exposed. Added
TEST_LOAD_BUFFER
build option to use the
load_buffer
and
load_ssl_buffer
calls for example client/server.
2018-10-09 12:54:41 -07:00
server.h
Changes for interop and performance
2018-04-13 12:01:20 +10:00
server.sln
…
server.vcproj
…
server.vcxproj
…