Skip to content

Commit

Permalink
clarification about the DES status
Browse files Browse the repository at this point in the history
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from openssl#15197)
  • Loading branch information
beldmit authored and devnexen committed Jul 7, 2021
1 parent dc38aea commit 3d7dde8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/man3/EVP_des_cbc.pod
Expand Up @@ -54,6 +54,10 @@ EVP_des_ofb()
DES in CBC, ECB, CFB with 64-bit shift, CFB with 1-bit shift, CFB with 8-bit
shift and OFB modes.

None of these algorithms are provided by the OpenSSL default provider.
To use them it is necessary to load either the OpenSSL legacy provider or another
implementation.

=item EVP_des_ede(),
EVP_des_ede_cbc(),
EVP_des_ede_cfb(),
Expand Down
4 changes: 4 additions & 0 deletions doc/man3/EVP_desx_cbc.pod
Expand Up @@ -23,6 +23,10 @@ All modes below use a key length of 128 bits and acts on blocks of 128-bits.

The DES-X algorithm in CBC mode.

This algorithm is not provided by the OpenSSL default provider.
To use it is necessary to load either the OpenSSL legacy provider or another
implementation.

=back

=head1 RETURN VALUES
Expand Down

0 comments on commit 3d7dde8

Please sign in to comment.