#
6de9214a |
| 05-Nov-2021 |
Matt Caswell |
Don't write to the globals ossl_property_true and ossl_property_false These global variables were previously overwritten with the same value every time we created a new OSSL_LIB_CTX. Ins
Don't write to the globals ossl_property_true and ossl_property_false These global variables were previously overwritten with the same value every time we created a new OSSL_LIB_CTX. Instead we preinitialise them with the correct values, and then confirm that settings for each OSSL_LIB_CTX agree with the preinitialised values. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16980)
show more ...
|
#
76157664 |
| 04-Jun-2021 |
Pauli |
property: move additional query functions to property_query.c Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com
property: move additional query functions to property_query.c Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15614)
show more ...
|
#
fce10230 |
| 04-Jun-2021 |
Pauli |
property: improve ossl_property_find_property() function This function searches a property list for a specific property and returns a pointer to the definition if found. The existing ve
property: improve ossl_property_find_property() function This function searches a property list for a specific property and returns a pointer to the definition if found. The existing version was O(n) time, the improved O(log n). Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15614)
show more ...
|
#
fa95fc1e |
| 04-Jun-2021 |
Pauli |
Rename `n` field to `num_properties` in property definition structure. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://g
Rename `n` field to `num_properties` in property definition structure. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15614)
show more ...
|
#
6ec3b2cf |
| 01-Jun-2021 |
Richard Levitte |
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>
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)
show more ...
|