[openssl] master update

beldmit at gmail.com beldmit at gmail.com
Sat Aug 28 19:33:28 UTC 2021


The branch master has been updated
       via  d15506874bff1b128b36ceb847d24ac4b8cd4958 (commit)
      from  cce935b23ce2f7942e2ef4368dd93b60e21d3d83 (commit)


- Log -----------------------------------------------------------------
commit d15506874bff1b128b36ceb847d24ac4b8cd4958
Author: Dmitry Belyavskiy <beldmit at gmail.com>
Date:   Fri Aug 27 18:03:15 2021 +0200

    Adjust the list of default provider's algorithms
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/16448)

-----------------------------------------------------------------------

Summary of changes:
 doc/man7/OSSL_PROVIDER-default.pod | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/doc/man7/OSSL_PROVIDER-default.pod b/doc/man7/OSSL_PROVIDER-default.pod
index 88ae3fec9d..14d590cbde 100644
--- a/doc/man7/OSSL_PROVIDER-default.pod
+++ b/doc/man7/OSSL_PROVIDER-default.pod
@@ -81,24 +81,12 @@ The OpenSSL default provider supports these operations and algorithms:
 
 =item CAMELLIA, see L<EVP_CIPHER-CAMELLIA(7)>
 
-=item DES, see L<EVP_CIPHER-DES(7)>
-
-=item BF, see L<EVP_CIPHER-BLOWFISH(7)>
-
-=item IDEA, see L<EVP_CIPHER-IDEA(7)>
-
-=item CAST5, see L<EVP_CIPHER-CAST(7)>
+=item 3DES, see L<EVP_CIPHER-DES(7)>
 
 =item SEED, see L<EVP_CIPHER-SEED(7)>
 
 =item SM4, see L<EVP_CIPHER-SM4(7)>
 
-=item RC2, see L<EVP_CIPHER-RC2(7)>
-
-=item RC4, see L<EVP_CIPHER-RC4(7)>
-
-=item RC5, see L<EVP_CIPHER-RC5(7)>
-
 =item ChaCha20, see L<EVP_CIPHER-CHACHA(7)>
 
 =item ChaCha20-Poly1305, see L<EVP_CIPHER-CHACHA(7)>


More information about the openssl-commits mailing list