Skip to content
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

reverse proxy over https #875

Merged
merged 30 commits into from
Apr 28, 2016
Merged

reverse proxy over https #875

merged 30 commits into from
Apr 28, 2016

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Apr 19, 2016

WIP. Implements #657

ToDo:

  • client-side handshake
  • client-side session resumption
  • retain SSL context in connection pool
  • server certificate validation
  • CN validation
  • SNI
  • various configuration parameters
    • peer verification
    • protocol version and ciphersuites (can be controlled at the server side of the connection)

@kazuho kazuho force-pushed the kazuho/tls-client branch from 12b714d to 6724e1b Compare April 20, 2016 05:19
@kazuho kazuho force-pushed the kazuho/tls-client branch from 11354c3 to 380e4d4 Compare April 28, 2016 06:19
@kazuho kazuho merged commit 28ab878 into master Apr 28, 2016
kazuho added a commit that referenced this pull request Apr 28, 2016
kazuho added a commit that referenced this pull request May 9, 2016
kazuho added a commit that referenced this pull request Jun 1, 2016
Also updates the minor part of the library version to indicate breaking change in the library API due to #875 (see #794 for the numbering rule).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant