cloudflare / tls-tris

crypto/tls, now with 100% more 1.3. THE API IS NOT STABLE AND DOCUMENTATION IS NOT GUARANTEED.
Other
292 stars 50 forks source link

Support for RSA-PSS (v2) #54

Closed Lekensteyn closed 6 years ago

Lekensteyn commented 6 years ago

This is part of the changes that are required for a TLS 1.3 client.

These two changes are proposed upstream: https://go-review.googlesource.com/c/go/+/79735/2 (preparation/refactor patch) https://go-review.googlesource.com/c/go/+/79736/1 (PSS support for handshake messages)

Replaces #35 based on upstream feedback.