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/PKCS12_parse.3 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/PKCS12_parse.3') diff --git a/src/lib/libcrypto/man/PKCS12_parse.3 b/src/lib/libcrypto/man/PKCS12_parse.3 index 51e78d9430..3037c537d2 100644 --- a/src/lib/libcrypto/man/PKCS12_parse.3 +++ b/src/lib/libcrypto/man/PKCS12_parse.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PKCS12_parse.3,v 1.5 2018/03/21 17:57:48 schwarze Exp $ +.\" $OpenBSD: PKCS12_parse.3,v 1.6 2019/06/06 01:06:58 schwarze Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 21 2018 $ +.Dd $Mdocdate: June 6 2019 $ .Dt PKCS12_PARSE 3 .Os .Sh NAME @@ -119,7 +119,9 @@ returns 1 for success and 0 if an error occurred. The error can be obtained from .Xr ERR_get_error 3 . .Sh SEE ALSO -.Xr d2i_PKCS12 3 +.Xr d2i_PKCS12 3 , +.Xr PKCS12_create 3 , +.Xr PKCS12_new 3 .Sh HISTORY .Fn PKCS12_parse first appeared in OpenSSL 0.9.3 and has been available since -- cgit v1.2.3-55-g6feb