-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #512: Implement fingerprints verification for encrypted …
…DNS protocols Merge in ADGUARD-CORE-LIBS/dns-libs from feature/AG-18701 to dev-2.2 Squashed commit of the following: commit 9bfc1cc0dea9b9e27305f1435a27db625d340e07 Merge: 5fb83736 a6e431bf Author: Boris <[email protected]> Date: Wed Mar 15 12:06:07 2023 +0200 Merge branch 'feature/AG-18701' of ssh://bit.adguard.com:7999/adguard-core-libs/dns-libs into feature/AG-18701 commit 5fb83736c141fd9a80804d723edbb1c04363a5d3 Author: Boris <[email protected]> Date: Wed Mar 15 12:05:39 2023 +0200 issue #AG-18701, fix win test commit a6e431bf47a001e613a0d428209e6fffa14d74b8 Author: Max Grupper <[email protected]> Date: Tue Mar 14 20:08:18 2023 +0200 try to fix win commit 51ee7ded272ea6367491696c89fbdc9ecf03ec3c Merge: 10b3fa4d 92ed0b4 Author: Max Grupper <[email protected]> Date: Tue Mar 14 18:27:08 2023 +0200 Merge branch 'dev-2.2' into feature/AG-18701 # Conflicts: # net/tls_codec.cpp # net/tls_codec.h # upstream/upstream_doq.cpp commit 10b3fa4d933a0e1d3ee132aa0c9bebd3f26871ee Author: Max Grupper <[email protected]> Date: Tue Mar 14 18:09:43 2023 +0200 redundant commit 1bdcd2ab4ef5bd433c40295712501d399230b55a Merge: c313bc8f c9a7c34 Author: Max Grupper <[email protected]> Date: Tue Mar 14 18:02:30 2023 +0200 Merge branch 'dev-2.2' into feature/AG-18701 # Conflicts: # CHANGELOG.md # upstream/upstream_doh.cpp commit c313bc8f428a316d2a959d021727cb40beafa7ac Author: Boris <[email protected]> Date: Tue Mar 14 17:57:26 2023 +0200 issue #AG-18701, win part 2 commit 5adfbc6d0fe17b99ed78a6ce51a6cbe859115724 Author: Boris <[email protected]> Date: Tue Mar 14 17:56:23 2023 +0200 issue #AG-18701, win part commit 82755c877fa5bb493f71cfbfbc898b1ea12d98d1 Author: Max Grupper <[email protected]> Date: Fri Mar 10 12:56:41 2023 +0200 use Result commit 9d4b7de79b9f07e9537c5646ed680654617fb414 Author: Max Grupper <[email protected]> Date: Fri Mar 10 10:02:21 2023 +0200 move fingerprints parsing to factory commit 41e71ff11188e4329b5892ef1a7650a3e5d12bfa Author: Max Grupper <[email protected]> Date: Mon Mar 6 11:27:00 2023 +0200 comments commit 7989b31bddc1970a0e7b21157f50ab41ca84bf08 Author: Max Grupper <[email protected]> Date: Sat Mar 4 14:00:57 2023 +0200 remove rvalue ref, improve errors commit f102f7ea054d43b96b6f83b0227cbaf1bc9de4d0 Author: Max Grupper <[email protected]> Date: Fri Mar 3 17:09:34 2023 +0200 replace decoded fingerprints from options commit 86901c0968a7f91f7a566d39d3f2fae5e50db228 Author: Max Grupper <[email protected]> Date: Fri Mar 3 11:40:42 2023 +0200 use get_if commit 2dc5237cddb5ef913e906d8f71c60d36b3059281 Author: Max Grupper <[email protected]> Date: Fri Mar 3 10:58:50 2023 +0200 redundant content commit c6bf2e04dca3bb69689c80e5478c8c0d10089df0 Merge: ad155bcb 590162ac Author: Max Grupper <[email protected]> Date: Thu Mar 2 21:11:42 2023 +0200 Merge remote-tracking branch 'origin/feature/AG-18701' into feature/AG-18701 commit ad155bcb7286661a46fc6768b7e8d5a534487d64 Author: Max Grupper <[email protected]> Date: Thu Mar 2 21:10:26 2023 +0200 decode fingerprint inside lib commit 590162ac036dd197b9bedb9b2fe67f055d4e6da2 Author: Max Grupper <[email protected]> Date: Thu Mar 2 16:52:31 2023 +0200 capi commit c971029475dc7159d903d02c373ce16371b4a26c Author: Max Grupper <[email protected]> Date: Thu Mar 2 16:07:58 2023 +0200 refactor commit d5898ab0c0079778adddd26ee6c0a3ac222129dd Author: Max Grupper <[email protected]> Date: Thu Mar 2 11:44:58 2023 +0200 try to fix win test ... and 37 more commits
- Loading branch information
Showing
40 changed files
with
634 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.