diff options
Diffstat (limited to 'src/lib/libcrypto/man/EVP_aes_128_cbc.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_aes_128_cbc.3 | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/src/lib/libcrypto/man/EVP_aes_128_cbc.3 b/src/lib/libcrypto/man/EVP_aes_128_cbc.3 index cbb68e1543..46e3ef0bdc 100644 --- a/src/lib/libcrypto/man/EVP_aes_128_cbc.3 +++ b/src/lib/libcrypto/man/EVP_aes_128_cbc.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_aes_128_cbc.3,v 1.7 2024/12/17 18:11:44 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_aes_128_cbc.3,v 1.8 2024/12/20 01:54:03 schwarze Exp $ |
2 | .\" selective merge up to: OpenSSL 7c6d372a Nov 20 13:20:01 2018 +0000 | 2 | .\" selective merge up to: OpenSSL 7c6d372a Nov 20 13:20:01 2018 +0000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ronald Tse <ronald.tse@ribose.com> | 4 | .\" This file was written by Ronald Tse <ronald.tse@ribose.com> |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 17 2024 $ | 51 | .Dd $Mdocdate: December 20 2024 $ |
52 | .Dt EVP_AES_128_CBC 3 | 52 | .Dt EVP_AES_128_CBC 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -78,9 +78,6 @@ | |||
78 | .Nm EVP_aes_256_ofb , | 78 | .Nm EVP_aes_256_ofb , |
79 | .Nm EVP_aes_128_cbc_hmac_sha1 , | 79 | .Nm EVP_aes_128_cbc_hmac_sha1 , |
80 | .Nm EVP_aes_256_cbc_hmac_sha1 , | 80 | .Nm EVP_aes_256_cbc_hmac_sha1 , |
81 | .Nm EVP_aes_128_ccm , | ||
82 | .Nm EVP_aes_192_ccm , | ||
83 | .Nm EVP_aes_256_ccm , | ||
84 | .Nm EVP_aes_128_wrap , | 81 | .Nm EVP_aes_128_wrap , |
85 | .Nm EVP_aes_192_wrap , | 82 | .Nm EVP_aes_192_wrap , |
86 | .Nm EVP_aes_256_wrap , | 83 | .Nm EVP_aes_256_wrap , |
@@ -142,12 +139,6 @@ | |||
142 | .Ft const EVP_CIPHER * | 139 | .Ft const EVP_CIPHER * |
143 | .Fn EVP_aes_256_cbc_hmac_sha1 void | 140 | .Fn EVP_aes_256_cbc_hmac_sha1 void |
144 | .Ft const EVP_CIPHER * | 141 | .Ft const EVP_CIPHER * |
145 | .Fn EVP_aes_128_ccm void | ||
146 | .Ft const EVP_CIPHER * | ||
147 | .Fn EVP_aes_192_ccm void | ||
148 | .Ft const EVP_CIPHER * | ||
149 | .Fn EVP_aes_256_ccm void | ||
150 | .Ft const EVP_CIPHER * | ||
151 | .Fn EVP_aes_128_wrap void | 142 | .Fn EVP_aes_128_wrap void |
152 | .Ft const EVP_CIPHER * | 143 | .Ft const EVP_CIPHER * |
153 | .Fn EVP_aes_192_wrap void | 144 | .Fn EVP_aes_192_wrap void |
@@ -211,16 +202,6 @@ This is not intended for usage outside of TLS and requires | |||
211 | calling of some undocumented control functions. | 202 | calling of some undocumented control functions. |
212 | These ciphers do not conform to the EVP AEAD interface. | 203 | These ciphers do not conform to the EVP AEAD interface. |
213 | .Pp | 204 | .Pp |
214 | .Fn EVP_aes_128_ccm , | ||
215 | .Fn EVP_aes_192_ccm , | ||
216 | and | ||
217 | .Fn EVP_aes_256_ccm | ||
218 | provide AES for 128, 192 and 256-bit keys in CBC-MAC Mode (CCM), respectively. | ||
219 | These ciphers require additional control operations to function | ||
220 | correctly; see | ||
221 | .Xr EVP_EncryptInit 3 | ||
222 | for details. | ||
223 | .Pp | ||
224 | .Fn EVP_aes_128_wrap , | 205 | .Fn EVP_aes_128_wrap , |
225 | .Fn EVP_aes_192_wrap , | 206 | .Fn EVP_aes_192_wrap , |
226 | and | 207 | and |
@@ -271,6 +252,7 @@ structure that provides the implementation of the symmetric cipher. | |||
271 | .Sh SEE ALSO | 252 | .Sh SEE ALSO |
272 | .Xr AES_encrypt 3 , | 253 | .Xr AES_encrypt 3 , |
273 | .Xr evp 3 , | 254 | .Xr evp 3 , |
255 | .Xr EVP_aes_128_ccm 3 , | ||
274 | .Xr EVP_aes_128_gcm 3 , | 256 | .Xr EVP_aes_128_gcm 3 , |
275 | .Xr EVP_EncryptInit 3 | 257 | .Xr EVP_EncryptInit 3 |
276 | .Sh HISTORY | 258 | .Sh HISTORY |
@@ -308,9 +290,6 @@ first appeared in OpenSSL 0.9.7e and have been available since | |||
308 | .Fn EVP_aes_256_ctr , | 290 | .Fn EVP_aes_256_ctr , |
309 | .Fn EVP_aes_128_cbc_hmac_sha1 , | 291 | .Fn EVP_aes_128_cbc_hmac_sha1 , |
310 | .Fn EVP_aes_256_cbc_hmac_sha1 , | 292 | .Fn EVP_aes_256_cbc_hmac_sha1 , |
311 | .Fn EVP_aes_128_ccm , | ||
312 | .Fn EVP_aes_192_ccm , | ||
313 | .Fn EVP_aes_256_ccm , | ||
314 | .Fn EVP_aes_128_xts , | 293 | .Fn EVP_aes_128_xts , |
315 | and | 294 | and |
316 | .Fn EVP_aes_256_xts | 295 | .Fn EVP_aes_256_xts |