mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-15 10:59:39 +00:00
RSA: correct digestinfo_ripemd160_der[]
A couple of numbers were incorrect. Fixes #13559 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13562)
This commit is contained in:
parent
26217510d2
commit
172daa7fc7
@ -114,11 +114,11 @@ static const unsigned char digestinfo_mdc2_der[] = {
|
||||
};
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_RMD160
|
||||
/* RIPEMD160 (1 3 36 3 3 1 2) */
|
||||
/* RIPEMD160 (1 3 36 3 2 1) */
|
||||
static const unsigned char digestinfo_ripemd160_der[] = {
|
||||
ASN1_SEQUENCE, 0x0c + RIPEMD160_DIGEST_LENGTH,
|
||||
ASN1_SEQUENCE, 0x08,
|
||||
ASN1_OID, 0x04, 1 * 40 + 3, 36, 3, 3, 1, 2,
|
||||
ASN1_SEQUENCE, 0x0d + RIPEMD160_DIGEST_LENGTH,
|
||||
ASN1_SEQUENCE, 0x09,
|
||||
ASN1_OID, 0x05, 1 * 40 + 3, 36, 3, 2, 1,
|
||||
ASN1_NULL, 0x00,
|
||||
ASN1_OCTET_STRING, RIPEMD160_DIGEST_LENGTH
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user