summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-01 09:39:24 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-01 09:39:24 +0000
commitbb2d490b11670c930866f3dbbd0030e003f6bb6a (patch)
treefec99e54e33f5e8f5b7e31721750139ef8ea5bc9
parent254c8e3ab5214a71471924e53fd1ed08726ab149 (diff)
downloadgnutls-bb2d490b11670c930866f3dbbd0030e003f6bb6a.tar.gz
*** empty log message ***
-rw-r--r--doc/tex/certificate.tex13
-rw-r--r--doc/tex/gnutls.bib22
2 files changed, 22 insertions, 13 deletions
diff --git a/doc/tex/certificate.tex b/doc/tex/certificate.tex
index e21a8ba218..6c222035f6 100644
--- a/doc/tex/certificate.tex
+++ b/doc/tex/certificate.tex
@@ -64,7 +64,7 @@ distinguished name are defined in \emph{gnutls/x509.h}.
\\
The \emph{Version} field in a certificate has values either 1 or 3 for version 3 certificates.
Version 1 certificates do not support the extensions field so it is not possible
-to distinguish a CA from a person, so their usage should be avoided.
+to distinguish a CA from a person, thus their usage should be avoided.
\\
\\
The \emph{validity} dates are there to indicate the date that the specific certificate
@@ -82,12 +82,21 @@ All the supported X.509 version 3 extensions are shown in the table below.
subject key ID & 2.5.29.14 & A unique ID of the subject's key.
\\
\hline
-key usage & 2.5.29.15 & Constraints the key's usage of the certificate.
+subject key id & 2.5.29.14 & An identifier of the key of the subject.
+\\
+\hline
+authority key id & 2.5.29.35 & An identifier of the authority's key used to sign the certificate.
\\
\hline
subject alternative name & 2.5.29.17 & Alternative names to subject's distinguished name.
\\
\hline
+key usage & 2.5.29.15 & Constraints the key's usage of the certificate.
+\\
+\hline
+extended key usage & 2.5.29.37 & Constraints the purpose of the certificate.
+\\
+\hline
basic constraints & 2.5.29.19 & Indicates whether this is a CA certificate or not.
\\
\hline
diff --git a/doc/tex/gnutls.bib b/doc/tex/gnutls.bib
index 4fc1184d81..942a974ad5 100644
--- a/doc/tex/gnutls.bib
+++ b/doc/tex/gnutls.bib
@@ -56,27 +56,27 @@
author = "David Taylor and Trevor Perrin and Tom Wu and Nikos Mavroyanopoulos",
title = "Using SRP for TLS Authentication",
month = "June",
- year = {2003},
- note = "Internet draft, work in progress. Available from http://www.normos.org/ietf/draft/draft-ietf-tls-srp-05.txt",
- url = "http://www.normos.org/ietf/draft/draft-ietf-tls-srp-05.txt"
+ year = {2004},
+ note = "Internet draft, work in progress. Available from http://www.normos.org/ietf/draft/draft-ietf-tls-srp-07.txt",
+ url = "http://www.normos.org/ietf/draft/draft-ietf-tls-srp-07.txt"
}
@Misc{TLSPGP,
author = "Nikos Mavroyanopoulos",
title = "Using OpenPGP keys for TLS authentication",
- month = "November",
- year = {2003},
- note = "Internet draft, work in progress. Available from http://www.normos.org/ietf/draft/draft-ietf-tls-openpgp-keys-04.txt",
- url = "http://www.normos.org/ietf/draft/draft-ietf-tls-openpgp-keys-04.txt"
+ month = "April",
+ year = {2004},
+ note = "Internet draft, work in progress. Available from http://www.normos.org/ietf/draft/draft-ietf-tls-openpgp-keys-05.txt",
+ url = "http://www.normos.org/ietf/draft/draft-ietf-tls-openpgp-keys-05.txt"
}
@Misc{TLSCOMP,
author = "Scott Hollenbeck",
title = "Transport Layer Security Protocol Compression Methods",
- month = "May",
- year = {2003},
- note = "Internet draft, work in progress. Available from http://www.normos.org/ietf/draft/draft-ietf-tls-compression-06.txt",
- url = "http://www.normos.org/ietf/draft/draft-ietf-tls-compression-06.txt"
+ month = "January",
+ year = {2004},
+ note = "Internet draft, work in progress. Available from http://www.normos.org/ietf/draft/draft-ietf-tls-compression-07.txt",
+ url = "http://www.normos.org/ietf/draft/draft-ietf-tls-compression-07.txt"
}
@Misc{CBCATT,