summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ECDSA_SIG_new.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-23 00:09:11 +0000
committerschwarze <>2018-03-23 00:09:11 +0000
commit2f45bf60fce3ef983ba90d5f9c02dd702f7970b5 (patch)
treeff7e862a1bebde92f26e9199e7cc5cf526fa197c /src/lib/libcrypto/man/ECDSA_SIG_new.3
parentb44fc1ae1b17ba18daa44000fb24e3f02cbf4684 (diff)
downloadopenbsd-2f45bf60fce3ef983ba90d5f9c02dd702f7970b5.tar.gz
openbsd-2f45bf60fce3ef983ba90d5f9c02dd702f7970b5.tar.bz2
openbsd-2f45bf60fce3ef983ba90d5f9c02dd702f7970b5.zip
crypto HISTORY up to 0.9.8; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/ECDSA_SIG_new.3')
-rw-r--r--src/lib/libcrypto/man/ECDSA_SIG_new.324
1 files changed, 21 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ECDSA_SIG_new.3 b/src/lib/libcrypto/man/ECDSA_SIG_new.3
index a833776606..d462e1f949 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.9 2018/03/18 13:49:08 schwarze Exp $ 1.\" $OpenBSD: ECDSA_SIG_new.3,v 1.10 2018/03/23 00:09:11 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>.
@@ -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: March 18 2018 $ 52.Dd $Mdocdate: March 23 2018 $
53.Dt ECDSA_SIG_NEW 3 53.Dt ECDSA_SIG_NEW 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -483,7 +483,25 @@ if (ret == -1) {
483ANSI X9.62, US Federal Information Processing Standard FIPS 186-2 483ANSI X9.62, US Federal Information Processing Standard FIPS 186-2
484(Digital Signature Standard, DSS) 484(Digital Signature Standard, DSS)
485.Sh HISTORY 485.Sh HISTORY
486The ECDSA implementation was first introduced in OpenSSL 0.9.8. 486.Fn ECDSA_SIG_new ,
487.Fn ECDSA_SIG_free ,
488.Fn i2d_ECDSA_SIG ,
489.Fn d2i_ECDSA_SIG ,
490.Fn ECDSA_size ,
491.Fn ECDSA_sign_setup ,
492.Fn ECDSA_sign ,
493.Fn ECDSA_sign_ex ,
494.Fn ECDSA_verify ,
495.Fn ECDSA_do_sign ,
496.Fn ECDSA_do_sign_ex ,
497.Fn ECDSA_do_verify ,
498.Fn ECDSA_OpenSSL ,
499.Fn ECDSA_get_default_method ,
500.Fn ECDSA_set_default_method ,
501and
502.Fn ECDSA_set_method
503first appeared in OpenSSL 0.9.8 and have been available since
504.Ox 4.5 .
487.Sh AUTHORS 505.Sh AUTHORS
488.An Nils Larsch 506.An Nils Larsch
489for the OpenSSL project. 507for the OpenSSL project.