John Safranek
|
362e328180
NTRU fixes
|
há 4 anos atrás |
David Garske
|
dffc677561
Fix for TLS v1.3 with `--enable-sniffer`.
|
há 4 anos atrás |
David Garske
|
3b63e55a68
Fix for TLS v1.3 PSK tests work with additional cipher suites (not just `TLS13-AES128-GCM-SHA256`) and the echo server/client.
|
há 4 anos atrás |
David Garske
|
8300754ecd
Fix for "testsuite" with TLSv1.3 and `--enable-sniffer`.
|
há 4 anos atrás |
Sean Parkinson
|
2c6eb7cb39
Add Curve448, X448, Ed448 implementations
|
há 4 anos atrás |
Sean Parkinson
|
55ea2facdd
Changes to clear issues raised by cppcheck
|
há 4 anos atrás |
Jacob Barthelmeh
|
d9253afc04
add close on pre to echoserver example
|
há 4 anos atrás |
Chris Conlon
|
45c5a2d39c
update copyright to 2020
|
há 4 anos atrás |
John Safranek
|
246c444b93
Updates for v4.0.0
|
há 5 anos atrás |
John Safranek
|
2e1a1681ec
GCC-8 string fixes
|
há 6 anos atrás |
Sean Parkinson
|
6d3e145571
Changes to build with X25519 and Ed25519 only
|
há 6 anos atrás |
Sean Parkinson
|
a03c15e598
Allow NO_WOLFSSL_CLIENT/SERVER to compile and pass tests
|
há 6 anos atrás |
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.
|
há 6 anos atrás |
Takashi Kojo
|
8c000c05ee
refactor MDK options in client/server.c
|
há 7 anos atrás |
David Garske
|
d5cc3ca198
Disable TLS v1.0 by default. Added new `--enable-tlsv10` option to force enable (only works if --enable-oldtls is set, which is on by default).
|
há 7 anos atrás |
David Garske
|
911b6f95f8
Release v3.12.2 (lib 14.0.0). Updated copywright.
|
há 7 anos atrás |
David Garske
|
6021c37ec7
Refactor `WOLF_SSL_` to `WOLFSSL_` (much better).
|
há 7 anos atrás |
David Garske
|
6707be2b0e
Added new `--disable-oldnames` option to allow for using openssl along-side wolfssl headers (without OPENSSL_EXTRA). Add `--enable-opensslcoexist` which makes sure `oldnames` is disabled. Refactor of `SSL_` to `WOLF_SSL_`. Refactor of `SHA`, `MD5`, `SHA224`, `SHA256`, `SHA512` and `SHA384` to `WC_` naming.
|
há 7 anos atrás |
toddouska
|
19787e6d4f
don't treat peer closed / zero return as hard error in example servers
|
há 7 anos atrás |
David Garske
|
47cc3ffdbc
Fix build with either `NO_WOLFSSL_SERVER` or `NO_WOLFSSL_CLIENT` defined.
|
há 7 anos atrás |
David Garske
|
e8cf4b5ff0
Coverity fixes for TLS 1.3, async, small stack and normal math.
|
há 7 anos atrás |
David Garske
|
c1640e8a3d
Intel QuickAssist (QAT) support and async enhancements/fixes:
|
há 7 anos atrás |
David Garske
|
2c13ea9a67
Cleanup name conflicts with test.h cert files (by adding “File” to end). Fix memory leak in ecc_test_buffers function.
|
há 7 anos atrás |
toddouska
|
15423428ed
add wolfSSL_write_dup(), creates write_only WOLFSSL to allow concurrent access
|
há 7 anos atrás |
John Safranek
|
46e92e0211
DTLS-SCTP example client and server
|
há 8 anos atrás |
David Garske
|
17a34c5899
Added asynchronous wolfCrypt RSA, TLS client and Cavium Nitrox V support. Asynchronous wolfSSL client support for "DoServerKeyExchange", "SendClientKeyExchange", "SendCertificateVerify" and "DoCertificateVerify". Fixes for async DTLS. Refactor of the wolf event and async handling for use in wolfCrypt. Refactor of the async device support so its hardware agnostic. Added Cavium Nitrox V support (Nitrox tested using SDK v0.2 CNN55XX-SDK with new configure "--with-cavium-v=/dir" option). Moved Nitrox specific functions to new port file "port/cavium/cavium_nitrox.c". RSA refactor to handle async with states. RSA optimization for using dpraw for private key decode. Use double linked list in wolf event for faster/cleaner code. Use typedef for wolf event flag. Cleanup of the async error codes. wolfCrypt test and benchmark support for async RSA. Asynchronous mode enabled using "./configure --enable-asynccrypt". If no async hardware is defined then the internal async simulator (WOLFSSL_ASYNC_CRYPT_TEST) is used. Note: Using async mode requires async.c/h files from wolfSSL. If interested in using asynchronous mode please send email to info@wolfssl.com.
|
há 8 anos atrás |
Chris Conlon
|
a7c7407406
fix windows example echoserver
|
há 8 anos atrás |
Chris Conlon
|
8f3e1165a1
add Whitewood netRandom client library support
|
há 8 anos atrás |
David Garske
|
993972162e
MinGW fixes, server port assigning cleanup and ping test cleanup. Fixes issue with visibility detection with MinGW. The visibility.m4 script was not actually trying to call the hidden function, which caused MinGW to detect improperly that visibility was supported. Fix for bogusFile on Windows build. Fixes to build warnings for unused variable 'res' and signed/unsigned comparison for sizeof min(). Cleanup of the server side port assignment to allow use with Windows/MinGW/Cygwin. If Windows uses new GetRandomPort() function in test.h to get port in in the 49152 - 65535 range. If *nix then uses the tcp_listen returned port. Otherwise uses the default wolfSSLPort. Refactor of the ping test code to use common file and properly handle ping count differences (Windows "-c" vs. *Nix style "-n"). Workaround for MinGW and cyassl/options.h getting file permissions error. Added non-fatal compile warning if using MinGW that "strtok_s" might be missing along with a link to public domain source that can be used.
|
há 8 anos atrás |
Jacob Barthelmeh
|
85a9c55048
fix c89 build on windows
|
há 8 anos atrás |