tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

2 way auth for shrpx #61

Closed nutinshell closed 10 years ago

nutinshell commented 11 years ago

It would be useful to add 2 way auth for shrpx, in client mode, verify client side's certificate.

tatsuhiro-t commented 11 years ago

Client certificate requirement and its validation are interesting. I suppose that it is sent in SSL/TLS negotiation, so it only occurs in non-client mode?

nutinshell commented 11 years ago

Yes, in non-client mode.

kalagxw commented 11 years ago

client mode with SSL/TLS and change it to sock5 listen on localhost

tatsuhiro-t commented 10 years ago

Added client certificate verification. See 1ffadf5

tatsuhiro-t commented 10 years ago

See also b81b335dbc