[PATCH] RSA+DSA+ECC bundles

2013-10-17 Thread Rob Stradling
On 06/02/13 17:24, Primoz Bratanic wrote: Hi, Apache supports specifying multiple certificates (different types) for same host in line with OpenSSL support (RSA, DSA, ECC). This allows using ECC key exchange methods with clients that support it and it's backwards compatible. I wonder how much w

Re: [PATCH] RSA+DSA+ECC bundles

2013-10-17 Thread Maxim Dounin
Hello! On Thu, Oct 17, 2013 at 03:09:42PM +0100, Rob Stradling wrote: > On 06/02/13 17:24, Primoz Bratanic wrote: > >Hi, > > > >Apache supports specifying multiple certificates (different types) for same > >host in line with OpenSSL support (RSA, DSA, ECC). This allows using ECC key > >exchange m

The dollar sign in the sub_filter

2013-10-17 Thread Witold Filipczyk
I tried to add a jquery sample code in the sub_filter. (nginx-1.4.3), but I cannot. sub_filter src="text/javascript">$(document) With \$ also fails. Is it a bug? ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/lis

Re: [PATCH] RSA+DSA+ECC bundles

2013-10-17 Thread Piotr Sikora
Hey, > I would rather see ssl_certificates to be used this way, something > like: > > ssl_certificate rsa.crt; > ssl_certificate_key rsa.key; > > ssl_certificate ecc.crt; > ssl_certificate_key ecc.key; Yeah, I'm in favor of that syntax as well. > AFAIR, OpenSSL only a

SPDY server push`

2013-10-17 Thread Ashwini Venkatesh
Hello, I am working on implementing server push for SPDY. Can anyone guide on how to create a server initiated stream ? -- Regards, Ashwini Venkatesh ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-dev