microsoftarchive / http2-katana

HTTP 2.0 with Katana
133 stars 34 forks source link

Request for PRs to update main openssl-net project #72

Open flaub opened 9 years ago

flaub commented 9 years ago

I'm the original author and semi-retired maintainer of the ManagedOpenSsl wrapper.

I didn't realize ManagedOpenSsl got forked but it looks like lots of good updates have been implemented, especially updated TLS support. This is a request to merge these changes back upstream to the main openssl-net project:

https://github.com/openssl-net/openssl-net

flaub commented 9 years ago

I've attempted to merge the changes upstream. I think there are two issues:

  1. License changes (openssl-net uses modified-BSD, this work was under Apache2)
  2. Tests. The whole SSL portion of the wrapper has broken tests that I've been meaning to attend to.

If you'd like to help this effort, ALPN support is now on master over at openssl-net. I'm also thinking of adding nuget packaging to make it easier for downstream users to consume.