Commit b91dfe382f for openssl.org
commit b91dfe382fe6d4dcfc9da8d29229ff9c6118d975
Author: Dr. David von Oheimb <dev@ddvo.net>
Date: Sun Apr 26 19:50:13 2026 +0200
ossl_store.pod: add reference to the 'org.openssl.winstore' scheme
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Mon Jun 1 04:57:22 2026
(Merged from https://github.com/openssl/openssl/pull/25683)
diff --git a/doc/man7/ossl_store.pod b/doc/man7/ossl_store.pod
index 5e16a10f2f..0441fe34e9 100644
--- a/doc/man7/ossl_store.pod
+++ b/doc/man7/ossl_store.pod
@@ -32,6 +32,7 @@ dynamically from the calling application or from a loadable provider.
Support for the 'file' scheme is built into C<libcrypto>.
See L<ossl_store-file(7)> for more information.
+For information on the 'org.openssl.winstore' scheme, see L<OSSL_STORE-winstore(7)>.
=head2 UI_METHOD and pass phrases
@@ -78,7 +79,8 @@ other encoding is undefined.
L<OSSL_STORE_INFO(3)>, L<OSSL_STORE_LOADER(3)>,
L<OSSL_STORE_open(3)>, L<OSSL_STORE_expect(3)>,
-L<OSSL_STORE_SEARCH(3)>
+L<OSSL_STORE_SEARCH(3)>,
+L<ossl_store-file(7)>, L<OSSL_STORE-winstore(7)>
=head1 COPYRIGHT