This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
forked from
wolfSSL/wolfssl
Code
Pull Requests
Activity
Files
d7e4bbf1cf12f3ad6714a83b5cca3dcac901b1e6
wolfssl
/
examples
/
echoserver
History
David Garske
6de8348918
Fixes for various build configurations. Added
--enable-enckeys
option to enable support for encrypted PEM private keys using password callback without having to use opensslextra. Moved ASN
CryptKey
function to wc_encrypt.c as
wc_CryptKey
. Fixup some missing heap args on XMALLOC/XFREE in asn.c.
2018-04-09 13:28:15 -07:00
..
echoserver-ntru.vcproj
MSVS warning fixes for all solutions
2015-03-18 10:42:10 -06:00
echoserver.c
Fixes for various build configurations. Added
--enable-enckeys
option to enable support for encrypted PEM private keys using password callback without having to use opensslextra. Moved ASN
CryptKey
function to wc_encrypt.c as
wc_CryptKey
. Fixup some missing heap args on XMALLOC/XFREE in asn.c.
2018-04-09 13:28:15 -07:00
echoserver.h
Release v3.12.2 (lib 14.0.0). Updated copywright.
2017-10-22 15:58:35 -07:00
echoserver.sln
1.8.8 init
2011-02-05 11:14:47 -08:00
echoserver.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
echoserver.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
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