David Garske
|
911b6f95f8
Release v3.12.2 (lib 14.0.0). Updated copywright.
|
7 роки тому |
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.
|
7 роки тому |
David Garske
|
47cc3ffdbc
Fix build with either `NO_WOLFSSL_SERVER` or `NO_WOLFSSL_CLIENT` defined.
|
7 роки тому |
David Garske
|
34a4f1fae0
Move wolfCrypt test/benchmark to move static memory pool to global (not in stack). Fix wolfCrypt test wc_InitRng to use _ex with HEAP_HINT (when not FIPS). Added ability to use HAVE_STACK_SIZE with wolfCrypt test and benchmark. Cleanup of the benchmark_test function main wrapper.
|
7 роки тому |
Jacob Barthelmeh
|
6a6e61f1d8
wolfCrypt cleanup in test.c moved and add wolfSSL init to testsuite with single threaded
|
7 роки тому |
kaleb-himes
|
6c7e1785aa
EXIT_TEST macro added for cleaner implementation and maintenance
|
8 роки тому |
kaleb-himes
|
684f9bad22
RIOT OS build and test scripts, build instructions
|
8 роки тому |
David Garske
|
82e8210208
Support for building without SHA256 with NO_OLD_TLS and SHA384/512. Although TLS 1.2 default digest for certs is SHA256 and our test cert signatures use SHA256, so make check will fail. Also requires disabling the P-RNG which uses SHA256. Added missing "wc_InitRng_ex" when using "CUSTOM_RAND_GENERATE_BLOCK". Cleanup of the BuildCertHashes, DoRounds, HashInput, HashOutput and HashOutputRaw return codes.
|
8 роки тому |
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.
|
8 роки тому |
David Garske
|
5b3a72d482
Cleanup of stdlib function calls in the wolfSSL library to use our cross-platform "X*" style macros in types.h.
|
8 роки тому |
Chris Conlon
|
8f3e1165a1
add Whitewood netRandom client library support
|
8 роки тому |
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.
|
8 роки тому |
Jacob Barthelmeh
|
e99a5b0483
prepare for release v3.9.0
|
8 роки тому |
David Garske
|
be4c400d16
Fixes for disabling the crypt test and benchmark. Added new "./configure --disable-crypttests" option. Also made sure use of both NO_CRYPT_BENCHMARK and NO_CRYPT_TEST in "./configure CFLAGS=-D" scenario work correctly.
|
8 роки тому |
toddouska
|
22385f2b39
add random ports for all make check scripts, unique ready file
|
9 роки тому |
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.
|
9 роки тому |
kaleb-himes
|
7364884a69
Modified scope for ChangeDirToRoot
|
9 роки тому |
David Garske
|
6e61a095c7
Added new Xcode project for test suite. Added Xcode workspace file. Added library support for iOS and OS X targets. Updated project files to Xcode 7. Updated README. Added shared user_settings.h. Cleanup of the test.h "ChangeDirBack" function. Cleanup of duplicate ChangeDirBack() code in testsuite.c and adjusted for new Xcode build location.
|
9 роки тому |
Chris Conlon
|
7e5be2f313
fix resource cleanup in testsuite and wolfcrypt test
|
9 роки тому |
Jacob Barthelmeh
|
14723b7e65
QSH (quantum-safe handshake) extension
|
9 роки тому |
toddouska
|
69b4e982c8
fix tmp output files lingering around, remove() was called in bad spot
|
9 роки тому |
toddouska
|
473a120ba2
remove more stale cyassl headers
|
9 роки тому |
lchristina26
|
ed80732957
add mymktemp function for random output file name in test.h
|
9 роки тому |
kaleb-himes
|
288d9a039d
legacy defines and updates
|
9 роки тому |
kaleb-himes
|
a389620a29
Copyright (C) updates
|
9 роки тому |
Jacob Barthelmeh
|
db7f7c39e1
comment in testsuite, adjustment to src include and wolfssl ssl
|
10 роки тому |
Jacob Barthelmeh
|
2520973b73
update to c files for name change and pwdbased along with debugging src function calls
|
10 роки тому |
Jacob Barthelmeh
|
b91934f065
change to header files and update of function calls in src folder
|
10 роки тому |
kaleb-himes
|
edf53a1ed0
new changes
|
10 роки тому |
toddouska
|
2c595139db
fix tirtos merge
|
10 роки тому |