]> git.kaiwu.me - nginx.git/commit
SSL: compatibility with OpenSSL master branch.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 24 Sep 2015 14:19:08 +0000 (17:19 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 24 Sep 2015 14:19:08 +0000 (17:19 +0300)
commit4bab18f63d43887844732732e2d8ba9cc996c44d
tree252cd5185eeab80e7b34e843413bd6e51646e966
parent49766257fedf9fc9351d77a8788fa441c1d4f1b9
SSL: compatibility with OpenSSL master branch.

RAND_pseudo_bytes() is deprecated in the OpenSSL master branch, so the only
use was changed to RAND_bytes().  Access to internal structures is no longer
possible, so now we don't try to set SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS even
if it's defined.
src/event/ngx_event_openssl.c