Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-25 | Docs typo in index entry. Fixes: #1551 | Nigel Metheringham | |
2014-11-23 | Document OpenSSL behaviour on system default CA bundle | Jeremy Harris | |
2014-11-22 | Docs: fix missing quotes | Jeremy Harris | |
2014-11-21 | Docs: crossref $sending_ip_address. Bug 1319 | Jeremy Harris | |
2014-11-21 | Update RFC conformance notes | Jeremy Harris | |
2014-11-16 | docs typo | Jeremy Harris | |
2014-11-13 | Add items to NewStuffexim-4_85_RC1 | Todd Lyons | |
2014-11-13 | ChangeLog entries for minor feates and fixes since 4.84 | Jeremy Harris | |
2014-11-12 | Move DANE desgin doc, drop extra dane drafts | Todd Lyons | |
2014-11-11 | Handle UTC vs specified-timezone for certificate extractors. Bug 1541 | Jeremy Harris | |
2014-11-08 | Fix smtp transport certificate-verification option matching to use correct host | Jeremy Harris | |
Fix certificate name verification done with tls_try_verify_hosts Affected tls_verify_hosts, tls_try_verify_hosts, tls_verify_cert_hostnames. | |||
2014-11-06 | EXPERIMENTAL_CERTNAMES: Hostlist for cert name checks should match host | Jeremy Harris | |
connected-to, not be list of acceptable names. The name checked is the host name. | |||
2014-11-05 | Do not permit multi-component wildcards on certificate names (OpenSSL, ↵ | Jeremy Harris | |
EXPERIMENTAL_CERTNAMES) | |||
2014-11-05 | Do not permit multi-component wildcards on certificate names (OpenSSL) | Jeremy Harris | |
2014-11-05 | Add doc examples for disabling SSLv3 | Jeremy Harris | |
2014-11-03 | Tweak docs on difference between "local" and "remote" source messages | Jeremy Harris | |
2014-10-29 | Test suite: disable OCSP for old openssl part 2 | Todd Lyons | |
Make sure to only disable this if building for openssl, allow gnutls to build with OCSP for all versions that support it. | |||
2014-10-26 | Expand commentary on certificate files | Jeremy Harris | |
2014-10-25 | Add event for inbound cert visibility | Jeremy Harris | |
2014-10-25 | Make transport name available in verify-callouts. Add verify_mode variable | Jeremy Harris | |
2014-10-25 | Rename facility to Event Actions, ifdeffed on EXPERIMENTAL_EVENT | Jeremy Harris | |
2014-10-16 | Handle certificate dir under GnuTLS, if recent enough | Jeremy Harris | |
Add testcases for certificate directories The GnuTLS implementation has been tested on Fedora 21 (alpha), using GnuTLS 3.3.9. The testsuite case is here but with the script commented-out. When enabled, the log/mail/stdout/stderr files will be created fresh. | |||
2014-10-05 | Remove limit on remove_headers item size. Bug 1533 | Jeremy Harris | |
2014-09-29 | Doc notes on expansion ordering | Jeremy Harris | |
2014-09-28 | Fix transport-results pipe for multiple recipients combined with certs. | Wolfgang Breyha | |
The previous parsing failed when a result item split over a buffer boundary; fix by prefixing sizes to items, and checking enough has been read as the initial parsing stage. | |||
2014-09-23 | ChangeLog for Github Issue 18 | Todd Lyons | |
2014-09-12 | Fix needless OCSP request under DANE | Jeremy Harris | |
usage 3 and with require_ocsp in play though inactive | |||
2014-09-12 | Bug 1216: Add -M (related) to exigrep. | Todd Lyons | |
Thanks to Arkadiusz for pointing out that this was never merged. | |||
2014-09-08 | doc typo | Jeremy Harris | |
2014-09-06 | Add expansion item for sorting lists | Jeremy Harris | |
2014-09-06 | Support secondary-separator specifier for MX, SRV and TLSA dnsdb lookups | Jeremy Harris | |
2014-09-05 | Merge branch 'master_condition_description' | Todd Lyons | |
2014-09-05 | Bug 1518: fix description of condition processing | Todd Lyons | |
The description in the first commit was completely wrong. Thanks to Phil for setting me straight and seeding me with the correct verbage. | |||
2014-09-04 | Enforce TLS under DANE when host has TLSA records | Jeremy Harris | |
2014-09-02 | Introduce EXPERIMENTAL_DANE feature | Jeremy Harris | |
2014-09-02 | ChangeLog entry | Jeremy Harris | |
2014-09-01 | Warn on OCSP interaction with DANE | Jeremy Harris | |
2014-08-31 | Add missing puctuation | Jeremy Harris | |
2014-08-31 | Further doc examples for ldap lookup output | Heiko Schlittermann | |
2014-08-28 | Bugzilla 1518: Clarify router "condition" parsing | Todd Lyons | |
2014-08-27 | Further TPDA events | Jeremy Harris | |
msg:complete msg:fail:internal msg:fail:delivery | |||
2014-08-27 | Add doc detail on ldap lookup output parsing | Jeremy Harris | |
2014-08-20 | Update change log | Jeremy Harris | |
2014-08-20 | Merge branch 'master' into dane | Jeremy Harris | |
Conflicts: doc/doc-txt/ChangeLog src/src/tls-openssl.c src/src/transports/smtp.c src/src/verify.c | |||
2014-08-20 | Expanded EXPERIMENTAL_TPDA feature | Jeremy Harris | |
Note this introduces incompatible changes; users who are compiling the feature in, and with configuration files using it, will need to change their configurations appropriately. See the experimental-spec.txt file. | |||
2014-08-17 | Update DANE draft docs | Jeremy Harris | |
2014-08-17 | Properly detect/set test variables from scripts. | Todd Lyons | |
2014-08-17 | Override an unchanged default hosts_request_ocsp when DANE is used | Jeremy Harris | |
2014-08-17 | Add sha256 operator usage | Jeremy Harris | |
2014-08-17 | Add observability variables and provision for avoiding OCSP conflicts | Jeremy Harris | |