]> git.ipfire.org Git - thirdparty/openssl.git/commit
Expose the provider `c_get_params` function via PROV_CTX.
authorViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 23 Jan 2025 04:42:14 +0000 (15:42 +1100)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Fri, 24 Jan 2025 11:51:35 +0000 (22:51 +1100)
commit1397dc59c608f0545fab11c8dc8ec3bd7ccc3eea
tree1cbc4af1ef943fa1b865965f036d3667482ec193
parent3a9e3b1fb0d2d237631d40b0e4a62fb78462186a
Expose the provider `c_get_params` function via PROV_CTX.

This applies to the base, default and FIPS providers, could be added in
principle also to the legacy provider, but there's no compelling reason
to do that at the moment.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26530)
providers/baseprov.c
providers/common/include/prov/provider_ctx.h
providers/common/provider_ctx.c
providers/defltprov.c
providers/fips/fipsprov.c