rustls/rustls
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
..
benches Switch from criterion to bencher 2023-01-13 12:11:26 +01:00
examples/internal Make `SignatureScheme` enum names closer to IANA 2023-08-04 16:27:44 +01:00
src Make `SignatureScheme` enum names closer to IANA 2023-08-04 16:27:44 +01:00
tests Make `SignatureScheme` enum names closer to IANA 2023-08-04 16:27:44 +01:00
Cargo.toml Move to using prerelease rustls-webpki 0.102.0-alpha.0 2023-08-03 10:18:51 +00:00
LICENSE-APACHE Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
LICENSE-ISC Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
LICENSE-MIT Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
build.rs Make `cargo {check,build,test} --all-features` work on Rust Stable. 2022-01-23 23:30:52 +01:00