comparison auto/lib/openssl/conf @ 542:4c5d2c627a6c NGINX_0_8_17

nginx 0.8.17 *) Security: now "/../" are disabled in "Destination" request header line. *) Change: now $host variable value is always low case. *) Feature: the $ssl_session_id variable. *) Bugfix: socket leak; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Mon, 28 Sep 2009 00:00:00 +0400
parents f39b9e29530d
children be4f34123024
comparison
equal deleted inserted replaced
541:b8ac674b0ec9 542:4c5d2c627a6c
23 23
24 *) 24 *)
25 have=NGX_OPENSSL . auto/have 25 have=NGX_OPENSSL . auto/have
26 have=NGX_SSL . auto/have 26 have=NGX_SSL . auto/have
27 27
28 CORE_INCS="$CORE_INCS $OPENSSL/openssl/include" 28 CORE_INCS="$CORE_INCS $OPENSSL/.openssl/include"
29 CORE_DEPS="$CORE_DEPS $OPENSSL/openssl/include/openssl/ssl.h" 29 CORE_DEPS="$CORE_DEPS $OPENSSL/.openssl/include/openssl/ssl.h"
30 CORE_LIBS="$CORE_LIBS $OPENSSL/openssl/lib/libssl.a" 30 CORE_LIBS="$CORE_LIBS $OPENSSL/.openssl/lib/libssl.a"
31 CORE_LIBS="$CORE_LIBS $OPENSSL/openssl/lib/libcrypto.a" 31 CORE_LIBS="$CORE_LIBS $OPENSSL/.openssl/lib/libcrypto.a"
32 CORE_LIBS="$CORE_LIBS $NGX_LIBDL" 32 CORE_LIBS="$CORE_LIBS $NGX_LIBDL"
33 ;; 33 ;;
34 esac 34 esac
35 35
36 else 36 else