Crypt::SSLeay - leaking with pkcs12 use ?

2009-04-06 Thread Dirk-Willem van Gulik
Looking at Crypt-SSLeay-0.57 - and the rather trivial script below works: - fine and dandy when there is no PKCS12 environment variable set for a client side cert: perl below.pl ... while true; ps aux | grep perl | grep below.pl; sleep 1; done

RE: 'POST' method leads to 411 Length Required

2009-04-22 Thread Dirk-Willem van Gulik
Note that this 'expects' is fairly soft and does not go much further than Applications SHOULD use this field to indicate the transfer-length of the message-body, unless this is prohibited by the rules... with the transmission rules (keep alive, chunked, etc) beeing the only exceptions

Re: How to restrict the set of CAs? (HTTPS_CA_FILE, HTTPS_CA_DIR)

2010-02-01 Thread Dirk-Willem van Gulik
On 1 Feb 2010, at 14:54, Stanisław T. Findeisen wrote: HTTPS_CA_FILE ... If I recall correctly (and this may be a few years out of date) - this only works if you are relying on Net::SSL as the underlying SSL library. It aint work with IO::Socket::SSL. Thanks, Dw. http://www.bbc.co.uk/

Re: How to restrict the set of CAs? (HTTPS_CA_FILE, HTTPS_CA_DIR)

2010-02-01 Thread Dirk-Willem van Gulik
On 1 Feb 2010, at 16:34, Stanisław T. Findeisen wrote: Dirk-Willem van Gulik wrote: On 1 Feb 2010, at 14:54, Stanisław T. Findeisen wrote: HTTPS_CA_FILE ... If I recall correctly (and this may be a few years out of date) - this only works if you are relying on Net::SSL

Re: Access to x509 certificate using LWP?

2013-02-27 Thread Dirk-Willem van Gulik
On 27 Feb 2013, at 18:01, Michiel Beijen wrote: Hi, Op 27 feb. 2013 17:38 schreef Sebastien Koechlin seb.p...@koocotte.org het volgende: For https; I would like to also check the certificat expiration date and report a WARNING if the expiration date is in few weeks. Is there any way