CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/03/13 14:34:00

Modified files:
        lib/libcrypto/asn1: x_crl.c 
        lib/libcrypto/pkcs7: pk7_doit.c pk7_lib.c 
        lib/libcrypto/x509: x509_cmp.c 
        lib/libcrypto/x509v3: v3_sxnet.c 

Log message:
Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from the
mechanical M_ASN1 macro expansion.  The ASN1_INTEGER_cmp function
takes signs into account while ASN1_STRING_cmp doesn't. The mixups
mostly involve serialNumbers, which, in principle, should be positive.
However, it is unclear whether that is checked or enforced anywhere
in the code, so these are probably bugs.

Patch from Holger Mikolon
ok jsing

Reply via email to