diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-18 13:36:11 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-18 13:36:11 +0200 |
commit | 0d08c5f5e39a6af79a332971b08ff4d66e9793f4 (patch) | |
tree | 14b3fad1c281b3c2f73078d0577fdd07efddf73c /doc/cha-tokens.texi | |
parent | e9d4f6812f466b7f0bf4ce8d43902804d8910842 (diff) | |
download | gnutls-0d08c5f5e39a6af79a332971b08ff4d66e9793f4.tar.gz |
doc: document the systems supported via systemkeys API
Diffstat (limited to 'doc/cha-tokens.texi')
-rw-r--r-- | doc/cha-tokens.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/cha-tokens.texi b/doc/cha-tokens.texi index cce55b8bb8..9518b3445c 100644 --- a/doc/cha-tokens.texi +++ b/doc/cha-tokens.texi @@ -183,6 +183,12 @@ In several systems there are keystores which allow to read, store and use certif and private keys. For these systems GnuTLS provides the system-key API in @code{gnutls/system-keys.h}. That API provides the ability to iterate through all stored keys, add and delete keys as well as use these keys using a URL which starts with "system:". The format of the URLs is system-specific. +The @code{systemkey} tool is also provided to assist in listing keys and debugging. + +The systems supported via this API are the following. +@itemize +@item Windows Cryptography API (CNG) +@end itemize @showfuncdesc{gnutls_system_key_iter_get_info} |