Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25434)
return propstr;
}
+char *EVP_get1_default_properties(OSSL_LIB_CTX *libctx)
+{
+ return evp_get_global_properties_str(libctx, ossl_lib_ctx_is_global_default(libctx));
+}
+
struct filter_data_st {
int operation_id;
void (*user_fn)(void *method, void *arg);
#endif
int EVP_set_default_properties(OSSL_LIB_CTX *libctx, const char *propq);
+char *EVP_get1_default_properties(OSSL_LIB_CTX *libctx);
int EVP_default_properties_is_fips_enabled(OSSL_LIB_CTX *libctx);
int EVP_default_properties_enable_fips(OSSL_LIB_CTX *libctx, int enable);