mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 01:10:49 +02:00
96b4ddad82
1. Collect the SSL Info capture into its own function. 2. Add a Trace function for the SSL Info. 3. When copying the IANA name for the cipher suite, use a strncpy instead of a memcpy and cap the copy at the length of the destination. Force a null terminator at the end of the destination, just in case. 4. Modify the snifftest to collect the SSL Info.