rustls/rustls/src/tls12
Joseph Birr-Pixton 2658d88a99 Make `SignatureScheme` enum names closer to IANA
Having our naming close to the standard makes things a bit clearer.

- ECDSA_SHA1_Legacy -> ECDSA_SHA1.
- RSA_PSS_SHA* -> RSA_PSS_RSAE_*.
- add RSA_PSS_PSS_* enums (not implemented on our side, but could be).
- ECDSA_NISTP* -> ECDSA_SECP*.
- complete supported_in_tls13(), in case these are encountered via
  pluggable crypto.

This is a breaking API change.
2023-08-04 16:27:44 +01:00
..
cipher.rs Move internal enums to public API 2023-03-21 19:45:18 +00:00
mod.rs Make `SignatureScheme` enum names closer to IANA 2023-08-04 16:27:44 +01:00
prf.rs Enable unit-test-like benchmarks 2023-06-30 16:25:31 +01:00