The official NGINX Open Source repository.
Go to file
Maxim Dounin ce64398751 SSL: fixed build with OPENSSL_NO_DEPRECATED defined.
The RSA_generate_key() is marked as deprecated and causes build to
fail.  On the other hand, replacement function, RSA_generate_key_ex(),
requires much more code.  Since RSA_generate_key() is only needed
for barely usable EXP ciphers, the #ifdef was added instead.

Prodded by Piotr Sikora.
2014-07-09 04:08:13 +04:00
auto Configure: restored "nginx/" missed in 6e4bb1d6679d. 2014-06-26 05:08:59 +04:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.7.3-RELEASE 2014-07-08 17:22:38 +04:00
misc Updated PCRE used for win32 builds. 2014-07-04 22:34:03 +04:00
src SSL: fixed build with OPENSSL_NO_DEPRECATED defined. 2014-07-09 04:08:13 +04:00
.hgtags release-1.7.3 tag 2014-07-08 17:22:38 +04:00