diff options
Diffstat (limited to 'src/lib/libcrypto/man/X25519.3')
-rw-r--r-- | src/lib/libcrypto/man/X25519.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X25519.3 b/src/lib/libcrypto/man/X25519.3 index a327f8c7b2..3686df9bfa 100644 --- a/src/lib/libcrypto/man/X25519.3 +++ b/src/lib/libcrypto/man/X25519.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X25519.3,v 1.7 2022/12/15 17:20:48 schwarze Exp $ | 1 | .\" $OpenBSD: X25519.3,v 1.8 2025/06/08 22:40:30 schwarze Exp $ |
2 | .\" contains some text from: BoringSSL curve25519.h, curve25519.c | 2 | .\" contains some text from: BoringSSL curve25519.h, curve25519.c |
3 | .\" content also checked up to: OpenSSL f929439f Mar 15 12:19:16 2018 +0000 | 3 | .\" content also checked up to: OpenSSL f929439f Mar 15 12:19:16 2018 +0000 |
4 | .\" | 4 | .\" |
@@ -24,7 +24,7 @@ | |||
24 | .\" by Daniel J. Bernstein and others that are included in SUPERCOP | 24 | .\" by Daniel J. Bernstein and others that are included in SUPERCOP |
25 | .\" and that Adam Langley's BoringSSL implementation is based on. | 25 | .\" and that Adam Langley's BoringSSL implementation is based on. |
26 | .\" | 26 | .\" |
27 | .Dd $Mdocdate: December 15 2022 $ | 27 | .Dd $Mdocdate: June 8 2025 $ |
28 | .Dt X25519 3 | 28 | .Dt X25519 3 |
29 | .Os | 29 | .Os |
30 | .Sh NAME | 30 | .Sh NAME |
@@ -35,6 +35,7 @@ | |||
35 | .Nm ED25519_verify | 35 | .Nm ED25519_verify |
36 | .Nd Elliptic Curve Diffie-Hellman and signature primitives based on Curve25519 | 36 | .Nd Elliptic Curve Diffie-Hellman and signature primitives based on Curve25519 |
37 | .Sh SYNOPSIS | 37 | .Sh SYNOPSIS |
38 | .Lb libcrypto | ||
38 | .In openssl/curve25519.h | 39 | .In openssl/curve25519.h |
39 | .Ft int | 40 | .Ft int |
40 | .Fo X25519 | 41 | .Fo X25519 |