summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_PKEY_meth_new.3
diff options
context:
space:
mode:
authorschwarze <>2019-06-06 01:06:59 +0000
committerschwarze <>2019-06-06 01:06:59 +0000
commit73fea5ffb44d03ccada5456dd77c78c652913272 (patch)
tree4c3063e0f18ec3090d09c0b1174b8c2760e32d6e /src/lib/libcrypto/man/EVP_PKEY_meth_new.3
parent47eafa9f3ab473cf14319312cf30f3c8400f0b78 (diff)
downloadopenbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.gz
openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.bz2
openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.zip
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@
Diffstat (limited to 'src/lib/libcrypto/man/EVP_PKEY_meth_new.3')
-rw-r--r--src/lib/libcrypto/man/EVP_PKEY_meth_new.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_meth_new.3 b/src/lib/libcrypto/man/EVP_PKEY_meth_new.3
index a3c5884488..706824cd59 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_meth_new.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_meth_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_PKEY_meth_new.3,v 1.3 2018/03/23 05:48:56 schwarze Exp $ 1.\" $OpenBSD: EVP_PKEY_meth_new.3,v 1.4 2019/06/06 01:06:58 schwarze Exp $
2.\" selective merge up to: OpenSSL 43f985fd Aug 21 11:47:17 2017 -0400 2.\" selective merge up to: OpenSSL 43f985fd Aug 21 11:47:17 2017 -0400
3.\" 3.\"
4.\" This file was written by Paul Yang <yang.yang@baishancloud.com> 4.\" This file was written by Paul Yang <yang.yang@baishancloud.com>
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: March 23 2018 $ 51.Dd $Mdocdate: June 6 2019 $
52.Dt EVP_PKEY_METH_NEW 3 52.Dt EVP_PKEY_METH_NEW 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -523,6 +523,10 @@ if no matching object is found.
523.Pp 523.Pp
524.Fn EVP_PKEY_meth_add0 524.Fn EVP_PKEY_meth_add0
525returns 1 if the method is added successfully or 0 if an error occurred. 525returns 1 if the method is added successfully or 0 if an error occurred.
526.Sh SEE ALSO
527.Xr EVP_DigestInit 3 ,
528.Xr EVP_PKEY_meth_get0_info 3 ,
529.Xr EVP_PKEY_new 3
526.Sh HISTORY 530.Sh HISTORY
527.Fn EVP_PKEY_meth_new , 531.Fn EVP_PKEY_meth_new ,
528.Fn EVP_PKEY_meth_free , 532.Fn EVP_PKEY_meth_free ,