mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
a88aef32c9
The common routine ossl_prov_print_labeled_bignum() didn't print the BIGNUM quite the way it should. It treated the limbs in a big endian fashion, when they are really organised in a little endian fashion. Furthermore, we make it inherit the behaviour from the print of legacy keys, where a number starting with the high bit set gets an extra zero printed first. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10891) |
||
---|---|---|
.. | ||
common | ||
fips | ||
implementations | ||
build.info | ||
defltprov.c | ||
legacyprov.c |