Historie revizí

Autor SHA1 Zpráva Datum
  Juliusz Sosinowicz 50c0b3d2a2 Add testing/docs for blocking write před 2 roky
  Daniel Pouzzner c4920021d8 print errors to stderr, not stdout; před 2 roky
  Juliusz Sosinowicz 44be4e1cc8 Reset ret in client and server after wolfSSL_dtls_got_timeout() před 2 roky
  Juliusz Sosinowicz 9914da3046 Fix resumption failure and use range in connect state logic před 2 roky
  Juliusz Sosinowicz a31b76878f DTLS fixes with WANT_WRITE simulations před 2 roky
  John Safranek 798d81723b Merge pull request #5128 from rizlik/dtls_bidrectional_shutdown před 2 roky
  Juliusz Sosinowicz 257c55a311 examples: allow bidirectional shutdown in UDP před 2 roky
  Daniel Pouzzner 26673a0f28 where appropriate, use strcmp/strcasecmp, not strncmp/strncasecmp; před 2 roky
  David Garske 84a33183a6 Various scan-build fixes. před 2 roky
  David Garske c905c613e9 Support for Intel QuickAssist ECC KeyGen acceleration. před 2 roky
  Juliusz Sosinowicz 1fd090d094 Update `wolfSSL_get_session` docs před 2 roky
  David Garske dd8fb41f66 Fixes for TLS v1.3 early data with async. před 2 roky
  Juliusz Sosinowicz 3c64731c4f Don't force a ECC CA when a custom CA is passed with `-A` před 2 roky
  David Garske 6dd7a289e7 Fix for "set but not used". před 2 roky
  Daniel Pouzzner 6a56d3e131 jumbo patch of fixes for clang-tidy gripes (with some bug fixes). před 2 roky
  Marco Oliverio 231a0bbb84 dtls-srtp: no ekm cross check on single threaded/no pthread conf před 2 roky
  David Garske 8e0ece920b Test cleanups. Fix possible leak in `TLSX_UseSRTP`. před 2 roky
  Marco Oliverio 86ba0ef643 tests: support test for SRTP před 2 roky
  David Garske eade8ecdf1 DTLS SRTP improvements. Added support for client to send list of profiles. Added support for more SRTP profiles. před 2 roky
  David Garske 6ccbd8776f DTLS SRTP (RFC5764) support (adds `--enable-srtp`). Used with WebRTC to agree on profile for new real-time session keys. před 2 roky
  David Garske 569c066fab Improve TLS client side session cache references to provide option for not returning an internal session cache pointer. Now use `wolfSSL_get1_sesson` for reference logic, that requires calling `wolfSSL_SESSION_free`. To disable this feature use `NO_SESSION_CACHE_REF`. před 2 roky
  Hayden Roche 52754123d9 Call wc_SetSeed_Cb and wolfCrypt_SetPrivateKeyReadEnable_fips in wolfSSL_Init. před 2 roky
  Anthony Hu 7d4c13b9a4 --with-liboqs now defines HAVE_LIBOQS and HAVE_PQC před 2 roky
  Jacob Barthelmeh ad078a7358 adjust macro guard in example client před 2 roky
  Jacob Barthelmeh 9a07b3af9b print out PEM of peer cert with example client před 2 roky
  Daniel Pouzzner 30b68060fb configure.ac: fix whitespace; client.c: make gcc 5.4.0 -Wmaybe-uninitialized happy. před 3 roky
  Jacob Barthelmeh 0340b49ff9 do not load example CA if not verifying peer před 3 roky
  David Garske 5dac25f470 Eliminate `EIGHTK_BUF` use in asn. Cleanup uses of `0` in set_verify for callback. před 3 roky
  Daniel Pouzzner 0b4f34d62a typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C. před 3 roky
  Jacob Barthelmeh 1d91ccb41b remove exe bit on example.c and server.c před 3 roky