STORE: Add documentation on the expectations for returned names
authorRichard Levitte <levitte@openssl.org>
Wed, 5 Jul 2017 14:08:19 +0000 (16:08 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 15 Aug 2017 19:37:04 +0000 (21:37 +0200)
commit1fcb6a3daa3da1f6baa4cc5b4092642c6bf5103c
tree68d25c090885355b12a1163219786be5aba768b9
parent330242959d5efdffd2aed378ea96cc7aa5cb9bde
STORE: Add documentation on the expectations for returned names

Returned OSSL_STORE_INFO_NAME typed infos are supposed to be a
canonical URI for the corresponding object.  For example, when using
the 'file' scheme loader, the file name is returned, possibly prefixed
with 'file://'

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3856)
doc/man3/OSSL_STORE_INFO.pod