]> git.kaiwu.me - nginx.git/commit
merge r3456, r3458, r3465:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 7 Jun 2010 10:09:14 +0000 (10:09 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 7 Jun 2010 10:09:14 +0000 (10:09 +0000)
commit49ab49ec551a103829680fce7f3e19a363c7a590
treefca6d5bb1354918cc4c7e26ca85e5fc3a2573f07
parent54573bdc1f6ff79a9e28db00368f8fc57e958475
merge r3456, r3458, r3465:

SSL fixes:

*) decrease SSL handshake error level to info
*) Set SSL session context for "ssl_session_cache none".
   This fixes a bug when client certficate is used and nginx closes connection
   with the message: "SSL_GET_PREV_SESSION:session id context uninitialized".
*) add OpenSSL_add_all_algorithms(), this fixes the error
   "ASN1_item_verify:unknown message digest algorithm" occurred if
   client certificate is signed using sha256WithRSAEncryption
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h