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.
|
il y a 8 ans |
Chris Conlon
|
8f3e1165a1
add Whitewood netRandom client library support
|
il y a 8 ans |
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.
|
il y a 8 ans |
Jacob Barthelmeh
|
e99a5b0483
prepare for release v3.9.0
|
il y a 8 ans |
toddouska
|
22385f2b39
add random ports for all make check scripts, unique ready file
|
il y a 9 ans |
David Garske
|
f977caa492
Cleanup of the test code that looks for the WolfSSL root directory. Now it tries to open the certs/ntru-cert.pem file in each directory up (limited to 5) until it opens it.
|
il y a 9 ans |
toddouska
|
d669fc28c2
add idea benchmark, cleanup
|
il y a 9 ans |
Moisés Guimarães
|
dfa956d227
adds wc_SrpInit() with unit tests.
|
il y a 9 ans |
John Safranek
|
d6047736e9
added GPL headers to the unit test driver files
|
il y a 9 ans |
toddouska
|
473a120ba2
remove more stale cyassl headers
|
il y a 9 ans |
kaleb-himes
|
c516c42c9a
reduce footprint size removing compatibility layer where no longer needed
|
il y a 9 ans |
kaleb-himes
|
7e9c8028b2
more macros, fips test passes
|
il y a 9 ans |
kaleb-himes
|
edf53a1ed0
new changes
|
il y a 10 ans |
toddouska
|
2c595139db
fix tirtos merge
|
il y a 10 ans |
Moisés Guimarães
|
ffd7dd3555
fix github issue #126
|
il y a 10 ans |
Vikram Adiga
|
f643ca5f48
Added TI-RTOS support for CyaSSL tests
|
il y a 10 ans |
John Safranek
|
b6d4f10222
Reenabled examples when building single-threaded.
|
il y a 10 ans |
John Safranek
|
2fe8477679
fix `make distcheck`
|
il y a 10 ans |
toddouska
|
dff54942a2
xcode5 paths for examples
|
il y a 11 ans |
Chris Conlon
|
864f0468aa
Cygwin/Mingw64 fixes
|
il y a 11 ans |
toddouska
|
f535e5428e
make sure all tests/examples *.c use settings.h correctly
|
il y a 11 ans |
John Safranek
|
7d287a6ba9
modified test port number to allow concurrent testing
|
il y a 11 ans |
Todd Ouska
|
44b6593fe5
add cavium ciphers to SSL, and example client
|
il y a 11 ans |
toddouska
|
da8eba2603
fix distcheck pathing, cyassl-config distclean
|
il y a 12 ans |
John Safranek
|
174618ebfb
added build option for leanPSK
|
il y a 12 ans |
toddouska
|
4e19c234f4
fix new warnings on linux64
|
il y a 12 ans |
toddouska
|
7716da0881
warn fix
|
il y a 12 ans |
Brian Aker
|
5fce4edb68
This adds more compiler hardening flags (and fixes all of the issues
|
il y a 12 ans |
toddouska
|
706bd8a910
add cipher suite client/server driver
|
il y a 12 ans |
toddouska
|
802d62513f
fix debug build
|
il y a 12 ans |