boring2/openssl
Marko Lalic 83c279013b openssl: Add method for setting protocols to be used in NPN
A new method `set_npn_protocols` is added to the `SslContext` struct,
when the `npn` feature is enabled.

The method takes a list of protocols that are supported by the peer.
These protocols will be used during Next Protocol Negotiation.

The method saves the given list within the extra data of the OpenSSL
Context structure, so that the list can be referred to later on by the
callbacks invoked during TLS connection establishment.
2015-03-23 08:41:15 +01:00
..
src openssl: Add method for setting protocols to be used in NPN 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