Histórico de Commits

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