summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias St. Pierre <matthias.st.pierre@ncp-e.com>2023-09-08 12:35:57 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2023-09-20 15:50:15 +0200
commit0988de278c2f861e47d63cd284992befa686e4a8 (patch)
treec29132b88fee9d7dfa589a2ed0330a0037455c7e
parent54fbb9e416524e09d6125ffc551cefba83306992 (diff)
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 <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22029)
-rw-r--r--doc/designs/ossl-provider-load-ex.md (renamed from doc/designs/prov_loadex.md)4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/designs/prov_loadex.md b/doc/designs/ossl-provider-load-ex.md
index f28f6d2f4d..62d5c8c327 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