Topic: Can wolfSSL be used for Passive SSL Decryption?

[Migrated from SourceForge forums]


sergio95
(2010-08-20 15:05:42 UTC)

Could wolfSSL embedded SSL library be used to decrypt SSL traffic by providing it with servers private key and SSL messages (ClientHello, ChangeCipherSpec etc..)?

If so, is there an example of such implementation?

Tnx in advance!


touska
(2010-08-20 16:51:28 UTC)

Yes, wolfSSL, since CyaSSL 1.5.0 has has support for sniffing SSL traffic.

Please see the README for the sniffer notes under wolfSSL/sslSniffer/sslSnifferTest/snifftest.c


sergio95
(2010-08-21 03:52:12 UTC)

Tnx!