- Timestamp:
- Nov 16, 2013, 2:46:50 AM (9 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
- Children:
- e3cbda4
- Parents:
- fa45dcb
- git-author:
- Daniel Kahn Gillmor <dkg@…> (01/30/13 01:40:35)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (11/16/13 02:46:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
rfa45dcb rcf2b905 81 81 mgs_cache_unset 82 82 } mgs_cache_e; 83 84 typedef enum { 85 mgs_cvm_unset, 86 mgs_cvm_cartel, 87 mgs_cvm_msva 88 } mgs_client_verification_method_e; 89 83 90 84 91 /* Directory Configuration Record */ … … 140 147 /* Client Certificate Verification Mode */ 141 148 int client_verify_mode; 149 /* Client Certificate Verification Method */ 150 mgs_client_verification_method_e client_verify_method; 142 151 /* Last Cache timestamp */ 143 152 apr_time_t last_cache_check; … … 340 349 const char *arg); 341 350 351 const char *mgs_set_client_verify_method(cmd_parms * parms, void *dummy, 352 const char *arg); 353 342 354 const char *mgs_set_client_ca_file(cmd_parms * parms, void *dummy, 343 355 const char *arg);
Note: See TracChangeset
for help on using the changeset viewer.