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