summaryrefslogtreecommitdiff
path: root/lib/auth_x509.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-02 18:42:14 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-02 18:42:14 +0000
commit7f3662750ef4941e9e75647dcfb2634c7cc8aa33 (patch)
tree466e0abb409e6ccd4bf07745d671fccd0ce05be6 /lib/auth_x509.h
parentaf73a46729f6ebbb8546bf3c3125767e86c5c8ae (diff)
downloadgnutls-7f3662750ef4941e9e75647dcfb2634c7cc8aa33.tar.gz
added some kind of support for X509 Extensions
Diffstat (limited to 'lib/auth_x509.h')
-rw-r--r--lib/auth_x509.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/auth_x509.h b/lib/auth_x509.h
index d5ff1ec5ac..af120000a9 100644
--- a/lib/auth_x509.h
+++ b/lib/auth_x509.h
@@ -40,6 +40,7 @@ typedef struct {
int peer_certificate_version;
time_t peer_certificate_activation_time;
time_t peer_certificate_expiration_time;
+ char subjectAltName[X509_CN_SIZE];
} X509PKI_CLIENT_AUTH_INFO;