Historique des commits

Auteur SHA1 Message Date
  Hideki Miyazaki 75eca61b3e address review comments il y a 4 ans
  Hideki Miyazaki 7d4b4e4994 added dtls benchmark il y a 4 ans
  David Garske ef2c1ae738 Fix for `examples/benchmark/tls_bench.c:114:20: error: unused variable 'kShutdown'` with `WOLFCRYPT_ONLY`. il y a 4 ans
  John Safranek aabdec214e MinGW uses the Win32 setsockopt() function which uses a char for il y a 4 ans
  John Safranek 23427085af 1. Add an indent to a new line in user settings. il y a 4 ans
  Takashi Kojo a08ab1fc7a fix mnGW error il y a 5 ans
  Chris Conlon 45c5a2d39c update copyright to 2020 il y a 4 ans
  Eric Blankenhorn 774a758f59 Fixes in test and example code il y a 5 ans
  David Garske cb9f16d3cb Fix for proper sizing of in-memory buffer for TLS benchmarking (32 is not always the max digest size). il y a 5 ans
  David Garske 0c2c4fd91b Improvements to tls_bench tool in wolfSSL lib for embedded use. il y a 5 ans
  toddouska d620433d1d Merge pull request #2209 from tmael/maintenanceDefects il y a 5 ans
  David Garske b2f919ec13 Fix to include errno.h in tls_bench.c il y a 5 ans
  Hideki Miyazaki efcf06ef7c use tlsv1_2 client method when tls13 is enabled il y a 5 ans
  Hideki Miyazaki 292aa196fb minor fix to print stats in tls_bench il y a 5 ans
  Tesfa Mael 3e7a6054a9 Use the macro instead of sizeof() il y a 5 ans
  Tesfa Mael f8c9285b92 Added a WOLFSSL_CIPHER_LIST_MAX_SIZE macro il y a 5 ans
  John Safranek 246c444b93 Updates for v4.0.0 il y a 5 ans
  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. il y a 5 ans
  John Safranek 8edd7d0b17 Fix Checks il y a 5 ans
  David Garske 003360237f Fixes for building with `NO_WOLFSSL_SERVER`. Minor test.h cleanups. il y a 5 ans
  David Garske f3c08ae8b9 Better fixes for `ret` unused. il y a 5 ans
  David Garske ff0a4eb69a Fix for float compare warning. Minor cleanups. il y a 5 ans
  David Garske a7251e4158 Fixes for minor Jenkins build warnings. il y a 5 ans
  David Garske ef916f2c55 Enhancements to the TLS benchmark tool: il y a 5 ans
  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. il y a 6 ans
  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`. il y a 6 ans
  Sean Parkinson abaa5daf43 Fix non-blocking and buffered I/O il y a 6 ans
  Sean Parkinson a03c15e598 Allow NO_WOLFSSL_CLIENT/SERVER to compile and pass tests il y a 6 ans
  Sean Parkinson ba8e441e53 Allow TLS 1.2 to be compiled out. il y a 6 ans
  Eric Blankenhorn a0d8327320 Coverity fixes 2 (#1493) il y a 6 ans