summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-04-27 08:47:04 +0000
committertb <>2023-04-27 08:47:04 +0000
commit615553546a209bd77eed9250cc088e6a93bfdc92 (patch)
treec56faa010b299d0c2eb4b37c51bab78cad4fafa2 /src
parent5574e4c0a99922e70d1bdedb4403c90d9b747ce1 (diff)
downloadopenbsd-615553546a209bd77eed9250cc088e6a93bfdc92.tar.gz
openbsd-615553546a209bd77eed9250cc088e6a93bfdc92.tar.bz2
openbsd-615553546a209bd77eed9250cc088e6a93bfdc92.zip
Remove mention of EC_GFp_nist_method and add back a .Pp that was
accidentally dropped
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EC_GFp_simple_method.38
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/EC_GFp_simple_method.3 b/src/lib/libcrypto/man/EC_GFp_simple_method.3
index 9f78b6e113..fd9f71e7f4 100644
--- a/src/lib/libcrypto/man/EC_GFp_simple_method.3
+++ b/src/lib/libcrypto/man/EC_GFp_simple_method.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EC_GFp_simple_method.3,v 1.11 2023/04/27 07:01:45 tb Exp $ 1.\" $OpenBSD: EC_GFp_simple_method.3,v 1.12 2023/04/27 08:47:04 tb Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Matt Caswell <matt@openssl.org>. 4.\" This file was written by Matt Caswell <matt@openssl.org>.
@@ -91,11 +91,6 @@ All other implementations are based on this one.
91.Fn EC_GFp_mont_method 91.Fn EC_GFp_mont_method
92adds the use of Montgomery multiplication (see 92adds the use of Montgomery multiplication (see
93.Xr BN_mod_mul_montgomery 3 ) . 93.Xr BN_mod_mul_montgomery 3 ) .
94.Fn EC_GFp_nist_method
95offers an implementation optimised for use with NIST recommended
96curves.
97NIST curves are available through
98.Xr EC_GROUP_new_by_curve_name 3 .
99.Pp 94.Pp
100.Fn EC_METHOD_get_field_type 95.Fn EC_METHOD_get_field_type
101identifies what type of field the 96identifies what type of field the
@@ -135,6 +130,7 @@ and
135.Fn EC_GFp_mont_method 130.Fn EC_GFp_mont_method
136first appeared in OpenSSL 0.9.7 and have been available since 131first appeared in OpenSSL 0.9.7 and have been available since
137.Ox 3.2 . 132.Ox 3.2 .
133.Pp
138.Fn EC_METHOD_get_field_type 134.Fn EC_METHOD_get_field_type
139first appeared in OpenSSL 0.9.8 and has been available since 135first appeared in OpenSSL 0.9.8 and has been available since
140.Ox 4.5 . 136.Ox 4.5 .