From 9241353c506c811cea6281a08b2e9d421c4855f5 Mon Sep 17 00:00:00 2001 From: cameronrich Date: Thu, 1 Feb 2007 21:46:33 +0000 Subject: [PATCH] latest changes for 1.1.0 git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@57 9a5d90b5-6617-0410-8a86-bb477d3ed2e3 --- config/axhttpd.aip | 174 +++++++++++++++++++++++++++++++++++++++------ config/linuxconfig | 2 +- config/win32config | 2 +- 3 files changed, 156 insertions(+), 22 deletions(-) diff --git a/config/axhttpd.aip b/config/axhttpd.aip index 25e067abe..be886602f 100755 --- a/config/axhttpd.aip +++ b/config/axhttpd.aip @@ -17,16 +17,45 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -35,15 +64,45 @@ - + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + - + + + + @@ -56,22 +115,82 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + - + + + + + - + + + + + - + + + + + @@ -102,7 +221,22 @@ - + + + + + + + + + + + + + + + + diff --git a/config/linuxconfig b/config/linuxconfig index 1fd7cfa47..f73efd664 100644 --- a/config/linuxconfig +++ b/config/linuxconfig @@ -39,7 +39,7 @@ CONFIG_SSL_USE_PKCS12=y CONFIG_SSL_EXPIRY_TIME=24 CONFIG_X509_MAX_CA_CERTS=4 CONFIG_SSL_MAX_CERTS=2 -# CONFIG_SSL_CTX_MUTEXING is not set +# CONFIG_SSLCTX_MUTEXING is not set CONFIG_USE_DEV_URANDOM=y # CONFIG_WIN32_USE_CRYPTO_LIB is not set # CONFIG_PERFORMANCE_TESTING is not set diff --git a/config/win32config b/config/win32config index 54a694543..fcdcdf129 100644 --- a/config/win32config +++ b/config/win32config @@ -43,7 +43,7 @@ CONFIG_SSL_USE_PKCS12=y CONFIG_SSL_EXPIRY_TIME=24 CONFIG_X509_MAX_CA_CERTS=4 CONFIG_SSL_MAX_CERTS=2 -# CONFIG_SSL_CTX_MUTEXING is not set +# CONFIG_SSLCTX_MUTEXING is not set # CONFIG_USE_DEV_URANDOM is not set CONFIG_WIN32_USE_CRYPTO_LIB=y # CONFIG_PERFORMANCE_TESTING is not set