Skip to content

Commit

Permalink
Update EVP_aes.pod
Browse files Browse the repository at this point in the history
Remove multiple references to EVP_aes_XXX_pad
  • Loading branch information
fwh-dc authored Sep 14, 2023
1 parent 98ce609 commit 62741d9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions doc/man3/EVP_aes.pod
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,12 @@ AES for 128, 192 and 256 bit keys in CBC-MAC Mode (CCM), Galois Counter Mode
operations to function correctly, see the L<EVP_EncryptInit(3)/AEAD Interface>
section for details.

=item EVP_aes_128_wrap(),
EVP_aes_192_wrap(),
EVP_aes_256_wrap(),
EVP_aes_128_wrap_pad(),
=item
EVP_aes_128_wrap(),
EVP_aes_192_wrap(),
EVP_aes_256_wrap(),
EVP_aes_128_wrap_pad(),
EVP_aes_192_wrap_pad(),
EVP_aes_128_wrap(),
EVP_aes_192_wrap(),
EVP_aes_256_wrap(),
EVP_aes_256_wrap_pad()

AES key wrap with 128, 192 and 256 bit keys, as according to RFC 3394 section
Expand Down

0 comments on commit 62741d9

Please sign in to comment.