summaryrefslogtreecommitdiff
path: root/lib/pkcs11_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-22 15:13:20 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-03 19:52:33 +0200
commitf1bbe2d1fec833323d7e8fe32c50736aec398751 (patch)
treea163297edfe1e1e0441748d0cb8aa53ca07daaeb /lib/pkcs11_int.h
parent0daa4508750f85feb72818b1a246d599873bde53 (diff)
downloadgnutls-f1bbe2d1fec833323d7e8fe32c50736aec398751.tar.gz
Added gnutls_pubkey_t abstract type to handle public keys. It can currently
import/export public keys from existing certificate types as well as from PKCS #11 URL. This allows generating a certificate or certificate request from a given public key (currently one could only generate them from a given private key). PKCS#11 API augmented to allow reading arbitrary objects instead of just certificates. Certtool updated to list those objects.
Diffstat (limited to 'lib/pkcs11_int.h')
-rw-r--r--lib/pkcs11_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pkcs11_int.h b/lib/pkcs11_int.h
index d8d39455b3..7b8c120e9d 100644
--- a/lib/pkcs11_int.h
+++ b/lib/pkcs11_int.h
@@ -59,4 +59,5 @@ extern void* token_data;
void pkcs11_rescan_slots(void);
int pkcs11_info_to_url(const struct pkcs11_url_info* info, char** url);
+
#endif