[openssl/openssl] 225638: Add provider pre-fetching documentation
Shane
noreply at github.com
Tue Feb 28 03:31:44 UTC 2023
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 225638e02f21aa53948a12d7e6a24a240ea3d293
https://github.com/openssl/openssl/commit/225638e02f21aa53948a12d7e6a24a240ea3d293
Author: slontis <shane.lontis at oracle.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M doc/man3/EVP_aes_128_gcm.pod
M doc/man3/EVP_aria_128_gcm.pod
M doc/man3/EVP_bf_cbc.pod
M doc/man3/EVP_blake2b512.pod
M doc/man3/EVP_camellia_128_ecb.pod
M doc/man3/EVP_cast5_cbc.pod
M doc/man3/EVP_chacha20.pod
M doc/man3/EVP_des_cbc.pod
M doc/man3/EVP_desx_cbc.pod
M doc/man3/EVP_idea_cbc.pod
M doc/man3/EVP_md2.pod
M doc/man3/EVP_md4.pod
M doc/man3/EVP_md5.pod
M doc/man3/EVP_mdc2.pod
M doc/man3/EVP_rc2_cbc.pod
M doc/man3/EVP_rc4.pod
M doc/man3/EVP_rc5_32_12_16_cbc.pod
M doc/man3/EVP_ripemd160.pod
M doc/man3/EVP_seed_cbc.pod
M doc/man3/EVP_sha1.pod
M doc/man3/EVP_sha224.pod
M doc/man3/EVP_sha3_224.pod
M doc/man3/EVP_sm3.pod
M doc/man3/EVP_sm4_cbc.pod
M doc/man3/EVP_whirlpool.pod
M doc/man7/crypto.pod
M doc/man7/migration_guide.pod
Log Message:
-----------
Add provider pre-fetching documentation
Clearly document that implicit fetching is slower when using providers,
and explain prefetching. Added to crypto.pod and migration_guide.pod
links to it.
Add a link to EVP_default_properties_enable_fips() in crypto.pod.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20354)
(cherry picked from commit e798248c8461893ba29d97410b7c0dcecbf23d82)
More information about the openssl-commits
mailing list