mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +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) |
||
---|---|---|
.. | ||
build.info | ||
serializer_common.c | ||
serializer_dh_param.c | ||
serializer_dh_priv.c | ||
serializer_dh_pub.c | ||
serializer_dh.c | ||
serializer_dsa_param.c | ||
serializer_dsa_priv.c | ||
serializer_dsa_pub.c | ||
serializer_dsa.c | ||
serializer_local.h | ||
serializer_rsa_priv.c | ||
serializer_rsa_pub.c | ||
serializer_rsa.c |