diff options
author | Viktor Dukhovni <openssl-users@dukhovni.org> | 2025-01-16 09:44:14 +0100 |
---|---|---|
committer | Viktor Dukhovni <openssl-users@dukhovni.org> | 2025-01-17 17:46:37 +0100 |
commit | 38a0926528791762cf8f0f4e3ed0e2f590b894b9 (patch) | |
tree | c1b6120d859a098d508b1edff9d3dd6d03150964 /util/libcrypto.num | |
parent | Work around to get llvm-mingw working on aarch64 (diff) | |
download | openssl-38a0926528791762cf8f0f4e3ed0e2f590b894b9.tar.xz openssl-38a0926528791762cf8f0f4e3ed0e2f590b894b9.zip |
Support CLI and API setting of provider configuration parameters
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26427)
Diffstat (limited to '')
-rw-r--r-- | util/libcrypto.num | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 9ad6d5ea7d..158e54022c 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5876,3 +5876,5 @@ i2d_OSSL_ALLOWED_ATTRIBUTES_SYNTAX ? 3_5_0 EXIST::FUNCTION: OSSL_ALLOWED_ATTRIBUTES_SYNTAX_free ? 3_5_0 EXIST::FUNCTION: OSSL_ALLOWED_ATTRIBUTES_SYNTAX_new ? 3_5_0 EXIST::FUNCTION: OSSL_ALLOWED_ATTRIBUTES_SYNTAX_it ? 3_5_0 EXIST::FUNCTION: +OSSL_PROVIDER_add_conf_parameter ? 3_5_0 EXIST::FUNCTION: +OSSL_PROVIDER_get_conf_parameters ? 3_5_0 EXIST::FUNCTION: |