[openssl.org #2538] Code error - bad condition in s3_srvr.c

2011-06-06 Thread Tomas Mraz via RT
There is code error in s3_srvr.c function ssl3_get_cert_verify(). There is a condition if ((peer != NULL) (type | EVP_PKT_SIGN)) - the second part of the condition is a no-op. The correct condition should be if ((peer != NULL) (type EVP_PKT_SIGN)) although the non-signing certificates with

Contribution proposal: s_proxy

2011-06-06 Thread Jordi Giménez
Hi list, I have been searching for a way to intercept/inspect SSL communications for software diagnosing and auditing purposes. I have managed to intercept HTTP connections with HTTP proxy software (like WebScarab), but I can not find a general purpose program which enables me to intercept any