-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tls library #394
Merged
Merged
tls library #394
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2944e34 - Browse repository at this point
Copy the full SHA 2944e34View commit details -
presents a modal to the user to select trusted tls certificates and saves the selected certificates to the pddb
Configuration menu - View commit details
-
Copy full SHA for 8d12e3d - Browse repository at this point
Copy the full SHA 8d12e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ed977 - Browse repository at this point
Copy the full SHA e6ed977View commit details -
Configuration menu - View commit details
-
Copy full SHA for a874ba3 - Browse repository at this point
Copy the full SHA a874ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bbf5d6 - Browse repository at this point
Copy the full SHA 6bbf5d6View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 874086c - Browse repository at this point
Copy the full SHA 874086cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ff0cb - Browse repository at this point
Copy the full SHA 80ff0cbView commit details
Commits on Jun 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 65f9245 - Browse repository at this point
Copy the full SHA 65f9245View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1e89e - Browse repository at this point
Copy the full SHA 0d1e89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 472e440 - Browse repository at this point
Copy the full SHA 472e440View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5feaac2 - Browse repository at this point
Copy the full SHA 5feaac2View commit details
Commits on Jun 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fcc4cde - Browse repository at this point
Copy the full SHA fcc4cdeView commit details -
implement tls::danger::StifledCertificateVerification
StifledCertificateVerification::verify_server_cert() will verify the certificate with the default rustls WebPkiVerifier, BUT specifically override a `CertificateError::UnknownIssuer` and return ServerCertVerified::assertion() This allows us to use rustls to open a tls connection to a host with an untrusted certificate chain. And subsequently get to see the certificate chain, and possibly choose to trust the chain, or links in it.
Configuration menu - View commit details
-
Copy full SHA for 4ea0c84 - Browse repository at this point
Copy the full SHA 4ea0c84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b41cb - Browse repository at this point
Copy the full SHA 70b41cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21961ad - Browse repository at this point
Copy the full SHA 21961adView commit details -
Configuration menu - View commit details
-
Copy full SHA for a741e79 - Browse repository at this point
Copy the full SHA a741e79View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4d14114 - Browse repository at this point
Copy the full SHA 4d14114View commit details -
implement shellchat net tls mozilla
save/trust all Root CA's in webpki-roots en-masse
Configuration menu - View commit details
-
Copy full SHA for 42eb72b - Browse repository at this point
Copy the full SHA 42eb72bView commit details -
Configuration menu - View commit details
-
Copy full SHA for be9f0fd - Browse repository at this point
Copy the full SHA be9f0fdView commit details -
implement shellchat net tls trusted
list trusted Certificate Authority certificates
Configuration menu - View commit details
-
Copy full SHA for 33169f9 - Browse repository at this point
Copy the full SHA 33169f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef1e8d - Browse repository at this point
Copy the full SHA 6ef1e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8d401 - Browse repository at this point
Copy the full SHA ab8d401View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6fe702 - Browse repository at this point
Copy the full SHA d6fe702View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aeeff17 - Browse repository at this point
Copy the full SHA aeeff17View commit details -
Configuration menu - View commit details
-
Copy full SHA for b67c015 - Browse repository at this point
Copy the full SHA b67c015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e85ff2 - Browse repository at this point
Copy the full SHA 0e85ff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b5914 - Browse repository at this point
Copy the full SHA b8b5914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3acc43f - Browse repository at this point
Copy the full SHA 3acc43fView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2f042cf - Browse repository at this point
Copy the full SHA 2f042cfView commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7cef80e - Browse repository at this point
Copy the full SHA 7cef80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 579f2c3 - Browse repository at this point
Copy the full SHA 579f2c3View commit details -
return count of trusted certificates from shellchat net tls probe & s…
…hellchat net tls mozilla
Configuration menu - View commit details
-
Copy full SHA for 53b002a - Browse repository at this point
Copy the full SHA 53b002aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0545a08 - Browse repository at this point
Copy the full SHA 0545a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e95167 - Browse repository at this point
Copy the full SHA 1e95167View commit details -
Configuration menu - View commit details
-
Copy full SHA for f69b247 - Browse repository at this point
Copy the full SHA f69b247View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0698d50 - Browse repository at this point
Copy the full SHA 0698d50View commit details
Commits on Jul 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2311ef2 - Browse repository at this point
Copy the full SHA 2311ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4de987 - Browse repository at this point
Copy the full SHA a4de987View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ffb573f - Browse repository at this point
Copy the full SHA ffb573fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 211e27b - Browse repository at this point
Copy the full SHA 211e27bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 044fed1 - Browse repository at this point
Copy the full SHA 044fed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c9905a - Browse repository at this point
Copy the full SHA 5c9905aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 527ad43 - Browse repository at this point
Copy the full SHA 527ad43View commit details -
Configuration menu - View commit details
-
Copy full SHA for a68ae23 - Browse repository at this point
Copy the full SHA a68ae23View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ef458 - Browse repository at this point
Copy the full SHA a5ef458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e0298c - Browse repository at this point
Copy the full SHA 4e0298cView commit details
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.