summaryrefslogtreecommitdiff
path: root/t/t1511-rev-parse-caret.sh
diff options
context:
space:
mode:
authorThomas Rast <tr@thomasrast.ch>2013-12-01 22:48:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-12-04 19:45:32 (GMT)
commit5508f3ed2c1cdb515e658cfc29ca0d5cd6683190 (patch)
tree240c88a0484603869e23e3f0311ce0f6b43c59a8 /t/t1511-rev-parse-caret.sh
parent979e652a18eea8e865777239f11c89795d969211 (diff)
downloadgit-5508f3ed2c1cdb515e658cfc29ca0d5cd6683190.zip
git-5508f3ed2c1cdb515e658cfc29ca0d5cd6683190.tar.gz
git-5508f3ed2c1cdb515e658cfc29ca0d5cd6683190.tar.bz2
send-email: set SSL options through IO::Socket::SSL::set_client_defaults
When --smtp-encryption=ssl, we use a Net::SMTP::SSL connection, passing its ->new all the options that would otherwise go to Net::SMTP->new (most options) and IO::Socket::SSL->start_SSL (for the SSL options). However, while Net::SMTP::SSL replaces the underlying socket class with an SSL socket, it does nothing to allow passing options to that socket. So the SSL-relevant options are lost. Fortunately there is an escape hatch: we can directly set the options with IO::Socket::SSL::set_client_defaults. They will then persist within the IO::Socket::SSL module. Signed-off-by: Thomas Rast <tr@thomasrast.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1511-rev-parse-caret.sh')
0 files changed, 0 insertions, 0 deletions