From: Matthias St. Pierre Date: Fri, 8 Sep 2023 10:35:57 +0000 (+0200) Subject: doc: change name of OSSL_PROVIDER_load_ex design document X-Git-Tag: openssl-3.2.0-alpha2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0988de278c2f861e47d63cd284992befa686e4a8;p=thirdparty%2Fopenssl.git doc: change name of OSSL_PROVIDER_load_ex design document Use dashes instead of underscores, to be more consistent with existing document names. And speaking of consistency, introduce a consistent name transformation, which will scale better when design documents start filling the folder ;-) OSSL_PROVIDER_load_ex -> ossl-provider-load-ex.md Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/22029) --- diff --git a/doc/designs/prov_loadex.md b/doc/designs/ossl-provider-load-ex.md similarity index 95% rename from doc/designs/prov_loadex.md rename to doc/designs/ossl-provider-load-ex.md index f28f6d2f4da..62d5c8c3276 100644 --- a/doc/designs/prov_loadex.md +++ b/doc/designs/ossl-provider-load-ex.md @@ -1,5 +1,5 @@ -Providers run-time configuration -================================ +OSSL_PROVIDER_load_ex - activating providers with run-time configuration +======================================================================== Currently any provider run-time activation requires the presence of the initialization parameters in the OpenSSL configuration file. Otherwise the