Revision tags: OpenSSL_1_1_1e |
|
#
903f5820 |
| 10-Feb-2020 |
Pauli |
Remove unused ossl_param_bld_to_param_ex() function. The recently introduced ossl_param_bld_to_param_ex() function is only called by the unit tests. Reviewed-by: Matt Caswell <m
Remove unused ossl_param_bld_to_param_ex() function. The recently introduced ossl_param_bld_to_param_ex() function is only called by the unit tests. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11053)
show more ...
|
#
ac23078b |
| 14-Jan-2020 |
Pauli |
param_bld: add a padded BN call. To aviod leaking size information when passing private value using the OSSL_PARAM builder, a padded BN call is required. Reviewed-by: Richard Le
param_bld: add a padded BN call. To aviod leaking size information when passing private value using the OSSL_PARAM builder, a padded BN call is required. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10840)
show more ...
|
Revision tags: OpenSSL_1_0_2u, OpenSSL_1_0_2t, OpenSSL_1_1_0l, OpenSSL_1_1_1d |
|
#
d32d3048 |
| 21-Aug-2019 |
Richard Levitte |
Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert() ossl_param_bld_push_{utf8,octet}_string() saved the constant string pointer to a non-constant structure field, so we c
Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert() ossl_param_bld_push_{utf8,octet}_string() saved the constant string pointer to a non-constant structure field, so we change that field to a pointer to a constant. We also modify param_bld_convert() to pretend the resulting pointer for PTR types points to a constant as well. Completes #9649 Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9651)
show more ...
|
#
5fa7789f |
| 21-Aug-2019 |
Pauli |
Constify param builder string functions. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9649)
|
#
7312ef3f |
| 18-Jul-2019 |
Pauli |
Add param builder free function. This means include deallocation information in the return from the ossl_param_bld_to_param function. Reviewed-by: Richard Levitte <levitte@opens
Add param builder free function. This means include deallocation information in the return from the ossl_param_bld_to_param function. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9404)
show more ...
|
#
3c93fbac |
| 17-Jul-2019 |
Pauli |
Parameter building utilities. A fuller implementation of PARAMS_TEMPLATE as per #9266 but renamed. This introduces a statis data type which can be used to constructor a description o
Parameter building utilities. A fuller implementation of PARAMS_TEMPLATE as per #9266 but renamed. This introduces a statis data type which can be used to constructor a description of a parameter array. It can then be converted into a OSSL_PARAM array and the allocated storage freed by a single call to OPENSSL_free. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9305)
show more ...
|