Hi,
I need to figure out a way to decrypt an entire tcp dump.
I know ssldump exists, but this is for some of our own stuff which relies on SSL and does not pass HTTP over it.
I have been going through the docs of the API man pages and managed to get a small client using some Perl moduls and back to back unix sockets to send and receive data via the perl APIs just to get comfortable with the way things work (seems like any out that any fd can work as a bio in binmode..).
However, what I need is something like this:
a. given server key. b. given hex/libpcaped data dump.
I need an API into which I can feed this data and get something out.
Will just the sever side APIs and feeding the data into the ctx for the same suffice?
Alok
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]