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)
This commit is contained in:
Matthias St. Pierre 2023-09-08 12:35:57 +02:00 committed by Dmitry Belyavskiy
parent 54fbb9e416
commit 0988de278c

View 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