diff options
author | tb <> | 2025-04-28 17:42:42 +0000 |
---|---|---|
committer | tb <> | 2025-04-28 17:42:42 +0000 |
commit | 6795d644ed761394e6993b76365e2279c069a80f (patch) | |
tree | c77ea154249ed85e1ca487d645a3fa7ada9b047e /src/lib/libcrypto | |
parent | d26be5eb692131daa0d7c9a4416cbbc73d5ca7d9 (diff) | |
download | openbsd-6795d644ed761394e6993b76365e2279c069a80f.tar.gz openbsd-6795d644ed761394e6993b76365e2279c069a80f.tar.bz2 openbsd-6795d644ed761394e6993b76365e2279c069a80f.zip |
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/man/EC_GROUP_check.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_check.3 b/src/lib/libcrypto/man/EC_GROUP_check.3 index e000be212b..9f1c81b9ef 100644 --- a/src/lib/libcrypto/man/EC_GROUP_check.3 +++ b/src/lib/libcrypto/man/EC_GROUP_check.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_GROUP_check.3,v 1.1 2025/04/25 19:57:12 tb Exp $ | 1 | .\" $OpenBSD: EC_GROUP_check.3,v 1.2 2025/04/28 17:42:42 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2025 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2025 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: April 25 2025 $ | 17 | .Dd $Mdocdate: April 28 2025 $ |
18 | .Dt EC_GROUP_CHECK 3 | 18 | .Dt EC_GROUP_CHECK 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -43,8 +43,8 @@ Deprecated: | |||
43 | These functions are deprecated. | 43 | These functions are deprecated. |
44 | Only standardized curves built into the library should be used, see | 44 | Only standardized curves built into the library should be used, see |
45 | .Xr EC_GROUP_new_by_curve_name 3 . | 45 | .Xr EC_GROUP_new_by_curve_name 3 . |
46 | For builtin curves far more thorough checks than the minimal checks | 46 | Builtin curves went through far more thorough checking than |
47 | performed by these functions have been performed. | 47 | the minimal, incomplete tests performed by these functions. |
48 | .Pp | 48 | .Pp |
49 | These functions have an optional | 49 | These functions have an optional |
50 | .Fa ctx | 50 | .Fa ctx |