aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Nokis Mavrogiannopoulos 2009-01-24 17:47:18 +0000
committerGravatar Nokis Mavrogiannopoulos 2009-01-24 17:47:18 +0000
commit13494386eec6efd9650f7383ae081393bed7e152 (patch)
treea97bf84d4eedd0fde5e6207e5f3178136062cedf /include
parentf30552add803008836c069509396c0a50ea6ea6c (diff)
removed limit on ca certificates' number
Diffstat (limited to 'include')
-rw-r--r--include/mod_gnutls.h.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/mod_gnutls.h.in b/include/mod_gnutls.h.in
index 9af95a0..ec28e07 100644
--- a/include/mod_gnutls.h.in
+++ b/include/mod_gnutls.h.in
@@ -79,10 +79,6 @@ typedef struct
79} mgs_dirconf_rec; 79} mgs_dirconf_rec;
80 80
81 81
82/* The maximum number of client CA certificates allowed.
83 */
84#define MAX_CA_CRTS 128
85
86/* The maximum number of certificates to send in a chain 82/* The maximum number of certificates to send in a chain
87 */ 83 */
88#define MAX_CHAIN_SIZE 8 84#define MAX_CHAIN_SIZE 8
@@ -111,7 +107,7 @@ typedef struct
111 const char* cache_config; 107 const char* cache_config;
112 const char* srp_tpasswd_file; 108 const char* srp_tpasswd_file;
113 const char* srp_tpasswd_conf_file; 109 const char* srp_tpasswd_conf_file;
114 gnutls_x509_crt_t ca_list[MAX_CA_CRTS]; 110 gnutls_x509_crt_t *ca_list;
115 gnutls_openpgp_keyring_t pgp_list; 111 gnutls_openpgp_keyring_t pgp_list;
116 unsigned int ca_list_size; 112 unsigned int ca_list_size;
117 int client_verify_mode; 113 int client_verify_mode;
d> | * updated versionGravatar Edward Rudd 2004-10-03 | * updated changelogGravatar Edward Rudd 2004-10-03 | * added winconfig.h to source distribution in makefileGravatar Edward Rudd 2004-10-03 | | | | set eol-style to native on all files * auto table names for massVirtualhosting swap - with _Gravatar Edward Rudd 2004-09-20 | | | | | | added 'V' logformat to log virtualhost according to canonical setting. * fixes by Douglas E. Warner to fix "NULL" fields. Gravatar Edward Rudd 2004-08-23 | | | | | finally fixed the annoying reconnect mysql segfault. * only warn if libraries are not found, don't error.Gravatar Edward Rudd 2004-08-23 | * Added SSL building for win32Gravatar Edward Rudd 2004-08-17 | * updated release date of 1.991.99Gravatar Edward Rudd 2004-07-28 | | | | | added mod_log_sql_dbi.c into distribution * added dbi providerGravatar Edward Rudd 2004-07-28 | * defaulted ssl to on, added checks for libdbi and better mysql checksGravatar Edward Rudd 2004-07-26 | * fixed another segfault related to the mysql escaping function (forcepreserve ↵Gravatar Edward Rudd 2004-07-16 | | | | | | | | | | | bug) included win32 build bat files in distribution separated -Werror to a configure time option (--enable-maintainer) update autogen to use autoconf 2.57, aclocal 1.7 included pgsql and dbi module source in distribution. setup autodetection in configure script for databases. * moved quoting of fields to DB driver Gravatar Edward Rudd 2004-06-03 | | | | | | fixed segfault in the mysql escape string function DBi driver working with postgresql. * change apache 2 method to use optional functionGravatar Edward Rudd 2004-05-14 | * 1.98 release1.98Gravatar Edward Rudd 2004-05-13 | * renamed directory Documentation to docsGravatar Edward Rudd 2004-05-12 | | | | | updated configure and makefile to use new m4 files * updated ignoresGravatar Edward Rudd 2004-05-12 | * added ap_strstr_c and ap_strchr_c definesGravatar Edward Rudd 2004-05-12 | * changed strstr to ap_strstr or ap_strstr_cGravatar Edward Rudd 2004-05-05 | | | | | | changed strchr to ap_strchr or ap_strchr_c * Added transferlog tableGravatar Edward Rudd 2004-05-05 | * updated gen_todo scriptGravatar Edward Rudd 2004-04-30 | * updated cvsignore files (from svn:ignore)Gravatar Edward Rudd 2004-04-29 | * update svn:ignoreGravatar Edward Rudd 2004-04-29 | * win32 fixes for apache 1.3Gravatar Edward Rudd 2004-04-29 | | | | added win32 build script * added Sleep for win32 on apache 1.3Gravatar Edward Rudd 2004-04-29 | * fixed signal macrosGravatar Edward Rudd 2004-04-29 | * win32 updates and build scriptGravatar Edward Rudd 2004-04-29 | | | | | added LogSQLDisablePreserve set default of preserve file to root_relative logs/mod_log_sql-preserve * updated eol:style added winconfig.hGravatar Edward Rudd 2004-04-29 | * moved m4 files to separate repositoryGravatar Edward Rudd 2004-04-29 | * lowered minimum apache version to 2.0.40