async-rs / async-tls

A TLS implementation over AsyncRead and AsyncWrite
https://async.rs
Apache License 2.0
165 stars 47 forks source link

Reintroduce client certificate option to client example #1

Closed skade closed 4 years ago

skade commented 5 years ago

The client example currently can't connect to the server example, as you need to give it an appropriate certificate chain.

Reintroduce the option in a nicer way.

skade commented 4 years ago

Fixed.