Hacker News new | ask | show | jobs
by Reitet00 1252 days ago
> For example TLS with client certificates (the client's certificate gets sent encrypted to the server).

Hmm... I was under the impression that up until TLS 1.3 the client cert was sent in the clear during session negotiation...

1 comments

Yes, you're right, in 1.3 it goes encrypted, while in <1.3 it goes in the clear.