diff options
| author | 2005-04-22 00:26:57 +0000 | |
|---|---|---|
| committer | 2005-04-22 00:26:57 +0000 | |
| commit | e924ddd3c71d5a28d973bf0b17316b63d9fad70f (patch) | |
| tree | 67fc274ef45e1f75cf12cc963a168cb6d8d971c8 | |
| parent | 31645b2ad4f81c5ce3ca8ee9a671f24fb35715cd (diff) | |
client auth is sort of working.
| -rw-r--r-- | include/mod_gnutls.h.in | 9 | ||||
| -rw-r--r-- | src/gnutls_io.c | 21 | ||||
| -rw-r--r-- | src/mod_gnutls.c | 259 |
3 files changed, 209 insertions, 80 deletions
diff --git a/include/mod_gnutls.h.in b/include/mod_gnutls.h.in index 6eff460..62cae02 100644 --- a/include/mod_gnutls.h.in +++ b/include/mod_gnutls.h.in | |||
| @@ -71,12 +71,13 @@ typedef enum | |||
| 71 | 71 | ||
| 72 | typedef struct | 72 | typedef struct |
| 73 | { | 73 | { |
| 74 | gnutls_certificate_request_t client_verify_mode; | 74 | int client_verify_mode; |
| 75 | } mod_gnutls_dirconf_rec; | 75 | } mod_gnutls_dirconf_rec; |
| 76 | 76 | ||
| 77 | typedef struct | 77 | typedef struct |
| 78 | { | 78 | { |
| 79 | gnutls_certificate_credentials_t certs; | 79 | gnutls_certificate_credentials_t certs; |
| 80 | char* cert_cn; | ||
| 80 | | 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 | |
