diff options
author | tb <> | 2023-04-27 08:47:04 +0000 |
---|---|---|
committer | tb <> | 2023-04-27 08:47:04 +0000 |
commit | 615553546a209bd77eed9250cc088e6a93bfdc92 (patch) | |
tree | c56faa010b299d0c2eb4b37c51bab78cad4fafa2 /src | |
parent | 5574e4c0a99922e70d1bdedb4403c90d9b747ce1 (diff) | |
download | openbsd-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.3 | 8 |
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 |
92 | adds the use of Montgomery multiplication (see | 92 | adds 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 | ||
95 | offers an implementation optimised for use with NIST recommended | ||
96 | curves. | ||
97 | NIST 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 |
101 | identifies what type of field the | 96 | identifies what type of field the |
@@ -135,6 +130,7 @@ and | |||
135 | .Fn EC_GFp_mont_method | 130 | .Fn EC_GFp_mont_method |
136 | first appeared in OpenSSL 0.9.7 and have been available since | 131 | first 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 |
139 | first appeared in OpenSSL 0.9.8 and has been available since | 135 | first appeared in OpenSSL 0.9.8 and has been available since |
140 | .Ox 4.5 . | 136 | .Ox 4.5 . |