-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
httpclient SSL doesn't validate certificate CN #784
Labels
Comments
https://github.com/iSECPartners/ssl-conservatory/blob/master/openssl/everything-you-wanted-to-know-about-openssl.pdf?raw=true should be helpful in fixing this issue. |
Fixed by @FedericoCeratto in #13697. |
Clyybber
pushed a commit
to Clyybber/Nim
that referenced
this issue
Sep 16, 2023
## Summary Separate `TLoc` setup for parameters from the rendering logic. This reduces the amount of side-effects the rendering has, and is a preparation for separating `TLoc` from `TSym`. ## Details * move `TLoc` setup for parameters into `prepareParameters` * inline the single use of `paramStorage`, and use `mapType` for the check * in `genProcParams`, don't re-compute the information now provided by the parameters' `TLoc` * add calls to `prepareParameters` where needed This also fixes a regression where a procedure's parameter has no filled-in `TLoc` if the procedure had no prototype emitted previously.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example
works, but certificate is for
www.zielm.com
andzielm.com
.The text was updated successfully, but these errors were encountered: