diff options
author | Daiki Ueno <dueno@redhat.com> | 2017-02-20 11:01:21 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2017-02-21 17:46:04 +0100 |
commit | 1e80b5858a90497879e1e3faee4c7f76d5cbd6f0 (patch) | |
tree | 017dcd75b4e170959c94a0fd7721a69f44468b2a /doc/manual | |
parent | eb65a85a4abfbab489f271c9f074409ba46ce8f5 (diff) |
uri: Support vendor query attributes
If an unknown attribute is present in the query part of the PKCS#11 URI,
the parser treated it as unrecognized and subsequent matches failed.
Instead, keep track of such attributes and provide a set of API to deal
with them.
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/p11-kit-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/p11-kit-sections.txt b/doc/manual/p11-kit-sections.txt index a1fdeb5..c1c1df1 100644 --- a/doc/manual/p11-kit-sections.txt +++ b/doc/manual/p11-kit-sections.txt @@ -34,6 +34,8 @@ p11_kit_uri_get_module_name p11_kit_uri_set_module_name p11_kit_uri_get_module_path p11_kit_uri_set_module_path +p11_kit_uri_get_vendor_query +p11_kit_uri_set_vendor_query p11_kit_uri_format p11_kit_uri_parse p11_kit_uri_free |