]> Kevux Git Server - rit/commit
imap-send: use the OpenSSL API to access the subject alternative names
authorBeat Bolli <dev+git@drbeat.li>
Wed, 11 Mar 2026 22:10:25 +0000 (23:10 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Mar 2026 22:25:15 +0000 (15:25 -0700)
commitdfcdd0b960fc1efd2fe19e97b973b435727b4c42
treefd4819a88c10640f7ccda784dafa4c04d6d64551
parent67ad42147a7acc2af6074753ebd03d904476118f
imap-send: use the OpenSSL API to access the subject alternative names

The OpenSSL 4.0 master branch has made the ASN1_STRING structure opaque,
forbidding access to its internal fields. Use the official accessor
functions instead. They have existed since OpenSSL v1.1.0.

Signed-off-by: Beat Bolli <dev+git@drbeat.li>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c