- Timestamp:
- Mar 19, 2015, 8:27:45 AM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
- Children:
- 91ccb87
- Parents:
- 10b3370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
r10b3370 r0de1839 104 104 /* Server Configuration Record */ 105 105 typedef struct { 106 106 /* x509 Certificate Structure */ 107 107 gnutls_certificate_credentials_t certs; 108 /* SRP Certificate Structure*/ 108 /* x509 credentials for proxy connections */ 109 gnutls_certificate_credentials_t proxy_x509_creds; 110 const char* proxy_x509_key_file; 111 const char* proxy_x509_cert_file; 112 const char* proxy_x509_ca_file; 113 /* SRP Certificate Structure*/ 109 114 gnutls_srp_server_credentials_t srp_creds; 110 115 /* Anonymous Certificate Structure */ … … 388 393 mgs_srvconf_rec* mgs_find_sni_server(gnutls_session_t session); 389 394 395 const char *mgs_store_cred_path(cmd_parms * parms, 396 void *dummy __attribute__((unused)), 397 const char *arg); 398 390 399 /* mod_gnutls Hooks. */ 391 400
Note: See TracChangeset
for help on using the changeset viewer.