Commit graph

18 commits

Author SHA1 Message Date
fox.cpp
cf72b11c76
Fix/silence a couple of linter warnings 2020-12-06 14:51:03 +03:00
fox.cpp
e4ad3bdd5a
target/remote: Reimplement TLSA records discovery algorithm, add tests
Now it covers all edge cases described by RFC 7672.

There is an unrelated change in tests/ due to interface change in
go-mockdns.
2020-11-30 18:40:59 +03:00
fox.cpp
5995528f1c
target/remote: Reimplement DANE verification algorithm, add tests 2020-11-30 18:40:58 +03:00
fox.cpp
54132f3258
target/remote: Use AuthLookupIPAddr instead of AuthLookupHost
AuthLookupHost is just a wrapper for AuthLookupIPAddr that does
unnecessary (in this case) records conversion.
2020-11-30 18:40:58 +03:00
fox.cpp
719217a73f
target/remote: Try A/AAAA lookup before TLSA 2020-11-30 18:40:58 +03:00
fox.cpp
1ffceae810
Clean minor linter warnings 2020-08-03 16:43:18 +03:00
fox.cpp
2d18ff5a30
MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
fox.cpp
c02b96fdfe
target/remote: Replace STARTTLS Everywhere support with a stub
On the way to keeping a reasonable degree of compatibility, we are now
issuing at least one minor version with functionality being marked as
deprecated instead of directly removing it.

Since STARTTLS Everywhere support is broken anyway due to list being
expired - we stub out all related code and make it no-op.

In 0.5 it will be gone completely.

Closes #244.
2020-07-17 00:30:51 +03:00
fox.cpp
6c0b947464
target/remote: Use modules system for MX authentication policies
Allow extensibility via external plugins
2020-07-15 01:31:06 +03:00
fox.cpp
bcceec4fe4
Extract several packages to form a public API 2020-07-15 01:31:06 +03:00
fox.cpp
9b279735e8
Address several TODO comments
Several comments were removed since they are not worth the trouble.
A few minor issues were addressed.
Most of remaining comments got corresponding GitHub issues assigned.
2020-03-05 02:26:30 +03:00
fox.cpp
46502217ed
Remove config.Map.MatchErr()
Obscure and often misused.
2020-03-05 02:26:29 +03:00
fox.cpp
1579ea10b2
Use config.Node instead of *config.Node everywhere
Closes #197.
2020-03-05 02:26:29 +03:00
fox.cpp
c8768da05c
Clean unnecessry whitespace 2020-03-01 02:36:54 +03:00
fox.cpp
5fa11e8597
target/remote: Allow to share outbound SMTP policies via top-level config blocks
See #195.
2020-02-14 22:33:28 +03:00
fox.cpp
1b661f6eab
target/remote: Fix race conditions in tests initialization 2019-12-29 19:27:56 +03:00
fox.cpp
c0a73bc3d0
target/remote: Implement STARTTLS Everywhere list support 2019-12-28 18:41:55 +03:00
fox.cpp
3cc284ba54
target/remote: Clean up security policies checking
Decouple it from connection estabilishment logic to allow further
extensions without turning it into bloody incomprehensible mess.
2019-12-28 18:41:55 +03:00