Commit History

Author SHA1 Message Date
  Hideki Miyazaki 9fac21f463 replace the size at bench_embedded 4 years ago
  Hideki Miyazaki 75eca61b3e address review comments 4 years ago
  Hideki Miyazaki 7d4b4e4994 added dtls benchmark 4 years ago
  David Garske ef2c1ae738 Fix for `examples/benchmark/tls_bench.c:114:20: error: unused variable 'kShutdown'` with `WOLFCRYPT_ONLY`. 4 years ago
  John Safranek aabdec214e MinGW uses the Win32 setsockopt() function which uses a char for 5 years ago
  John Safranek 23427085af 1. Add an indent to a new line in user settings. 5 years ago
  Takashi Kojo a08ab1fc7a fix mnGW error 5 years ago
  Chris Conlon 45c5a2d39c update copyright to 2020 5 years ago
  Eric Blankenhorn 774a758f59 Fixes in test and example code 5 years ago
  David Garske cb9f16d3cb Fix for proper sizing of in-memory buffer for TLS benchmarking (32 is not always the max digest size). 5 years ago
  David Garske 0c2c4fd91b Improvements to tls_bench tool in wolfSSL lib for embedded use. 5 years ago
  toddouska d620433d1d Merge pull request #2209 from tmael/maintenanceDefects 5 years ago
  David Garske b2f919ec13 Fix to include errno.h in tls_bench.c 5 years ago
  Hideki Miyazaki efcf06ef7c use tlsv1_2 client method when tls13 is enabled 5 years ago
  Hideki Miyazaki 292aa196fb minor fix to print stats in tls_bench 5 years ago
  Tesfa Mael 3e7a6054a9 Use the macro instead of sizeof() 5 years ago
  Tesfa Mael f8c9285b92 Added a WOLFSSL_CIPHER_LIST_MAX_SIZE macro 5 years ago
  John Safranek 246c444b93 Updates for v4.0.0 5 years ago
  David Garske e0b46734d6 Enhnacement to the tls_bench tool to support new `-S` command to indicate total size of data to exchange. Previously was just sending one packet back and forth. Imporved the shutdown handling code. 5 years ago
  John Safranek 8edd7d0b17 Fix Checks 6 years ago
  David Garske 003360237f Fixes for building with `NO_WOLFSSL_SERVER`. Minor test.h cleanups. 6 years ago
  David Garske f3c08ae8b9 Better fixes for `ret` unused. 6 years ago
  David Garske ff0a4eb69a Fix for float compare warning. Minor cleanups. 6 years ago
  David Garske a7251e4158 Fixes for minor Jenkins build warnings. 6 years ago
  David Garske ef916f2c55 Enhancements to the TLS benchmark tool: 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 2c3475c1d6 Added new build option `--enable-memtest` or `WOLFSSL_FORCE_MALLOC_FAIL_TEST` which enables random malloc failures for testing. This test supresses the `abort()` calls to detect seg faults. A new script `./scripts/memtest.sh` starts the test. If an issue is found it can be reviewed with the `./scripts/memtest.txt` log and reproduced using the seed printed at top of unit test as `--- RNG MALLOC FAIL AT 295---` and rerun using `./tests/unit.test 295`. 6 years ago
  Sean Parkinson abaa5daf43 Fix non-blocking and buffered I/O 6 years ago
  Sean Parkinson a03c15e598 Allow NO_WOLFSSL_CLIENT/SERVER to compile and pass tests 6 years ago
  Sean Parkinson ba8e441e53 Allow TLS 1.2 to be compiled out. 6 years ago