Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Verify hostname according to rfc2818#455

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deanberris merged 7 commits intocpp-netlib:0.11-develfromeakraly:0.11-devel
Oct 13, 2014
Merged

Verify hostname according to rfc2818#455

deanberris merged 7 commits intocpp-netlib:0.11-develfromeakraly:0.11-devel
Oct 13, 2014

Conversation

@eakraly
Copy link

Without this check HTTPS connection is vulnerable to MITM attack when the attacker would return a valid certificate but from wrong host.

@deanberris
Copy link
Member

@eakraly -- Can you please make sure the travis build is green?

@deanberrisdeanberris modified the milestones:0.11.0,0.11.1Oct 13, 2014
@deanberrisdeanberris self-assigned thisOct 13, 2014
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

You also need to change the declaration ofconnection_delegate::connect(...) to match this -- it's pure virtual there, and it causes the error.

@deanberris
Copy link
Member

In general, if you can run clang-format on the changes you're making (to keep it consistent with the surrounding code), then that would be most appreciated. A local build/test cycle (along with making sure Travis is happy) would also go a long way here. 😄

Thanks@eakraly!

@eakraly
Copy link
Author

Just wanted to make it clear - this issue is very serious security bug in the library that allows MITM attack on all TLS connections made by the library.

@deanberris
Copy link
Member

Thanks@eakraly -- yes, I understand it's serious. This makes me happy I waited before releasing 0.11.1. I'll roll a new RC soon enough.

Cheers

deanberris added a commit that referenced this pull requestOct 13, 2014
Verify hostname according to rfc2818
@deanberrisdeanberris merged commit2028c55 intocpp-netlib:0.11-develOct 13, 2014
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

@deanberrisdeanberris

Labels

None yet

Projects

None yet

Milestone

0.11.1

Development

Successfully merging this pull request may close these issues.

2 participants

@eakraly@deanberris

[8]ページ先頭

©2009-2025 Movatter.jp