property: Add functionality to query data from a property definition
authorRichard Levitte <levitte@openssl.org>
Tue, 1 Jun 2021 18:02:24 +0000 (20:02 +0200)
committerPauli <pauli@openssl.org>
Sat, 5 Jun 2021 10:29:47 +0000 (20:29 +1000)
commit6ec3b2cf4992a304b4ab36f7b9e9ff130bd495b7
tree348097b950d9bc6de530d93dfe8f0c70cc8bd983
parent0b3fe363e6188dcb854d480180c9af91cc613f2c
property: Add functionality to query data from a property definition

This required making some OSSL_PROPERTY types a little less private.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15570)
crypto/property/build.info
crypto/property/property_local.h
crypto/property/property_parse.c
crypto/property/property_query.c [new file with mode: 0644]
include/internal/property.h