• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

aidl_api/dnsresolver_aidl_interface/23-Nov-2023-797447

apex/23-Nov-2023-181143

binder/android/net/23-Nov-2023-43282

include/23-Nov-2023-16142

tests/23-Nov-2023-11,2048,360

.clang-formatD23-Nov-2023291

.editorconfigD23-Nov-2023238 1410

.gitD01-Jan-19700

Android.bpD23-Nov-20237.9 KiB288274

Dns64Configuration.cppD23-Nov-20239.8 KiB280181

Dns64Configuration.hD23-Nov-20234.9 KiB13471

DnsProxyListener.cppD23-Nov-202350 KiB1,3631,058

DnsProxyListener.hD23-Nov-20234.8 KiB159108

DnsQueryLog.cppD23-Nov-20233.1 KiB8855

DnsQueryLog.hD23-Nov-20232.4 KiB7441

DnsQueryLogTest.cppD23-Nov-20235.5 KiB165111

DnsResolver.cppD23-Nov-20233 KiB9968

DnsResolver.hD23-Nov-20231.5 KiB5730

DnsResolverService.cppD23-Nov-202311 KiB299191

DnsResolverService.hD23-Nov-20232.8 KiB7640

DnsStats.cppD23-Nov-20236.2 KiB200147

DnsStats.hD23-Nov-20233.4 KiB11653

DnsStatsTest.cppD23-Nov-202315.5 KiB383288

DnsTlsDispatcher.cppD23-Nov-20238.4 KiB222156

DnsTlsDispatcher.hD23-Nov-20234.8 KiB11245

DnsTlsQueryMap.cppD23-Nov-20234.2 KiB152112

DnsTlsQueryMap.hD23-Nov-20233.5 KiB11151

DnsTlsServer.cppD23-Nov-20234.5 KiB12986

DnsTlsServer.hD23-Nov-20232.4 KiB7528

DnsTlsSessionCache.cppD23-Nov-20232.3 KiB7748

DnsTlsSessionCache.hD23-Nov-20232 KiB6123

DnsTlsSocket.cppD23-Nov-202317.7 KiB523402

DnsTlsSocket.hD23-Nov-20235.8 KiB14052

DnsTlsSocketFactory.hD23-Nov-20231.6 KiB5025

DnsTlsTransport.cppD23-Nov-20237.3 KiB221155

DnsTlsTransport.hD23-Nov-20233.2 KiB9948

Experiments.cppD23-Nov-20232.1 KiB7546

Experiments.hD23-Nov-20232.2 KiB6131

ExperimentsTest.cppD23-Nov-20234.8 KiB153116

IDnsTlsSocket.hD23-Nov-20231.7 KiB4917

IDnsTlsSocketFactory.hD23-Nov-20231.3 KiB4318

IDnsTlsSocketObserver.hD23-Nov-20231.2 KiB3913

LockedQueue.hD23-Nov-20231.3 KiB5326

NOTICED23-Nov-202321.6 KiB419349

OWNERSD23-Nov-202337 21

PREUPLOAD.cfgD23-Nov-2023172 75

PrivateDnsConfiguration.cppD23-Nov-202314.2 KiB357254

PrivateDnsConfiguration.hD23-Nov-20233.4 KiB9247

README-DoT.mdD23-Nov-20236.3 KiB12899

README.mdD23-Nov-2023436 1411

ResolverController.cppD23-Nov-202315.1 KiB372294

ResolverController.hD23-Nov-20232.5 KiB7538

ResolverEventReporter.cppD23-Nov-20235.2 KiB12967

ResolverEventReporter.hD23-Nov-20232.5 KiB6932

ResolverStats.hD23-Nov-20234.3 KiB12279

TEST_MAPPINGD23-Nov-20231.1 KiB1716

getaddrinfo.cppD23-Nov-202362.5 KiB1,9521,405

getaddrinfo.hD23-Nov-20231.3 KiB3210

gethnamaddr.cppD23-Nov-202327 KiB792610

gethnamaddr.hD23-Nov-20231.7 KiB3911

hostent.hD23-Nov-20232.9 KiB7231

libnetd_resolv.map.txtD23-Nov-2023889 2926

params.hD23-Nov-20231.5 KiB3614

res_cache.cppD23-Nov-202366.6 KiB2,0101,290

res_comp.cppD23-Nov-20236.7 KiB17251

res_comp.hD23-Nov-2023969 277

res_debug.cppD23-Nov-202321 KiB513331

res_debug.hD23-Nov-20231 KiB328

res_init.cppD23-Nov-20235.3 KiB13450

res_init.hD23-Nov-2023959 256

res_mkquery.cppD23-Nov-20239.6 KiB248140

res_query.cppD23-Nov-202314.3 KiB367184

res_send.cppD23-Nov-202348.5 KiB1,296932

res_send.hD23-Nov-2023982 266

res_stats.cppD23-Nov-20236.5 KiB165118

resolv_cache.hD23-Nov-20236.2 KiB13853

resolv_cache_unit_test.cppD23-Nov-202337.6 KiB985720

resolv_callback_unit_test.cppD23-Nov-20235.2 KiB162109

resolv_private.hD23-Nov-20237.4 KiB18792

resolv_test_config_template.xmlD23-Nov-20231.9 KiB3817

resolv_tls_unit_test.cppD23-Nov-202335 KiB1,003771

resolv_unit_test.cppD23-Nov-202359.8 KiB1,5591,255

sethostent.cppD23-Nov-20236.8 KiB207127

stats.hD23-Nov-20232.5 KiB6429

stats.protoD23-Nov-202316.3 KiB414383

util.cppD23-Nov-20231.4 KiB4824

util.hD23-Nov-2023935 306

README-DoT.md

1# DNS-over-TLS query forwarder design
2
3## Overview
4
5The DNS-over-TLS query forwarder consists of five classes:
6 * `DnsTlsDispatcher`
7 * `DnsTlsTransport`
8 * `DnsTlsQueryMap`
9 * `DnsTlsSessionCache`
10 * `DnsTlsSocket`
11
12`DnsTlsDispatcher` is a singleton class whose `query` method is the DnsTls's
13only public interface.  `DnsTlsDispatcher` is just a table holding the
14`DnsTlsTransport` for each server (represented by a `DnsTlsServer` struct) and
15network.  `DnsTlsDispatcher` also blocks each query thread, waiting on a
16`std::future` returned by `DnsTlsTransport` that represents the response.
17
18`DnsTlsTransport` sends each query over a `DnsTlsSocket`, opening a
19new one if necessary.  It also has to listen for responses from the
20`DnsTlsSocket`, which happen on a different thread.
21`IDnsTlsSocketObserver` is an interface defining how `DnsTlsSocket` returns
22responses to `DnsTlsTransport`.
23
24`DnsTlsQueryMap` and `DnsTlsSessionCache` are helper classes owned by `DnsTlsTransport`.
25`DnsTlsQueryMap` handles ID renumbering and query-response pairing.
26`DnsTlsSessionCache` allows TLS session resumption.
27
28`DnsTlsSocket` interleaves all queries onto a single socket, and reports all
29responses to `DnsTlsTransport` (through the `IDnsTlsObserver` interface).  It doesn't
30know anything about which queries correspond to which responses, and does not retain
31state to indicate whether there is an outstanding query.
32
33## Threading
34
35### Overall patterns
36
37For clarity, each of the five classes in this design is thread-safe and holds one lock.
38Classes that spawn a helper thread call `thread::join()` in their destructor to ensure
39that it is cleaned up appropriately.
40
41All the classes here make full use of Clang thread annotations (and also null-pointer
42annotations) to minimize the likelihood of a latent threading bug.  The unit tests are
43also heavily threaded to exercise this functionality.
44
45This code creates O(1) threads per socket, and does not create a new thread for each
46query or response.  However, DnsProxyListener does create a thread for each query.
47
48### Threading in `DnsTlsSocket`
49
50`DnsTlsSocket` can receive queries on any thread, and send them over a
51"reliable datagram pipe" (`socketpair()` in `SOCK_SEQPACKET` mode).
52The query method writes a struct (containing a pointer to the query) to the pipe
53from its thread, and the loop thread (which owns the SSL socket)
54reads off the other end of the pipe.  The pipe doesn't actually have a queue "inside";
55instead, any queueing happens by blocking the query thread until the
56socket thread can read the datagram off the other end.
57
58We need to pass messages between threads using a pipe, and not a condition variable
59or a thread-safe queue, because the socket thread has to be blocked
60in `poll()` waiting for data from the server, but also has to be woken
61up on inputs from the query threads.  Therefore, inputs from the query
62threads have to arrive on a socket, so that `poll()` can listen for them.
63(There can only be a single thread because [you can't use different threads
64to read and write in OpenSSL](https://www.openssl.org/blog/blog/2017/02/21/threads/)).
65
66## ID renumbering
67
68`DnsTlsDispatcher` accepts queries that have colliding ID numbers and still sends them on
69a single socket.  To avoid confusion at the server, `DnsTlsQueryMap` assigns each
70query a new ID for transmission, records the mapping from input IDs to sent IDs, and
71applies the inverse mapping to responses before returning them to the caller.
72
73`DnsTlsQueryMap` assigns each new query the ID number one greater than the largest
74ID number of an outstanding query.  This means that ID numbers are initially sequential
75and usually small.  If the largest possible ID number is already in use,
76`DnsTlsQueryMap` will scan the ID space to find an available ID, or fail the query
77if there are no available IDs.  Queries will not block waiting for an ID number to
78become available.
79
80## Time constants
81
82`DnsTlsSocket` imposes a 20-second inactivity timeout.  A socket that has been idle for
8320 seconds will be closed.  This sets the limit of tolerance for slow replies,
84which could happen as a result of malfunctioning authoritative DNS servers.
85If there are any pending queries, `DnsTlsTransport` will retry them.
86
87`DnsTlsQueryMap` imposes a retry limit of 3.  `DnsTlsTransport` will retry the query up
88to 3 times before reporting failure to `DnsTlsDispatcher`.
89This limit helps to ensure proper functioning in the case of a recursive resolver that
90is malfunctioning or is flooded with requests that are stalled due to malfunctioning
91authoritative servers.
92
93`DnsTlsDispatcher` maintains a 5-minute timeout.  Any `DnsTlsTransport` that has had no
94outstanding queries for 5 minutes will be destroyed at the next query on a different
95transport.
96This sets the limit on how long session tickets will be preserved during idle periods,
97because each `DnsTlsTransport` owns a `DnsTlsSessionCache`.  Imposing this timeout
98increases latency on the first query after an idle period, but also helps to avoid
99unbounded memory usage.
100
101`DnsTlsSessionCache` sets a limit of 5 sessions in each cache, expiring the oldest one
102when the limit is reached.  However, because the client code does not currently
103reuse sessions more than once, it should not be possible to hit this limit.
104
105## Testing
106
107Unit tests for DoT are in `resolv_tls_unit_test.cpp`. They cover all the classes except
108`DnsTlsSocket` (which requires `CAP_NET_ADMIN` because it uses `setsockopt(SO_MARK)`) and
109`DnsTlsSessionCache` (which requires integration with libssl).  These classes are
110exercised by the integration tests in `resolv_integration_test.cpp`.
111
112### Dependency Injection
113
114For unit testing, we would like to be able to mock out `DnsTlsSocket`.  This is
115particularly required for unit testing of `DnsTlsDispatcher` and `DnsTlsTransport`.
116To make these unit tests possible, this code uses a dependency injection pattern:
117`DnsTlsSocket` is produced by a `DnsTlsSocketFactory`, and both of these have a
118defined interface.
119
120`DnsTlsDispatcher`'s constructor takes an `IDnsTlsSocketFactory`,
121which in production is a `DnsTlsSocketFactory`.  However, in unit tests, we can
122substitute a test factory that returns a fake socket, so that the unit tests can
123run without actually connecting over TLS to a test server.  (The integration tests
124do actual TLS.)
125
126## Reference
127 * [BoringSSL API docs](https://commondatastorage.googleapis.com/chromium-boringssl-docs/headers.html)
128

README.md

1## Logging
2
3This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR.
4The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If
5you want to enable the DEBUG level logs, using following command.
6adb shell service call dnsresolver 10 i32 1
7VERBOSE   0
8DEBUG     1
9INFO      2
10WARNING   3
11ERROR     4
12Verbose resolver logs could contain PII -- do NOT enable in production builds.
13
14