From 1e80b5858a90497879e1e3faee4c7f76d5cbd6f0 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 20 Feb 2017 11:01:21 +0100 Subject: 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. --- doc/manual/p11-kit-sections.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/manual') 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 -- cgit v1.1