]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bb/imap-send-openssl-4.0-prep' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2026 17:50:38 +0000 (10:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2026 17:50:38 +0000 (10:50 -0700)
commit0baab97778140047ab91cac0c56af4c3fa0ffcf8
tree0b7e13a98c8880f8f3a342b67add6cfe20467dd3
parentdb220e143f4e33525efdb4fd0d840af1a866584e
parent6392a0b75d979ba8e23c85d57b85779aace25370
Merge branch 'bb/imap-send-openssl-4.0-prep' into next

"imap-send" used to use functions whose use is going to be removed
with OpenSSL 4.0; rewrite them using public API that has been
available since OpenSSL 1.1 since 2016 or so.

* bb/imap-send-openssl-4.0-prep:
  imap-send: move common code into function host_matches()
  imap-send: use the OpenSSL API to access the subject common name
  imap-send: use the OpenSSL API to access the subject alternative names