CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/03/28 05:33:33

Modified files:
        lib/libtls     : tls_conninfo.c tls_verify.c 

Log message:
libtls: simple cases of const for X509_NAME *

After the const sprinkling in OpenSSL 1.1, X509_get_{issuer,subject}_name()
still returned a non-const pointer for unclear reasons. In OpenSSL 4,
the return value also grew a const qualifier, so move the two "name" in
tls_conninfo.c and the "subject_name" in tls_verify.c to const. They are
only used for further processing by already const correct functions (at
least as far as X509_NAME is concerned).

ok djm jsing kenjiro

Reply via email to