diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 b/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 index 137e576c46..db65f132bb 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_PKEY_CTX_ctrl.3,v 1.28 2024/12/10 14:54:20 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_CTX_ctrl.3,v 1.30 2025/06/08 22:40:29 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" selective merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 | 3 | .\" selective merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 |
4 | .\" Parts were split out into RSA_pkey_ctx_ctrl(3). | 4 | .\" Parts were split out into RSA_pkey_ctx_ctrl(3). |
@@ -69,7 +69,7 @@ | |||
69 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 69 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
70 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 70 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
71 | .\" | 71 | .\" |
72 | .Dd $Mdocdate: December 10 2024 $ | 72 | .Dd $Mdocdate: June 8 2025 $ |
73 | .Dt EVP_PKEY_CTX_CTRL 3 | 73 | .Dt EVP_PKEY_CTX_CTRL 3 |
74 | .Os | 74 | .Os |
75 | .Sh NAME | 75 | .Sh NAME |
@@ -97,6 +97,7 @@ | |||
97 | .Nm EVP_PKEY_CTX_get1_id_len | 97 | .Nm EVP_PKEY_CTX_get1_id_len |
98 | .Nd algorithm specific control operations | 98 | .Nd algorithm specific control operations |
99 | .Sh SYNOPSIS | 99 | .Sh SYNOPSIS |
100 | .Lb libcrypto | ||
100 | .In openssl/evp.h | 101 | .In openssl/evp.h |
101 | .Ft int | 102 | .Ft int |
102 | .Fo EVP_PKEY_CTX_ctrl | 103 | .Fo EVP_PKEY_CTX_ctrl |
@@ -371,7 +372,7 @@ The | |||
371 | macro sets the key derivation function message digest to | 372 | macro sets the key derivation function message digest to |
372 | .Fa md | 373 | .Fa md |
373 | for ECDH key derivation. | 374 | for ECDH key derivation. |
374 | Note that X9.63 specifies that this digest should be SHA1, | 375 | Note that X9.63 specifies that this digest should be SHA-1, |
375 | but OpenSSL tolerates other digests. | 376 | but OpenSSL tolerates other digests. |
376 | .Pp | 377 | .Pp |
377 | The | 378 | The |