CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/05 12:35:40
Modified files:
sbin/isakmpd : x509.c
Log message:
isakmpd: avoid direct ASN1_STRING accesses
Since this transforms notBefore and notAfter into a string to be used in
a keynote assertion, existing libcrypto interfaces aren't directly suitable,
so I kept this mechanical by assigning the data and length fields to local
variables via accessors and replacing tm->data by data and tm->length by
len, only occasionally fixing up whitespace and omitting parentheses.
probably ok beck claudio