boring2/openssl
Marko Lalic 5689ad9260 openssl: Implement client-side NPN protocol selection
After the `set_npn_protocols` method of the `SslContext` struct is
called, any future TLS connections established with this context will
perform NPN negotiation.

The chosen protocol is the one with the highest priority in the
server's protocol list that is also in the client's protocol list.
(This is the default behavior provided by OpenSSL's
`SSL_select_next_proto` function.)

If there is no overlap between the two lists, no error is raised.
2015-03-23 08:41:15 +01:00
..
src openssl: Implement client-side NPN protocol selection 2015-03-23 08:41:15 +01:00
test Fix stuff 2015-02-07 21:48:03 -08:00
Cargo.toml openssl: Add NPN crate feature 2015-03-23 08:14:47 +01:00
LICENSE Move openssl license to openssl 2015-02-13 23:24:40 -08:00