diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gnutls_config.c | 14 | ||||
| -rw-r--r-- | src/gnutls_hooks.c | 10 |
2 files changed, 10 insertions, 14 deletions
diff --git a/src/gnutls_config.c b/src/gnutls_config.c index 7b5a42b..8d6308a 100644 --- a/src/gnutls_config.c +++ b/src/gnutls_config.c | |||
| @@ -151,15 +151,10 @@ const char *mgs_set_cert_file(cmd_parms * parms, void *dummy, | |||
| 151 | "Certificate '%s'", file); | 151 | "Certificate '%s'", file); |
| 152 | } | 152 | } |
| 153 | 153 | ||
| 154 | ret = gnutls_x509_crt_init(&sc->cert_x509); | 154 | sc->certs_x509_num = MAX_CHAIN_SIZE; |
| 155 | if (ret < 0) { | ||
| 156 | return apr_psprintf(parms->pool, "GnuTLS: Failed to initialize" | ||
| 2005-04-24 | |||
| * | - remove more debug logging. | 2005-04-22 | |
| * | client auth is sort of working. | 2005-04-22 | |
| * | working SNI. Not so working Client Cert support. | 2005-04-21 | |
| * | include support for 2.0.xx | 2005-04-08 | |
| * | wrap the debug log in maintainer mode. | 2005-04-08 | |
| * | - remove anno creds | 2005-04-06 | |
| * | checkpoint the work so far. The DBM cache needs a little more work. | 2005-04-05 | |
| * | - make memcahe optional | 2005-04-04 | |
| * | use apr to parse hostnames.. | 2004-12-12 | |
| * | working support for a ssl session cache via memcached. | 2004-12-10 | |
| * | add check for apr_memcache | 2004-12-09 | |
| * | fixes and stuff that i should of already committed. | 2004-12-09 | |
| * | re-order the cipher types. | 2004-12-06 | |
| * | setting proper ignores. | 2004-12-02 | |
| * | adding autofoo for memcache support | 2004-12-02 | |
| * | hey hey, this is working code! | 2004-12-02 | |
| * | input and output filters | 2004-09-28 | |
| * | rename structures. | 2004-09-27 | |
| * | break up the IO functions into their own file | 2004-09-27 | |
| * | commit before i move everything around | 2004-09-27 | |
| * | updated | 2004-09-27 | |
| * | iniail makefiles and license foo | 2004-09-27 | |
