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;
ss='column1'>| | | | | | | | | | completely separated mysql driver added optional server announce (LogSQLAnnouce On) cleaned up internal names of Database parameters added code to allow +/- of logged cookies,headers, and notes, as well as remhostignore, request allow and request ignore. reorganized command_rec again made bigger not about deprecated commands updated documentation * Updated to new logging function with apaceh 2 prototype instead of 1.3 so i ↵Gravatar Edward Rudd 2004-04-04 | | | | can properly log Error numbers in apache 2 (better debugging) * Added gen_todo.pl to extract TODO items from source code.Gravatar Edward Rudd 2004-04-03 | * Added alternat loginInfo form.. driver://user;passwd@host:port/databasenameGravatar Edward Rudd 2004-04-02 | | | | | fixed RT_LIBS parameter in makefile.in, and configure.ac * Fixed issue with different include directories for APR and APU.Gravatar Edward Rudd 2004-03-22 | | | | | updated help screen after make install * updated release date1.96Gravatar Edward Rudd 2004-03-05 | * updated Documentation READMEGravatar Edward Rudd 2004-03-05 | * removed make_combined_log.pl as it's in the contrib subdir