From: Nikos Mavrogiannopoulos Date: Wed, 26 May 2010 21:55:40 +0000 (+0200) Subject: Added bibliographic reference to PKCS #11. X-Git-Tag: gnutls_2_11_3~242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31c000989443efb80b9bb7d67880baa608ca656e;p=thirdparty%2Fgnutls.git Added bibliographic reference to PKCS #11. --- diff --git a/doc/cha-bib.texi b/doc/cha-bib.texi index d52744e867..792bc8c078 100644 --- a/doc/cha-bib.texi +++ b/doc/cha-bib.texi @@ -94,6 +94,10 @@ January 2008, available from @url{http://www.ietf.org/rfc/rfc5077}. RSA Laboratories, "PKCS 12 v1.0: Personal Information Exchange Syntax", June 1999, Available from @url{http://www.rsa.com}. +@item @anchor{PKCS11}[PKCS11] +RSA Laboratories, "PKCS #11 Base Functionality v2.30: Cryptoki – Draft 4", +July 2009, Available from @url{http://www.rsa.com}. + @item @anchor{RESCORLA}[RESCORLA] Eric Rescorla, "SSL and TLS: Designing and Building Secure Systems", 2001 diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi index 61de5e6a38..89b53c6686 100644 --- a/doc/cha-cert-auth.texi +++ b/doc/cha-cert-auth.texi @@ -325,7 +325,7 @@ MD5. These algorithms have been broken and should not be trusted. @cindex @acronym{PKCS #11} tokens @subsection Introduction -This section copes with the @acronym{PKCS #11} support in @acronym{GnuTLS}. +This section copes with the @acronym{PKCS #11} @xcite{PKCS11} support in @acronym{GnuTLS}. @acronym{PKCS #11} is plugin API allowing applications to access cryptographic operations on a token, as well as to objects residing on the token. A token can be a real hardware token such as a smart card, or it can be a software component @@ -544,7 +544,7 @@ gnutls_pkcs11_privkey_t ca_key; gnutls_x509_crt_t ca_cert; gnutls_privkey_t abs_key; - /* load the PKCS 11 key and certificates */ + /* load the PKCS #11 key and certificates */ gnutls_pkcs11_privkey_init(&ca_key); gnutls_pkcs11_privkey_import_url(ca_key, key_url);