summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'exim-4_82_1'exim-4_83_RC1Todd Lyons2014-05-281-11/+15
|\
| * SECURITY: DMARC uses From header untrusted dataexim-4_82_1Todd Lyons2014-05-261-19/+24
* | Increase limit of smtp_confirmation logging from 100 to 256 chars. Bug 1408Jeremy Harris2014-05-261-5/+5
* | Errorcheck TLS library callsJeremy Harris2014-05-262-14/+73
* | Restrict certificate name checkin for wildcards.Jeremy Harris2014-05-261-2/+14
* | Missing initialiserJeremy Harris2014-05-251-0/+3
* | Add OpenSSL version checkJeremy Harris2014-05-232-2/+6
* | Add GnuTLS version checkJeremy Harris2014-05-231-0/+5
* | Move OCSP out of EXPERIMENTALJeremy Harris2014-05-2319-144/+167
* | Compiler quietening. Bug 907Jeremy Harris2014-05-223-8/+10
* | Bug 1394: Document how to do per host conn limitsTodd Lyons2014-05-221-2/+18
* | Fix doc for dovecot authenticator. Bugs 1448, 1483Jeremy Harris2014-05-221-1/+1
* | RFC3461 support - MIME DSN messages. Bug 118Wolfgang Breyha2014-05-2121-5/+1060
* | Eliminate one foolish way to break the buildJeremy Harris2014-05-211-2/+5
* | Add PRDR feature output in -bVTodd Lyons2014-05-211-0/+3
* | Support optional server certificate name checking. Bug 1479Jeremy Harris2014-05-2024-78/+868
* | Final tidyout of EXPERIMENTAL_PRDRJeremy Harris2014-05-203-3/+2
* | Use accessor functions for OpenSSL internal dataJeremy Harris2014-05-171-9/+11
* | General tidyingJeremy Harris2014-05-166-22/+6
* | Tidy certificate verification logic under OpenSSLJeremy Harris2014-05-161-15/+6
* | Extractors for certificate time fields support integer output modifierJeremy Harris2014-05-137-25/+57
* | Extractor for named RDN element types from a certificate DN field.Jeremy Harris2014-05-139-33/+102
* | Updated changelog.Todd Lyons2014-05-131-1/+5
* | Bug 1394: PPv2 header modifedTodd Lyons2014-05-134-14/+30
* | Fix cert fingerprint path to deny noncertsJeremy Harris2014-05-131-0/+1
* | certextract tidyingJeremy Harris2014-05-132-53/+51
* | Add doc notes on verifying self-signing hostsJeremy Harris2014-05-131-0/+5
* | Update docs for suggested Ident and PRDR settingsJeremy Harris2014-05-132-11/+24
* | Merge branch 'master' of ssh://git.exim.org/home/git/eximTodd Lyons2014-05-1318-121/+156
|\ \
| * | Move PRDR out of EXPERIMENTALJeremy Harris2014-05-1318-121/+156
* | | Test suite normalize TLS 1.[12] to TLS1Todd Lyons2014-05-131-1/+1
|/ /
* | Merge branch 'master' of ssh://git.exim.org/home/git/eximTodd Lyons2014-05-1243-116/+888
|\ \
| * | Propagate dnssec status from dnslookup router through transport to tpdaJeremy Harris2014-05-125-16/+67
| * | Fix pair of buffer size errors. Bug 1478Jeremy Harris2014-05-123-2/+3
| * | New expansion operator sha256 for certificates. Bug 1170Jeremy Harris2014-05-1111-8/+56
| * | More testcase serializationJeremy Harris2014-05-117-35/+39
| * | Compiler quietening and testcase consistencyJeremy Harris2014-05-1110-42/+36
| * | Remove extraneous debugJeremy Harris2014-05-091-4/+0
| * | Make $tls_out_ocsp visible to TPDA (mostly testsuite)Jeremy Harris2014-05-0923-49/+727
* | | Provide better sprintf debug output for callersTodd Lyons2014-05-121-1/+2
|/ /
* | Certificate-related routines only present when TLS is supportedJeremy Harris2014-05-081-0/+6
* | Enable operator md5 and sha1 use on certificate variables. Bug 1170Jeremy Harris2014-05-0811-33/+172
* | OCSP observability: variables $tls_{in,out}_ocspJeremy Harris2014-05-0624-101/+292
* | Refactor tls_client_init interfaceJeremy Harris2014-05-068-106/+65
* | Extractors for subject-alternate-name, ocsp-uri, crl-uri return list. Bug 1358Jeremy Harris2014-05-0513-149/+256
* | Fix build with OpenSSL on earlier versions.Jeremy Harris2014-05-041-0/+1
* | More debug outputJeremy Harris2014-05-0354-0/+435
* | Restore testsuite operation on earlier GnuTLS librariesJeremy Harris2014-05-031-1/+1
* | Restore testsuite operation on earlier GnuTLS librariesJeremy Harris2014-05-035-21/+29
* | Certificate variables and field-extractor expansions. Bug 1358Jeremy Harris2014-05-0238-288/+1686