Add the internal function ossl_method_store_do_all()
authorRichard Levitte <levitte@openssl.org>
Thu, 3 Jun 2021 07:09:19 +0000 (09:09 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 15 Jun 2021 14:21:31 +0000 (16:21 +0200)
commitf0191d0b1373bb7b0c50a0103d63791f51ed3398
tree6682eddfadfc09727b8dfba8feef9678cc13b241
parent04fb4ec8facc5555e1e289029c289ebc4b487db8
Add the internal function ossl_method_store_do_all()

It will simply call the given callback for every method found in the
given store.

Fixes #15538
Fixes #14837

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15604)
crypto/property/property.c
include/internal/property.h