clarification about the DES status
authorDmitry Belyavskiy <beldmit@gmail.com>
Fri, 7 May 2021 15:36:42 +0000 (17:36 +0200)
committerDmitry Belyavskiy <beldmit@gmail.com>
Thu, 13 May 2021 10:24:10 +0000 (12:24 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15197)

doc/man3/EVP_des_cbc.pod
doc/man3/EVP_desx_cbc.pod

index d00179eacb3d5121355ac51b926ec04a9a5686e9..bcae9d7a4e5a11699d0b4f60a9358c1161a2a831 100644 (file)
@@ -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(),
index c9e250f34c5c8ad44583721338c6b2f6153b0d4b..2a41e088982a21b55eb20a40841a273173450fcd 100644 (file)
@@ -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