diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-bib.texi | 8 | ||||
-rw-r--r-- | doc/cha-tokens.texi | 2 | ||||
-rw-r--r-- | doc/latex/gnutls.bib | 17 |
3 files changed, 20 insertions, 7 deletions
diff --git a/doc/cha-bib.texi b/doc/cha-bib.texi index 7da4b457a6..b99afce4ef 100644 --- a/doc/cha-bib.texi +++ b/doc/cha-bib.texi @@ -185,8 +185,12 @@ J. Altman, N. Williams, L. Zhu, "Channel Bindings for TLS", July 2010, available from @url{http://www.ietf.org/rfc/rfc5929}. @item @anchor{PKCS11URI}[PKCS11URI] -J. Pechanec, D. Moffat, "The PKCS#11 URI Scheme", August 2011, -Work in progress, available from @url{http://tools.ietf.org/html/draft-pechanec-pkcs11uri-05}. +J. Pechanec, D. Moffat, "The PKCS#11 URI Scheme", January 2013, +Work in progress, available from @url{http://tools.ietf.org/html/draft-pechanec-pkcs11uri-08}. + +@item @anchor{TPMURI}[TPMURI] +C. Latze, N. Mavrogiannopoulos, "The TPMKEY URI Scheme", January 2013, +Work in progress, available from @url{http://tools.ietf.org/html/draft-mavrogiannopoulos-tpmuri-01}. @item @anchor{ANDERSON}[ANDERSON] R. J. Anderson, "Security Engineering: A Guide to Building Dependable Distributed Systems", diff --git a/doc/cha-tokens.texi b/doc/cha-tokens.texi index 84558de1de..dd0de07ec9 100644 --- a/doc/cha-tokens.texi +++ b/doc/cha-tokens.texi @@ -386,7 +386,7 @@ In GnuTLS the TPM functionality is available in @code{gnutls/tpm.h}. The RSA keys in the TPM module may either be stored in a flash memory within TPM or stored in a file in disk. In the former case the key can provide operations as with @acronym{PKCS} #11 and is identified by -a URL. The URL is of the following form. +a URL. The URL is described in @xcite{TPMURI} and are of the following form. @verbatim tpmkey:uuid=42309df8-d101-11e1-a89a-97bb33c23ad1;storage=user @end verbatim diff --git a/doc/latex/gnutls.bib b/doc/latex/gnutls.bib index 40ac460bf6..263fc71d7a 100644 --- a/doc/latex/gnutls.bib +++ b/doc/latex/gnutls.bib @@ -373,8 +373,17 @@ @misc{PKCS11URI, author="Jan Pechanec and Darren J. Moffat", title="{The PKCS 11 URI Scheme}", - month="August", - year=2011, - note = "Work in progress, available from \url{http://tools.ietf.org/html/draft-pechanec-pkcs11uri-05}", - url = "http://tools.ietf.org/html/draft-pechanec-pkcs11uri-05" + month="January", + year=2013, + note = "Work in progress, available from \url{http://tools.ietf.org/html/draft-pechanec-pkcs11uri-08}", + url = "http://tools.ietf.org/html/draft-pechanec-pkcs11uri-08" +} + +@misc{TPMURI, + author="Carolin Latze and Nikos Mavrogiannopoulos", + title="{The TPMKEY URI Scheme}", + month="January", + year=2013, + note = "Work in progress, available from \url{http://tools.ietf.org/html/draft-mavrogiannopoulos-tpmuri-01}", + url = "http://tools.ietf.org/html/draft-mavrogiannopoulos-tpmuri-01" } |