diff options
author | schwarze <> | 2024-11-06 18:23:21 +0000 |
---|---|---|
committer | schwarze <> | 2024-11-06 18:23:21 +0000 |
commit | aa1ae0e00e5594505e705410ab56a2a5786c8f14 (patch) | |
tree | 909e2d4b5de42fc9b130c67aed0fba451ea121b4 /src/lib | |
parent | ae40adbfc003e8263a32f868f8070361fc51cdeb (diff) | |
download | openbsd-aa1ae0e00e5594505e705410ab56a2a5786c8f14.tar.gz openbsd-aa1ae0e00e5594505e705410ab56a2a5786c8f14.tar.bz2 openbsd-aa1ae0e00e5594505e705410ab56a2a5786c8f14.zip |
About a year ago, the obsolete function EVP_Cipher(3) was moved out of
the important manual page EVP_EncryptInit(3). Belatedly adjust some
cross references.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/CMAC_Init.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/CMAC_Init.3 b/src/lib/libcrypto/man/CMAC_Init.3 index f4143cf451..9052629fe8 100644 --- a/src/lib/libcrypto/man/CMAC_Init.3 +++ b/src/lib/libcrypto/man/CMAC_Init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: CMAC_Init.3,v 1.6 2024/03/02 09:30:21 tb Exp $ | 1 | .\" $OpenBSD: CMAC_Init.3,v 1.7 2024/11/06 18:23:21 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2020 Ingo Schwarze <schwarze@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: March 2 2024 $ | 17 | .Dd $Mdocdate: November 6 2024 $ |
18 | .Dt CMAC_INIT 3 | 18 | .Dt CMAC_INIT 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -100,7 +100,7 @@ for use by | |||
100 | Functions to obtain suitable | 100 | Functions to obtain suitable |
101 | .Vt EVP_CIPHER | 101 | .Vt EVP_CIPHER |
102 | objects are listed in the CIPHER LISTING section of the | 102 | objects are listed in the CIPHER LISTING section of the |
103 | .Xr EVP_Cipher 3 | 103 | .Xr EVP_EncryptInit 3 |
104 | manual page. | 104 | manual page. |
105 | Unless | 105 | Unless |
106 | .Fa key | 106 | .Fa key |
@@ -244,13 +244,13 @@ The CMAC code itself does not use the | |||
244 | framework, so in general, the reasons for failure cannot be found out with | 244 | framework, so in general, the reasons for failure cannot be found out with |
245 | .Xr ERR_get_error 3 . | 245 | .Xr ERR_get_error 3 . |
246 | However, since the | 246 | However, since the |
247 | .Xr EVP_Cipher 3 | 247 | .Xr EVP_EncryptInit 3 |
248 | functions are used internally, entries may still get pushed onto | 248 | functions are used internally, entries may still get pushed onto |
249 | the error stack in some cases of failure. | 249 | the error stack in some cases of failure. |
250 | .Sh SEE ALSO | 250 | .Sh SEE ALSO |
251 | .Xr EVP_aes_128_cbc 3 , | 251 | .Xr EVP_aes_128_cbc 3 , |
252 | .Xr EVP_Cipher 3 , | ||
253 | .Xr EVP_DigestInit 3 , | 252 | .Xr EVP_DigestInit 3 , |
253 | .Xr EVP_EncryptInit 3 , | ||
254 | .Xr EVP_PKEY_CTX_new_id 3 , | 254 | .Xr EVP_PKEY_CTX_new_id 3 , |
255 | .Xr HMAC 3 | 255 | .Xr HMAC 3 |
256 | .Sh STANDARDS | 256 | .Sh STANDARDS |