summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ECDSA_SIG_new.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-23 23:18:17 +0000
committerschwarze <>2018-03-23 23:18:17 +0000
commitb368393a562c8eb79808430b84470d02b0728608 (patch)
treece00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/ECDSA_SIG_new.3
parent63e9d88f582426b455dd6cbe0be4f91c65d29251 (diff)
downloadopenbsd-b368393a562c8eb79808430b84470d02b0728608.tar.gz
openbsd-b368393a562c8eb79808430b84470d02b0728608.tar.bz2
openbsd-b368393a562c8eb79808430b84470d02b0728608.zip
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
Diffstat (limited to 'src/lib/libcrypto/man/ECDSA_SIG_new.3')
-rw-r--r--src/lib/libcrypto/man/ECDSA_SIG_new.38
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/ECDSA_SIG_new.3 b/src/lib/libcrypto/man/ECDSA_SIG_new.3
index d462e1f949..7a6fa4fa78 100644
--- a/src/lib/libcrypto/man/ECDSA_SIG_new.3
+++ b/src/lib/libcrypto/man/ECDSA_SIG_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ECDSA_SIG_new.3,v 1.10 2018/03/23 00:09:11 schwarze Exp $ 1.\" $OpenBSD: ECDSA_SIG_new.3,v 1.11 2018/03/23 23:18:17 schwarze Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file was written by Nils Larsch <nils@openssl.org>. 4.\" This file was written by Nils Larsch <nils@openssl.org>.
@@ -502,6 +502,12 @@ and
502.Fn ECDSA_set_method 502.Fn ECDSA_set_method
503first appeared in OpenSSL 0.9.8 and have been available since 503first appeared in OpenSSL 0.9.8 and have been available since
504.Ox 4.5 . 504.Ox 4.5 .
505.Pp
506.Fn ECDSA_SIG_get0
507and
508.Fn ECDSA_SIG_set0
509first appeared in OpenSSL 1.1.0 and have been available since
510.Ox 6.3 .
505.Sh AUTHORS 511.Sh AUTHORS
506.An Nils Larsch 512.An Nils Larsch
507for the OpenSSL project. 513for the OpenSSL project.