summaryrefslogtreecommitdiff
path: root/lib/auth_x509.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-05 12:50:26 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-05 12:50:26 +0000
commit091cea8dbd1e5fbd940d4c863b68d5eb5ff7cab3 (patch)
treeb4d9b106120d97bb561fb75d2ee54a6b9352a40d /lib/auth_x509.h
parent834e429a7169d4b5f239bc2980bda801e2bbdba0 (diff)
downloadgnutls-091cea8dbd1e5fbd940d4c863b68d5eb5ff7cab3.tar.gz
several cleanups. Removed old unneeded functions.
certificate verification was moved out of the handshake procedure.
Diffstat (limited to 'lib/auth_x509.h')
-rw-r--r--lib/auth_x509.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/auth_x509.h b/lib/auth_x509.h
index 774b8e7df9..3083f2e7b0 100644
--- a/lib/auth_x509.h
+++ b/lib/auth_x509.h
@@ -44,14 +44,13 @@ typedef struct {
#define X509PKI_CREDENTIALS X509PKI_CREDENTIALS_INT*
typedef struct X509PKI_AUTH_INFO_INT {
- CertificateStatus peer_certificate_status;
int certificate_requested; /* if the peer requested certificate
* this is non zero;
*/
int dh_bits; /* bits of the DH (if DHE_RSA is used) */
gnutls_datum* raw_certificate_list; /* holds the raw certificate of the
- * peer.
- */
+ * peer.
+ */
int ncerts; /* holds the size of the list above */
} *X509PKI_AUTH_INFO;