summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2026-03-10 16:28:04 +0400
committerSergey Kandaurov <s.kandaurov@f5.com>2026-03-31 12:32:19 +0400
commit0d025b4a9483b18237243c0aaf9b8d4201aebcd8 (patch)
tree1731d10228db22163a4ea92ba0d42808a6f5964f /docs
parent390767e6ec87e4957a1da6ba631790ff7e54fd3e (diff)
downloadnginx-0d025b4a9483b18237243c0aaf9b8d4201aebcd8.tar.gz
nginx-0d025b4a9483b18237243c0aaf9b8d4201aebcd8.tar.bz2
SSL: compatibility with OpenSSL 4.0.
X509_get_issuer_name() and X509_get_subject_name() were changed to return a const value. Since it is passed to functions with a non const argument in older versions, the const modifier is conditionally compiled as needed. ASN1_INTEGER was made opaque. ASN1_STRING accessors are used to preserve the behaviour. ASN1_STRING_get0_data() compat shim is provided for OpenSSL < 1.1.0 where it does not exist.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions