diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-07 11:01:29 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-07 11:07:25 +0200 |
commit | 29d8329019ef8c17aecb8a757aea853ffb7f48c5 (patch) | |
tree | f83b0be42e6eda121f1a81d20aa8af8acab8351a /doc/cha-tokens.texi | |
parent | 531bac41a0ee19158f0722937d0c9efafbc3bb14 (diff) | |
download | gnutls-29d8329019ef8c17aecb8a757aea853ffb7f48c5.tar.gz |
Added helper functions gnutls_pubkey_import_openpgp_raw() and gnutls_pubkey_import_x509_raw().
Diffstat (limited to 'doc/cha-tokens.texi')
-rw-r--r-- | doc/cha-tokens.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/cha-tokens.texi b/doc/cha-tokens.texi index b290ff52c7..ad61b152b9 100644 --- a/doc/cha-tokens.texi +++ b/doc/cha-tokens.texi @@ -73,6 +73,11 @@ sequence. @showfuncB{gnutls_pubkey_export,gnutls_pubkey_export2} +Other helper functions that allow directly importing from raw X.509 or +OpenPGP structures are shown below. + +@showfuncB{gnutls_pubkey_import_x509_raw,gnutls_pubkey_import_openpgp_raw} + An important function is @funcref{gnutls_pubkey_import_url} which will import public keys from URLs that identify objects stored in tokens (see @ref{Smart cards and HSMs} and @ref{Trusted Platform Module}). A function to check for a supported by GnuTLS URL is @funcref{gnutls_url_is_supported}. |