Commit History

作者 SHA1 備註 提交日期
  Andras Fekete 2af5ae89a2 Rename enum to protect the innocent 1 年之前
  Dimitri Papadopoulos d532833af9 Fix residual typos found by codespell 1 年之前
  Brett Nicholas 15918d8ee6 First pass at TLS1.3 keylog file working 1 年之前
  Brett Nicholas 66c53b0996 Decoupled keylogfile registration and sniffer server creation APIs 1 年之前
  Brett Nicholas 2ee6a01d91 Initial sniffer keylog file support for TLS 1.2 1 年之前
  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 */"; 1 年之前
  Andras Fekete 266307da6c Add in ARIA wrappers 1 年之前
  Sean Parkinson e2424e6744 SM2/SM3/SM4: Chinese cipher support 1 年之前
  Lealem Amedie 84ea15039f Remove XMEMSET after XFREE in sniffer.c 1 年之前
  lealem47 a10526d5f9 Async sniffer: don't retry if seeing non-pending error (#6220) 1 年之前
  tmael 1106e5ff0e TLS v1.3: Support a stateful ticket and test HAVE_EXT_CACHE (#5960) 1 年之前
  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 年之前
  Jacob Barthelmeh 9dcc48c8f7 update copyright to 2023 1 年之前
  David Garske 6be0512728 Peer review cleanups. 1 年之前
  David Garske e33d59cd76 Review cleanups. 1 年之前
  David Garske de22dbe61d Support for multi-threaded sniffer. Add support for atomic operations instead of mutex in wc_port.h. 1 年之前
  David Garske b871829833 Merge pull request #5811 from lealem47/zd15184 1 年之前
  David Garske 6bde6af973 Merge pull request #5858 from anhu/dtls13_fixups 1 年之前
  Anthony Hu 7935a11b3e Fixups for problems discovered while testing for DTLS 1.3 1 年之前
  Lealem Amedie c506812cf0 Improvement for some sniffer error messages 1 年之前
  Lealem Amedie dd89fe269e Fix logic in GetSnifferServer 1 年之前
  Lealem Amedie ed69bb33a6 Async Sniffer: Fix for decryption after second handshake 1 年之前
  Sean Parkinson 3d228415f4 Merge pull request #5734 from dgarske/zd15017 1 年之前
  David Garske 6ca8336c52 Fix for asynchronous sniffer edge case for back to back sessions where new session was created while still pending. 1 年之前
  David Garske 1ec2b14922 Revert "Fix for sniffer to decode out of order packets" 1 年之前
  David Garske fe28702891 Fixes for async sniffer handling of packets with multiple TLS messages. Other minor cleanups for spelling and `CheckPreRecord` `SnifferSession` deference. 1 年之前
  Sean Parkinson 754d274d8c Merge pull request #5593 from rizlik/ticket_nonce_size 2 年之前
  Marco Oliverio 56d6087749 tls13: support ticketNonce bigger than MAX_TICKET_NONCE_SZ 2 年之前
  Lealem Amedie a322e09150 Fix for sniffer to decode out of order packets 2 年之前
  Sean Parkinson 56be09005f Merge pull request #5427 from julek-wolfssl/dtls-timeout-and-closed-socket 2 年之前