CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/05 07:19:27
Modified files:
lib/libcrypto/asn1: a_type.c p8_pkey.c
lib/libcrypto/ts: ts_lib.c ts_rsp_verify.c ts_verify_ctx.c
Log message:
Replace trivial uses of ASN1_STRING_data()
Almost entirely mechanical diff that ensures that for read-only accesses
we use the const correct ASN1_STRING_get0_data(). Arguably, in most
places the better fix would be to reach into ASN1_STRING but then we
have to think and bikeshed...
ok beck kenjiro