CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/27 11:42:08
Modified files:
lib/libcrypto/asn1: a_int.c
Log message:
Rewrite c2i_ASN1_INTEGER() using CBS.
This also makes validation stricter and inline with X.690 - we now reject
zero length inputs (rather than treating them as zero values) and enforce
minimal encoding.
ok tb@
