Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto/tls: add {SignatureScheme,CurveID,ClientAuthType}.String() | Filippo Valsorda | 2020-03-11 | 1 | -7/+7 |
* | crypto/tls: take key size into account in signature algorithm selection | Filippo Valsorda | 2019-11-12 | 1 | -0/+2 |
* | crypto/tls: re-enable RSA-PSS in TLS 1.2 again | Filippo Valsorda | 2019-11-12 | 1 | -1/+1 |
* | crypto/tls: implement Certificate.SupportedSignatureAlgorithms | Filippo Valsorda | 2019-11-12 | 1 | -0/+15 |
* | crypto/tls: refactor certificate and signature algorithm logic | Filippo Valsorda | 2019-11-12 | 1 | -56/+102 |
* | crypto/tls: remove SSLv3 support | Filippo Valsorda | 2019-08-27 | 1 | -8/+0 |
* | crypto/tls: add support for Ed25519 certificates in TLS 1.2 and 1.3 | Filippo Valsorda | 2019-05-17 | 1 | -2/+14 |
* | crypto/tls: add RSASSA-PSS support for handshake messages | Peter Wu | 2018-06-27 | 1 | -8/+13 |
* | crypto/tls: consolidate signatures handling in SKE and CV | Peter Wu | 2018-06-20 | 1 | -0/+96 |