Commit History

Author SHA1 Message Date
  toddouska 66987b4f2a Merge pull request #2058 from SparkiDev/tls13_earlydata_bench 5 years ago
  Sean Parkinson 0fe7591b0f Added EarlyData support to benchmark loop 5 years ago
  John Safranek 8356c3d7e2 DTLS Nonblocking Updates 5 years ago
  John Safranek f6240e5558 Fix Checks 5 years ago
  Takashi Kojo cca27f6724 examples/celient.c, server.c: removing unused headers 5 years ago
  David Garske a4a6895900 Fix for scan-build "Value stored to 'err' is never read`" 5 years ago
  David Garske 6eea924a5c Fix for non-blocking read timeout. 5 years ago
  David Garske 3f46250994 Fix to timeout after 10 seconds in non-blocking mode if connect does not complete. 5 years ago
  David Garske 2351047409 Fixes for various scan-build reports. 5 years ago
  David Garske 00dd222aa5 Fix for example client with `-X` external tests to not disable for PSK build unless `usePsk` is set. Resolves issue with external tests being skipped if building with PSK enabled. 5 years ago
  John Safranek b145aab6b2 Server Side Renegotiation 5 years ago
  John Safranek a55f11cdd8 DHE Speed Up 5 years ago
  Takashi Kojo a203cd4901 NO_MULTIBYTE to NO_MULTIBYTE_PRINT 5 years ago
  Takashi Kojo 0e94ae529c Rollback stacing 5 years ago
  Takashi Kojo c529e011a7 NO_MULTIBYTE for multibyte non-supported IDEs 5 years ago
  Sean Parkinson 95bd340de5 Add support for more OpenSSL APIs 6 years ago
  David Garske d5dddd2b29 Fix for unused `useSupCurve` in example client with --disable-ecc. 5 years ago
  toddouska 0eb115e7a1 Merge pull request #1884 from kaleb-himes/ECC_DISABLED_TEST_FIX 6 years ago
  Sean Parkinson 7586e1df42 Only do early data in initial handshake when using PSK 6 years ago
  Hideki Miyazaki 6953677a8f Keep the max line length to 80 6 years ago
  Hideki Miyazaki a27b4c2efb Added Japanese message into the examples client and server 6 years ago
  David Garske 4a4ae446aa Fix for unit.test fails with `-H verifyFail`. 6 years ago
  David Garske d7d102d90a Added cipher suite unit tests for max fragment options 1-6 for TLS v1.2 and DTLS v1.2. Fix for client usage comment for max fragment. 6 years ago
  David Garske 4adaeb8585 Added new 256-byte max fragment option `WOLFSSL_MFL_2_8`. 6 years ago
  David Garske 0293686990 Added example client/server support for loading certificate and private key into WOLFSSL object using `-H loadSSL`. Added `load_ssl_buffer` function to load buffers into WOLFSSL objects. Changed `wolfSSL_get_SSL_CTX` API to always be exposed. Added `TEST_LOAD_BUFFER` build option to use the `load_buffer` and `load_ssl_buffer` calls for example client/server. 6 years ago
  David Garske bbdb17975c Adds build option `WOLFSSL_EITHER_SIDE` for deferring the "side" of the TLS session until first connect or accept. Added the DTLS generic v1.0 and v1.2 methods for "either" side. Added "either" methods unit tests. Added "either" -v e support to example client/server. Fix to expose `wolfSSL_use_certificate_file` and `wolfSSL_use_PrivateKey_file` without `OPENSSL_EXTRA`. Cleanup of the methods for (void)heap and log messages. Spelling fixes. 6 years ago
  David Garske 24f9f12844 Fix for the curve logic to pick the hightest strength, not just the default 256-bit. Added test for setting user curve. `./examples -H useSupCurve`. 6 years ago
  Chris Conlon 085daa78cd Merge pull request #1833 from dgarske/norng_fixes 6 years ago
  David Garske 77cd361bca Fixes for building with `WC_NO_RNG`. 6 years ago
  John Safranek b330c6e035 Merge pull request #1801 from kaleb-himes/OCSP-GLOBALSIGN-FIXr2 6 years ago