Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm thinking of recording a whole HTTPS session, publishing its encryption keys and presenting it to third parties as a proof that this particular data was sent by a given server identifying itself with some signed certificate.

How could such sniffing be done with Python + mechanize library? I guess that apart from sneaking on the raw socket, I'd have to find out what the encryption keys are or take the control over the whole encryption process. Which approach would be easier to implement?

(I've asked separately, on crypto.stackexchange.com, about whether such a proof should be convincing, i.e., whether it can be forged. The purpose of this question is to ask how to implement it.)

share|improve this question
please don't cross-post. The first paragraph probably belongs better on Crypto.SE and should be moved there. – D.W. Nov 23 '12 at 23:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.