CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/05/05 13:18:57
Modified files: lib/libcrypto/asn1: asn1_lib.c asn1_locl.h asn1_old_lib.c tasn_dec.c Log message: Use size_t for ASN.1 lengths. Change asn1_get_length_cbs() and asn1_get_object_cbs() to handle and return a length as a size_t rather than a uint32_t. This makes it simpler and less error prone in the callers. Suggested by and ok tb@