]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added bibliographic reference to PKCS #11.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 26 May 2010 21:55:40 +0000 (23:55 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 3 Jun 2010 17:54:56 +0000 (19:54 +0200)
doc/cha-bib.texi
doc/cha-cert-auth.texi

index d52744e867006b1b315344fda2c2fd0342b08e11..792bc8c07808ac3408aebda354c576487b2f94d4 100644 (file)
@@ -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
index 61de5e6a386012b938bd5e87e36cd6083cea3f9a..89b53c6686c4f2e0dd65011740ae3758cc2a7b17 100644 (file)
@@ -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);