Re: Nginx LibreSSL and BoringSSL alternative to OpenSSL ?

2015-06-04 Thread mex
thank you for your comment; i'll re-test with 1.8 and adjust the document accordingly. i think the config-workaround is obsolete too. cheers, mex Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259325,259372#msg-259372 ___ nginx maili

Re: Nginx LibreSSL and BoringSSL alternative to OpenSSL ?

2015-06-02 Thread George
Tested fine with ECC 256 bit and RSA 2048 bit SSL and chacha20_poly1305 https://community.centminmod.com/threads/nginx-and-libressl-alternative-to-openssl.3146/ :) Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259325,259333#msg-259333 ___ ng

Re: Nginx LibreSSL and BoringSSL alternative to OpenSSL ?

2015-06-01 Thread George
thanks seems with LibreSSL 2.1.6 no longer need the steps for creating .openssl/lib and copying files to that directory and symlink to make it work seems it works on Nginx 1.9.1 with LibreSSL 2.1.6 sweet ! nginx -V nginx version: nginx/1.9.1 built by gcc 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) b

Re: Nginx LibreSSL and BoringSSL alternative to OpenSSL ?

2015-06-01 Thread mex
Hi, nginx + libressl works without any issues; we have it running since last summer and have seen no problems so far, but did not tested it with 1.8.x though the following explians how to do it: https://8ack.de/guides/nginx-libressl-first-test cheers, mex Posted at Nginx Forum: http://fo

Nginx LibreSSL and BoringSSL alternative to OpenSSL ?

2015-06-01 Thread George
Currently on CentOS 6/7, I source compile my Nginx 1.9.x versions with static OpenSSL 1.02a patched for chacha20_poly1305 but thinking about switching to LibreSSL or BoringSSL (for equal preference group cipher support). The question I have is anyone else using Nginx with LibreSSL or BoringSSL on