test: add man-in-the-middle test for certificate verification#1277
Merged
15 commits merged intomasterfrom Jan 13, 2021
Merged
Conversation
added 13 commits
January 8, 2021 12:15
p-shahi
approved these changes
Jan 13, 2021
dfinity-bot
added a commit
that referenced
this pull request
Jul 5, 2022
## Changelog for advisory-db: Branch: main Commits: [rustsec/advisory-db@b4ed9228...2718c2db](rustsec/advisory-db@b4ed922...2718c2d) * [`6f8de93f`](rustsec/advisory-db@6f8de93) Add advisory for openssl CVE-2022-2097 ([RustSec/advisory-db#1277](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1277)) * [`1c17612a`](rustsec/advisory-db@1c17612) Assigned RUSTSEC-2022-0032 to openssl-src ([RustSec/advisory-db#1278](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1278)) * [`d820cf99`](rustsec/advisory-db@d820cf9) Add advisory for openssl CVE-2022-2274 ([RustSec/advisory-db#1276](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1276)) * [`2718c2db`](rustsec/advisory-db@2718c2d) Assigned RUSTSEC-2022-0033 to openssl-src ([RustSec/advisory-db#1279](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1279))
mergify bot
pushed a commit
that referenced
this pull request
Jul 6, 2022
## Changelog for advisory-db: Branch: main Commits: [rustsec/advisory-db@b4ed9228...2718c2db](rustsec/advisory-db@b4ed922...2718c2d) * [`6f8de93f`](rustsec/advisory-db@6f8de93) Add advisory for openssl CVE-2022-2097 ([RustSec/advisory-db#1277](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1277)) * [`1c17612a`](rustsec/advisory-db@1c17612) Assigned RUSTSEC-2022-0032 to openssl-src ([RustSec/advisory-db#1278](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1278)) * [`d820cf99`](rustsec/advisory-db@d820cf9) Add advisory for openssl CVE-2022-2274 ([RustSec/advisory-db#1276](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1276)) * [`2718c2db`](rustsec/advisory-db@2718c2d) Assigned RUSTSEC-2022-0033 to openssl-src ([RustSec/advisory-db#1279](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/1279))
This pull request was closed.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add two tests for man-in-the-middle attacks:
Fixes #1225