Re: [openssl-web] OpenSSL Web Pages branch master updated. e138d289a5639f166c2d1b62c421cbd9cb7b35f2

2014-11-21 Thread Rainer Jung
Am 20.11.2014 um 23:35 schrieb Kurt Roeckx: - Log - commit e138d289a5639f166c2d1b62c421cbd9cb7b35f2 Author: Kurt Roeckx k...@roeckx.be Date: Thu Nov 20 23:34:52 2014 +0100 Add a RewriteCond for each rule As far as I

Re: [openssl-web] OpenSSL Web Pages branch master updated. e138d289a5639f166c2d1b62c421cbd9cb7b35f2

2014-11-21 Thread Rainer Jung
Am 21.11.2014 um 18:21 schrieb Rainer Jung: RewriteCond %{REQUEST_FILENAME} !-f RewriteRule openssl-(1\.\d\.\d|fips).*) old/$2/openssl-$1 [L] Ahem, I forgot one opening (: RewriteCond %{REQUEST_FILENAME} !-f RewriteRule openssl-((1\.\d\.\d|fips).*) old/$2/openssl-$1 [L]

Re: d2i_SSL_SESSION

2014-11-21 Thread Jonathan Larmour
Any thoughts from anyone on my mail below about d2i_SSL_SESSION? Would it be better for me to just go ahead and send my idea of a patch to r...@openssl.org ? Jifl On 07/11/14 20:22, Jonathan Larmour wrote: Hi, I want to query the implementation of d2i_SSL_SESSION() (in ssl_asn1.c) which