| commit | ac23078b78305ba7b60d1459cf0db5df96e89d84 | [log] [tgz] |
|---|---|---|
| author | Pauli <paul.dale@oracle.com> | Tue Jan 14 19:36:39 2020 +1000 |
| committer | Pauli <paul.dale@oracle.com> | Sun Jan 19 10:20:06 2020 +1000 |
| tree | aa31103f40ca47125121661807b5059ab776cd09 | |
| parent | a978dc3bffb63e6bfc40fe6955e8798bdffb4e7e [diff] |
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)