CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2022/08/20 12:17:33

Modified files:
        lib/libcrypto/asn1: a_int.c 

Log message:
Rewrite i2c_ASN1_INTEGER() using CBB/CBS.

This gives us cleaner and safer code, although it is worth noting that we
now generate the encoding even when called with NULL as the output pointer
(and then discard it, returning just the length).

Resolves oss-fuzz #49963.

ok tb@

Reply via email to