-
Notifications
You must be signed in to change notification settings - Fork 421
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
Support ALPN / NPN #79
Comments
As far as I can tell PyOpenSSL also doesn't support NPN: it'd be nice to get that as well. I'll look into whether I've got the skillset to implement it. |
You may or may not find https://code.launchpad.net/~myers-1/pyopenssl/npn and/or https://code.launchpad.net/~ppergame/pyopenssl/next-proto useful. |
@exarkun Interesting, I'll see if I can cleanly merge those commits. |
Wait, I clearly can't, they're from before we were using cffi. =) |
Yeah, they'll need to be rewritten -- that should be straightforward though On Thu, Mar 27, 2014 at 1:16 PM, Cory Benfield notifications@git.luolix.topwrote:
"I disapprove of what you say, but I will defend to the death your right to |
OK, I don't necessarily have a great handle on what I'm doing (cffi and OpenSSL both being unfamiliar to me), but the easiest thing to start with is to update |
Ok, NPN support is in #86. I'll aim to do ALPN once we get that merged. |
Ok, ALPN pull request is open in #120. |
Perhaps we should close this issue? |
thanks |
pyOpenSSL should support ALPN/NPN since OpenSSL now supports it:
http://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=6f017a8f9db3a79f3a3406cf8d493ccd346db691
The text was updated successfully, but these errors were encountered: