Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: 0d2690d726e7d6f63b5525dcd70bdb3c2a422f3e
https://github.com/smtpd/qpsmtpd/commit/0d2690d726e7d6f63b5525dcd70bdb3c2a422f3e
Author: Daniel Berteaud <[email protected]>
Date: 2016-04-19 (Tue, 19 Apr 2016)
Changed paths:
M plugins/tls
Log Message:
-----------
Allow setting TLS protocol versions in a config file
Some users might need to enable the old SSLv3, or others might want to disable
TLSv1. Lets make this configurable.
The default value is kept, but can be overriden in the tls_protocols config file
Commit: 4f27f360e9e0493f1dbb2a0d634cf6b0a03bcbea
https://github.com/smtpd/qpsmtpd/commit/4f27f360e9e0493f1dbb2a0d634cf6b0a03bcbea
Author: Matt Simerson <[email protected]>
Date: 2016-04-19 (Tue, 19 Apr 2016)
Changed paths:
M plugins/tls
Log Message:
-----------
Merge pull request #252 from dani/tls_proto
Allow setting TLS protocol versions in a config file
Compare: https://github.com/smtpd/qpsmtpd/compare/fee44d1ccf7c...4f27f360e9e0