mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 08:22:22 +01:00
Added the build option for the Watch mode for the sniffer. Instead of setting a set of IP addresses and keys, you set a callback function. When any TLS connection is started, the hook is called and a hash of the peer certificate is given to the callback function. It has a chance to load a private key into the sniffer session. Enable this option with the build flag "WOLFSSL_SNIFFER_WATCH".