mirror of
https://github.com/openssl/openssl.git
synced 2026-05-07 20:12:39 +00:00
8ca421f881
10, 15 and 18 seem quite unnatural byte counts in the context of hex dumps. Standardize on 24 bytes for signatures (to stay within the 80 characters limit) and 16 bytes for everything else. Adjust all test cert dumps to match the new output format. Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/29266)