Re: Nginx + boringSSL

2014-07-30 Thread Alex Hunsaker
On Tue, Jul 29, 2014 at 3:52 AM, sopato nginx-fo...@nginx.us wrote: Everything is ok , but when add ssl module , such as: ./configure --with-openssl=../boringssl --prefix=/srv1/nginx --with-http_ssl_module the make process is error , what can I do next ? Can you paste the error? Also note,

Re: Nginx + boringSSL

2014-07-30 Thread shm...@riseup.net
Alex Hunsaker wrote: On Tue, Jul 29, 2014 at 3:52 AM, sopato nginx-fo...@nginx.us wrote: Everything is ok , but when add ssl module , such as: ./configure --with-openssl=../boringssl --prefix=/srv1/nginx --with-http_ssl_module the make process is error , what can I do next ? Can you

Re: Nginx + boringSSL

2014-07-29 Thread sopato
Everything is ok , but when add ssl module , such as: ./configure --with-openssl=../boringssl --prefix=/srv1/nginx --with-http_ssl_module the make process is error , what can I do next ? Thanks . Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251740,252100#msg-252100

Re: Nginx + boringSSL

2014-07-28 Thread Alex Hunsaker
On Sun, Jul 13, 2014 at 7:58 PM, Alex Hunsaker bada...@gmail.com wrote: I've started playing around with boringssl with nginx. ... Anyway, I'm please to report everything seems to work! Please find attached v2. Changes: - use openssl/opensslfeatures.h for feature detection, its designed to

Re: Nginx + boringSSL

2014-07-21 Thread Harold.Miao
Looks interesting :) Alex Hunsaker bada...@gmail.com于2014年7月14日星期一写道: I've started playing around with boringssl with nginx. Mostly everything works except OCSP. Seems like either openssl 1.0.2 which boringssl was forked from does not have it, or the boringssl folk ripped it out. I have not

Re: Nginx + boringSSL

2014-07-14 Thread George
Thanks for sharing :) So SPDY/3.1 SSL works ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251740,251748#msg-251748 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx + boringSSL

2014-07-14 Thread Alex Hunsaker
On Mon, Jul 14, 2014 at 4:47 AM, George nginx-fo...@nginx.us wrote: Thanks for sharing :) So SPDY/3.1 SSL works ? Yep, and so do CHACHA20_POLY130 :D ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Nginx + boringSSL

2014-07-13 Thread Alex Hunsaker
I've started playing around with boringssl with nginx. Mostly everything works except OCSP. Seems like either openssl 1.0.2 which boringssl was forked from does not have it, or the boringssl folk ripped it out. I have not investigated. Anyway, I'm please to report everything seems to work! -- #