mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:33:34 +03:00
- Constantine Sapuntzakis provided the fix that ensures that an SSL connection
won't be reused unless protection level for peer and host verification match.
This commit is contained in:
parent
5e75817d44
commit
90bc6ee8f3
4 changed files with 17 additions and 0 deletions
|
|
@ -1083,6 +1083,9 @@ struct connectdata {
|
|||
#if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
|
||||
int socks5_gssapi_enctype;
|
||||
#endif
|
||||
|
||||
long verifypeer;
|
||||
long verifyhost;
|
||||
};
|
||||
|
||||
/* The end of connectdata. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue