summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUGFIX: forced-fail smtp option tls_sni would dereference NULLtls_fixPhil Pennock2012-06-061-1/+5
* Revert "Lower EXIM_CLIENT_DH_MIN_BITS 1024 -> 512."exim-4_80Phil Pennock2012-05-303-11/+3
* Lower EXIM_CLIENT_DH_MIN_BITS 1024 -> 512.Phil Pennock2012-05-303-3/+11
* Merge openssl_disable_ssl2 branchexim-4_80_RC7Phil Pennock2012-05-286-5/+27
|\
| * Disable SSLv2 by default.Phil Pennock2012-05-066-5/+27
* | typo fix: "overriden" -> "overridden" from Andreas MetzlerPhil Pennock2012-05-273-3/+3
* | release: don't try to sign .tar.lz filesPhil Pennock2012-05-271-1/+1
* | Test: update for new tls_dhparam (suite used on Scientific Linux 6 test host).Jeremy Harris2012-05-272-0/+2
* | Doc: fix glitchexim-4_80_RC6Phil Pennock2012-05-271-1/+1
* | Test: update for new tls_dhparamPhil Pennock2012-05-2720-4/+38
* | Doc: SECTgnutlsparam referencing tls_dhparamPhil Pennock2012-05-271-0/+10
* | For DH, use standard primes from RFCsPhil Pennock2012-05-2712-57/+958
* | ">" -> ">=" for EXIM_CLIENT_DH_MIN_BITS+10Phil Pennock2012-05-271-1/+1
* | Deal with GnuTLS DH generation overshootPhil Pennock2012-05-273-4/+68
* | FAQ for GnuTLSPhil Pennock2012-05-261-0/+368
* | teach sprint_vformat() size_t z modifier (jgh)Phil Pennock2012-05-261-2/+6
* | fix size param for gnutls_dh_params_export_pkcs3() againPhil Pennock2012-05-261-6/+3
* | Ignore vim swap files and test/* temporary files/dirsTodd Lyons2012-05-252-0/+12
* | release: no .lz by default for nowPhil Pennock2012-05-251-3/+3
* | Doc: Provide context for bare numbers from CHAP/SECT.Phil Pennock2012-05-251-4/+4
* | Cyrus SASL auth: SSF retrieval was incorrect.Phil Pennock2012-05-252-3/+8
* | It's 2012, not 1012. Noted by Jay RoumanPhil Pennock2012-05-251-1/+1
* | Added some more .gitignore entriesNigel Metheringham2012-05-242-0/+8
* | Moved pdkim declaration to satisfy older compilersNigel Metheringham2012-05-241-1/+2
* | ReleaseTools: support .lz lzip archivesPhil Pennock2012-05-242-4/+63
* | _ISOC99_SOURCE -> _GNU_SOURCEexim-4_80_RC5Phil Pennock2012-05-232-3/+5
* | Define _ISOC99_SOURCE in exim.hPhil Pennock2012-05-233-3/+13
* | Doc: move -bmalware into alphabetic placePhil Pennock2012-05-231-20/+20
* | Doc: s/DNS/domains/ in new textPhil Pennock2012-05-231-1/+1
* | Doc: document when dnslookup will declinePhil Pennock2012-05-231-0/+34
* | Doc: tls_require_ciphers examplesPhil Pennock2012-05-231-2/+41
* | Manually control locale, setting to "C" in runtest script.Todd Lyons2012-05-231-0/+3
* | expanded comment, noting size types and API issuePhil Pennock2012-05-231-1/+5
* | README.UPDATING: emphasise more the LDAP issuePhil Pennock2012-05-221-0/+7
* | OCSP description: minor nitsPhil Pennock2012-05-221-2/+3
* | Enable PCRE_CONFIG by defaultPhil Pennock2012-05-211-1/+1
* | Guard SNI usage better (client-side)Phil Pennock2012-05-211-0/+8
* | Testsuite: more robust fix for SHELL vs /bin/sh, take two.Jeremy Harris2012-05-213-13/+14
* | Revert "Testsuite: more robust fix for SHELL vs /bin/sh"Jeremy Harris2012-05-212-8/+8
* | Testsuite: more robust fix for SHELL vs /bin/shJeremy Harris2012-05-212-8/+8
* | OpenBSD compat, DNS resolver libraryPhil Pennock2012-05-211-0/+2
* | Update binary's copyright message.Phil Pennock2012-05-212-2/+8
* | avoid NUL in dh params filePhil Pennock2012-05-211-1/+2
* | .end -> .wenexim-4_80_RC4Phil Pennock2012-05-211-1/+1
* | Add tls_dh_max_bits to OptionLists.txtPhil Pennock2012-05-211-0/+1
* | features.h; tls_validate_require_cipher: log flag & testsexim-4_80_RC3Phil Pennock2012-05-214-5/+24
* | only drop privs for TLS if still rootPhil Pennock2012-05-201-2/+4
* | Update docs for latest state of TLS affairs.Phil Pennock2012-05-202-16/+27
* | Added tls_dh_max_bits & check tls_require_ciphers early.Phil Pennock2012-05-2010-5/+293
* | Guard TLS SNI callback define better.Phil Pennock2012-05-201-1/+9