summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* std-crypto: fix missing END line of PEMpdp/regen-dh-cPhil Pennock2020-09-241-0/+1
* gen_pkcs3: Terminate string before calling BH_hex2bn()Simon Arlott2020-09-241-5/+6
* Re-ran the conversion of all DH parametersPhil Pennock2020-09-241-21/+22
* Testsuite: avoid cipher vs. cert validity problemJeremy Harris2020-09-203-12/+12
* Docs: add crossrefJeremy Harris2020-09-171-0/+3
* default DH prime choice consistencyPhil Pennock2020-09-172-2/+9
* eximon: tidyingJeremy Harris2020-09-121-50/+39
* eximon: fix FreeBSD buildRichard Clayton2020-09-121-1/+1
* Docs: fix typo.Heiko Schlittermann (HS12-RIPE)2020-09-111-1/+1
* GnuTLS: clear errno before any data i/o op, so error logging does not see sta...Jeremy Harris2020-09-066-8/+11
* ARC: Add basic error-checking on permitted chars in admd & sel for signing. ...Jeremy Harris2020-09-011-3/+28
* Taint: enforce checking of directory createsJeremy Harris2020-08-312-1/+7
* add an internal error code definitionJeremy Harris2020-08-3138-90/+92
* Fix non-TLS buildJeremy Harris2020-08-315-17/+14
* Fix utilities indexingPhil Pennock2020-08-281-6/+6
* Docs: add to A= log-line element descriptionJeremy Harris2020-08-271-1/+2
* Fix non-DANE buildJeremy Harris2020-08-276-27/+16
* DANE: Fix 2 messages from queue caseJeremy Harris2020-08-2620-61/+391
* tidyingJeremy Harris2020-08-261-3/+3
* Build: ifdef guard for EXPERIMENTAL_QUEUEFILEJeremy Harris2020-08-241-0/+4
* Fix non-DANE buildJeremy Harris2020-08-231-8/+11
* DANE: Fix 2-rcpt message, diff domins case. Bug 2265Jeremy Harris2020-08-2310-11/+188
* tidyingJeremy Harris2020-08-235-78/+76
* Debug: minor updatesJeremy Harris2020-08-2326-57/+60
* Taint: fix off-by-one in is_tainted(). Bug 2634Gavan2020-08-212-2/+7
* DANE: force SNI to use $domain. Bug 2265Jeremy Harris2020-08-2017-28/+49
* Fix ${readsocket } eol-replacement. Bug 2630Jeremy Harris2020-08-149-23/+106
* dnslists: hardwired return value check. Bug 2631Jeremy Harris2020-08-109-37/+689
* Build: Split out dnsbl codeJeremy Harris2020-08-104-592/+607
* ConstifyJeremy Harris2020-08-103-5/+5
* Build: tidyingJeremy Harris2020-08-102-89/+88
* Fix spelling of local_part_data in docs and debug outputJeremy Harris2020-08-0953-750/+750
* Testsuite: separate cases for TLS resumption with/out OCSPJeremy Harris2020-08-0218-127/+1169
* Fix lsearch ret=fullJeremy Harris2020-08-023-15/+15
* Enforce STARTTLS sync point, client sideJeremy Harris2020-08-021-5/+19
* SPF: enhance A-R resultJeremy Harris2020-08-015-5/+43
* Testsuite: add EAI local-part testcaseJeremy Harris2020-08-016-0/+41698
* GnuTLS: in server, detect TCP RST from client after QUIT under SSL,Jeremy Harris2020-07-262-6/+20
* OpenSSL: in server, detect TCP RST from client after QUIT under SSL,Jeremy Harris2020-07-247-16/+46
* debug_print_socket(): output formattingHeiko Schlittermann (HS12-RIPE)2020-07-171-4/+4
* Fix debug_print_socket()Heiko Schlittermann (HS12-RIPE)2020-07-171-15/+19
* Docs: typos and clarification of DMARC senderHeiko Schlittermann (HS12-RIPE)2020-07-141-3/+3
* Taint: fix ACL "spam" condition, to permit tainted name argumentsJeremy Harris2020-07-132-11/+10
* Docs: add note on non-functionality of "exists" for de-taintingJeremy Harris2020-07-121-0/+5
* Release unused memory in parse_quote_2047()Jeremy Harris2020-07-101-2/+7
* Command-line option for no notifier socket. Bug 2616Jeremy Harris2020-07-105-4/+47
* Fix taint trap in parse_fix_phrase(). Bug 2617Jeremy Harris2020-07-099-91/+49
* tidyingJeremy Harris2020-07-091-5/+5
* Fix DKIM signing to always ;-terminate. Bug 2295Guillaume Outters2020-07-064-78/+55
* Support ret-full on lsearch. Bug 2611Jeremy Harris2020-07-055-65/+131