Artem Boldariev
b3490213eb
CID 352848: split xfrin_start() and remove dead code
...
This commit separates TLS context creation code from xfrin_start() as
it has become too large and hard to follow into a new
function (similarly how it is done in dighost.c)
The dead code has been removed from the cleanup section of the TLS
creation code:
* there is no way 'tlsctx' can equal 'found';
* there is no way 'sess_cache' can be non-NULL in the cleanup section.
Also, it fixes a bug in the older version of the code, where TLS
client session context fetched from the cache would not get passed to
isc_nm_tlsdnsconnect().
(cherry picked from commit 98f758ed4f )
2022-06-15 17:02:45 +03:00
..
2022-06-09 10:52:04 +00:00
2022-03-25 08:42:18 +01:00
2022-04-26 14:21:57 +02:00
2022-05-14 00:43:17 -07:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:18 +01:00
2022-03-25 08:42:18 +01:00
2022-01-11 09:05:02 +01:00
2022-06-02 10:20:11 +00:00
2022-03-25 08:42:18 +01:00
2022-01-27 14:51:11 -08:00
2022-03-25 08:42:18 +01:00
2022-03-25 08:42:18 +01:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:16 +01:00
2022-04-27 18:08:42 +00:00
2022-03-25 08:42:18 +01:00
2022-04-26 14:21:57 +02:00
2022-03-25 08:42:16 +01:00
2022-04-13 14:43:40 +02:00
2022-03-25 08:42:16 +01:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:16 +01:00
2022-05-23 12:00:53 +02:00
2022-05-16 10:37:23 +02:00
2022-03-02 10:49:47 +00:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:16 +01:00
2022-01-11 09:05:02 +01:00
2022-06-09 10:52:04 +00:00
2022-03-08 09:55:28 +01:00
2022-01-11 09:05:02 +01:00
2022-03-18 16:05:56 +00:00
2022-03-25 08:42:18 +01:00
2022-03-25 08:42:18 +01:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:18 +01:00
2022-03-25 08:42:18 +01:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-05-31 17:17:05 +02:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:18 +01:00
2022-05-31 12:06:00 +02:00
2022-04-01 21:42:35 +11:00
2022-03-25 08:42:16 +01:00
2022-06-02 08:28:15 +10:00
2022-03-25 08:42:19 +01:00
2022-04-19 09:44:09 +10:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-03-02 10:49:47 +00:00
2022-03-25 08:42:16 +01:00
2022-03-17 18:29:57 +01:00
2022-03-25 08:42:16 +01:00
2022-03-25 08:42:18 +01:00
2022-03-25 08:42:16 +01:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:18 +01:00
2022-03-25 08:42:18 +01:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-04-29 11:46:22 +10:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:18 +01:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:18 +01:00
2022-04-06 18:17:55 +01:00
2022-06-09 10:50:32 +00:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:41:09 +01:00
2022-05-04 23:52:29 +10:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:18 +01:00
2022-03-25 08:42:18 +01:00
2022-03-25 08:42:18 +01:00
2022-03-25 08:42:18 +01:00
2022-01-11 09:05:02 +01:00
2022-04-26 14:21:57 +02:00
2022-03-25 08:42:18 +01:00
2022-05-31 12:06:00 +02:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-05-03 17:42:43 +03:00
2022-03-25 08:42:16 +01:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:19 +01:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:16 +01:00
2022-03-25 08:42:18 +01:00
2022-03-25 08:42:18 +01:00
2022-06-15 17:02:45 +03:00
2022-01-11 09:05:02 +01:00
2022-06-14 12:06:54 +10:00
2022-01-11 09:05:02 +01:00
2022-03-25 08:42:18 +01:00
2022-01-11 09:05:02 +01:00