boring2/openssl/src
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
..
asn1 Move docs to this repo and auto build 2015-02-07 21:30:05 -08:00
bio Convert to new IO. 2015-02-24 23:01:57 -08:00
bn Update depreciated code 2015-02-20 21:04:01 +00:00
crypto Fix doc test 2015-03-21 10:00:00 -07:00
ssl openssl: Add method for setting protocols to be used in NPN 2015-03-23 08:41:15 +01:00
x509 Add X509Generator::sign() 2015-03-21 18:02:29 +01:00
lib.rs Fix warnings and build issues 2015-03-20 08:33:42 -07:00
macros.rs Move docs to this repo and auto build 2015-02-07 21:30:05 -08:00