diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-08-05 09:31:13 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-08-05 09:31:13 +0200 |
commit | 1e2011a308500632a9fbfb541dafcd73d796f3d5 (patch) | |
tree | d5bb5d828005c56b68a48f7cdf886140054c405d /doc | |
parent | 0a2fd044770d645b7707d2b4926a3214147973a8 (diff) |
Update PKCS#11 URI code for new draft of spec
* pinfile attribute was renamed to pin-source
* objecttype attribute was renamed to object-type
* secretkey value was renamed to secret-key
We continue to support parsing the old attribute names and values but
generate URIs with the new ones.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/p11-kit-sections.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 7440f72..cf7f4bc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -20,7 +20,7 @@ SCANGOBJ_OPTIONS= --version # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS= --rebuild-types +SCAN_OPTIONS= --rebuild-types --deprecated-guards="P11_KIT_DISABLE_DEPRECATED" # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml diff --git a/doc/p11-kit-sections.txt b/doc/p11-kit-sections.txt index 7d9a825..37fceb5 100644 --- a/doc/p11-kit-sections.txt +++ b/doc/p11-kit-sections.txt @@ -19,6 +19,8 @@ p11_kit_uri_set_attribute p11_kit_uri_clear_attribute p11_kit_uri_set_unrecognized p11_kit_uri_any_unrecognized +p11_kit_uri_get_pin_source +p11_kit_uri_set_pin_source p11_kit_uri_get_pinfile p11_kit_uri_set_pinfile p11_kit_uri_format |