- Timestamp:
- Jan 11, 2013, 12:56:01 AM (8 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, upstream
- Children:
- dc1e7e6, e86847d
- Parents:
- a4839ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
ra4839ae r2a2272d 81 81 */ 82 82 #define MAX_CA_CRTS 128 83 #define MAX_CIPHERS 16 83 84 /* The maximum number of certificates to send in a chain 85 */ 86 #define MAX_CHAIN_SIZE 8 84 87 85 88 typedef struct … … 89 92 gnutls_anon_server_credentials_t anon_creds; 90 93 char* cert_cn; 91 gnutls_x509_crt_t cert_x509; 94 gnutls_x509_crt_t certs_x509[MAX_CHAIN_SIZE]; /* A certificate chain */ 95 unsigned int certs_x509_num; 92 96 gnutls_x509_privkey_t privkey_x509; 93 97 int enabled;
Note: See TracChangeset
for help on using the changeset viewer.