]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: change name of OSSL_PROVIDER_load_ex design document
authorMatthias St. Pierre <matthias.st.pierre@ncp-e.com>
Fri, 8 Sep 2023 10:35:57 +0000 (12:35 +0200)
committerDmitry Belyavskiy <beldmit@gmail.com>
Wed, 20 Sep 2023 13:50:15 +0000 (15:50 +0200)
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 <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22029)

doc/designs/ossl-provider-load-ex.md [moved from doc/designs/prov_loadex.md with 95% similarity]

similarity index 95%
rename from doc/designs/prov_loadex.md
rename to doc/designs/ossl-provider-load-ex.md
index f28f6d2f4da6f1c3f3962997037ac69bd1990e08..62d5c8c327663076f330178e63f3482a4637213e 100644 (file)
@@ -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