summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_PKEY_cmp.3
diff options
context:
space:
mode:
authorschwarze <>2018-02-14 02:15:46 +0000
committerschwarze <>2018-02-14 02:15:46 +0000
commit4f48bcf2dc8ab6f6d746e6e5646d4f32f59d5d4b (patch)
treee03fd05a5ac3bd31e3e7a4e4ab25889b819c54a2 /src/lib/libcrypto/man/EVP_PKEY_cmp.3
parentcb7e2958dd3c10c5da0ef856a4488e7089c1d8ef (diff)
downloadopenbsd-4f48bcf2dc8ab6f6d746e6e5646d4f32f59d5d4b.tar.gz
openbsd-4f48bcf2dc8ab6f6d746e6e5646d4f32f59d5d4b.tar.bz2
openbsd-4f48bcf2dc8ab6f6d746e6e5646d4f32f59d5d4b.zip
New manual page EVP_PKEY_asn1_new(3) from Richard Levitte
via OpenSSL commit 751148e2 Oct 27 00:11:11 2017 +0200, including only the parts related to functions that exist in OpenBSD. The design of these interfaces is not particularly pretty, they are not particularly easy to document, and the manual page does not look particularly good when formatted, but what can we do, things are as they are...
Diffstat (limited to 'src/lib/libcrypto/man/EVP_PKEY_cmp.3')
-rw-r--r--src/lib/libcrypto/man/EVP_PKEY_cmp.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_cmp.3 b/src/lib/libcrypto/man/EVP_PKEY_cmp.3
index c583cecf64..529cd3fa9d 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_cmp.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_cmp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_PKEY_cmp.3,v 1.4 2016/11/27 15:22:39 schwarze Exp $ 1.\" $OpenBSD: EVP_PKEY_cmp.3,v 1.5 2018/02/14 02:15:46 schwarze Exp $
2.\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 2.\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: November 27 2016 $ 52.Dd $Mdocdate: February 14 2018 $
53.Dt EVP_PKEY_CMP 3 53.Dt EVP_PKEY_CMP 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -141,5 +141,6 @@ and
141return 1 if the keys match, 0 if they don't match, -1 if the key types 141return 1 if the keys match, 0 if they don't match, -1 if the key types
142are different and -2 if the operation is not supported. 142are different and -2 if the operation is not supported.
143.Sh SEE ALSO 143.Sh SEE ALSO
144.Xr EVP_PKEY_asn1_set_public 3 ,
144.Xr EVP_PKEY_CTX_new 3 , 145.Xr EVP_PKEY_CTX_new 3 ,
145.Xr EVP_PKEY_keygen 3 146.Xr EVP_PKEY_keygen 3