Commit History

Author SHA1 Message Date
  Andras Fekete 2af5ae89a2 Rename enum to protect the innocent 9 months ago
  Dimitri Papadopoulos d532833af9 Fix residual typos found by codespell 9 months ago
  Brett Nicholas 15918d8ee6 First pass at TLS1.3 keylog file working 10 months ago
  Brett Nicholas 66c53b0996 Decoupled keylogfile registration and sniffer server creation APIs 10 months ago
  Brett Nicholas 2ee6a01d91 Initial sniffer keylog file support for TLS 1.2 11 months ago
  Daniel Pouzzner f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
  Andras Fekete 266307da6c Add in ARIA wrappers 11 months ago
  Sean Parkinson e2424e6744 SM2/SM3/SM4: Chinese cipher support 1 year ago
  Lealem Amedie 84ea15039f Remove XMEMSET after XFREE in sniffer.c 1 year ago
  lealem47 a10526d5f9 Async sniffer: don't retry if seeing non-pending error (#6220) 1 year ago
  tmael 1106e5ff0e TLS v1.3: Support a stateful ticket and test HAVE_EXT_CACHE (#5960) 1 year ago
  Daniel Pouzzner dcc8b5d7d5 eliminate XREWIND() macro, add XSEEK_SET definitions, and refactor all XREWIND()s to XFSEEK()s, to fix clang-tidy-17 bugprone-unsafe-functions warning on rewind(); 1 year ago
  Jacob Barthelmeh 9dcc48c8f7 update copyright to 2023 1 year ago
  David Garske 6be0512728 Peer review cleanups. 1 year ago
  David Garske e33d59cd76 Review cleanups. 1 year ago
  David Garske de22dbe61d Support for multi-threaded sniffer. Add support for atomic operations instead of mutex in wc_port.h. 1 year ago
  David Garske b871829833 Merge pull request #5811 from lealem47/zd15184 1 year ago
  David Garske 6bde6af973 Merge pull request #5858 from anhu/dtls13_fixups 1 year ago
  Anthony Hu 7935a11b3e Fixups for problems discovered while testing for DTLS 1.3 1 year ago
  Lealem Amedie c506812cf0 Improvement for some sniffer error messages 1 year ago
  Lealem Amedie dd89fe269e Fix logic in GetSnifferServer 1 year ago
  Lealem Amedie ed69bb33a6 Async Sniffer: Fix for decryption after second handshake 1 year ago
  Sean Parkinson 3d228415f4 Merge pull request #5734 from dgarske/zd15017 1 year ago
  David Garske 6ca8336c52 Fix for asynchronous sniffer edge case for back to back sessions where new session was created while still pending. 1 year ago
  David Garske 1ec2b14922 Revert "Fix for sniffer to decode out of order packets" 1 year ago
  David Garske fe28702891 Fixes for async sniffer handling of packets with multiple TLS messages. Other minor cleanups for spelling and `CheckPreRecord` `SnifferSession` deference. 1 year ago
  Sean Parkinson 754d274d8c Merge pull request #5593 from rizlik/ticket_nonce_size 1 year ago
  Marco Oliverio 56d6087749 tls13: support ticketNonce bigger than MAX_TICKET_NONCE_SZ 1 year ago
  Lealem Amedie a322e09150 Fix for sniffer to decode out of order packets 1 year ago
  Sean Parkinson 56be09005f Merge pull request #5427 from julek-wolfssl/dtls-timeout-and-closed-socket 1 year ago