From 73fea5ffb44d03ccada5456dd77c78c652913272 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 6 Jun 2019 01:06:59 +0000 Subject: Tree structure for manual pages: crypto(3) links to 33 function group pages, and these link on to all their second-level subpages. Only a handful of second-level pages have third-level subpages. So all crypto pages can now be reached from the www.libressl.org frontpage via at most four clicks, in most cases three clicks. Also link back from leaf pages to their respective group pages and add a couple of additional links between related pages. Triggered by a question from deraadt@. OK jmc@ tb@ --- src/lib/libcrypto/man/X509_STORE_set1_param.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/X509_STORE_set1_param.3') diff --git a/src/lib/libcrypto/man/X509_STORE_set1_param.3 b/src/lib/libcrypto/man/X509_STORE_set1_param.3 index ea6e399e54..36d4d4f115 100644 --- a/src/lib/libcrypto/man/X509_STORE_set1_param.3 +++ b/src/lib/libcrypto/man/X509_STORE_set1_param.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_STORE_set1_param.3,v 1.15 2018/04/02 01:35:37 schwarze Exp $ +.\" $OpenBSD: X509_STORE_set1_param.3,v 1.16 2019/06/06 01:06:59 schwarze Exp $ .\" content checked up to: .\" OpenSSL man3/X509_STORE_add_cert b0edda11 Mar 20 13:00:17 2018 +0000 .\" OpenSSL man3/X509_STORE_get0_param e90fc053 Jul 15 09:39:45 2017 -0400 @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 2 2018 $ +.Dd $Mdocdate: June 6 2019 $ .Dt X509_STORE_SET1_PARAM 3 .Os .Sh NAME @@ -190,6 +190,7 @@ returns the application data or .Dv NULL on failure. .Sh SEE ALSO +.Xr RSA_get_ex_new_index 3 , .Xr SSL_set1_param 3 , .Xr X509_OBJECT_get0_X509 3 , .Xr X509_STORE_CTX_set0_param 3 , -- cgit v1.2.3-55-g6feb