-
Notifications
You must be signed in to change notification settings - Fork 236
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
exposed TLS SNI extension #40
base: master
Are you sure you want to change the base?
Conversation
…to get some types changed from raw C types back to go... but it's working
…t worked). Fixing some names. Allowing user defined callback to pass data back to themselves
Would it be okay to squash all of these together and rebase? I think there's a chance some of this is already implemented now too |
Sure. I'll send another pr squashed. I think I implemented SSL_peek as well -j On Sun, Nov 29, 2015 at 10:54 AM, JT Olds [email protected] wrote:
|
…me weird stuff going on working in different dirs (go get vs an actual checkout). This takes care of the go1.6+ pointer ownership/passing rules we were in violation of
…e go way is to aero initialize everything
This change allows a server using spacemonkeygo/openssl to get the TLS extension server name in the standard openssl way (a hostname specified by clients).