RustCrypto / rustls-rustcrypto

Rustls cryptography provider built on the pure Rust crates from the RustCrypto organization
Apache License 2.0
36 stars 4 forks source link

Algo tester #52

Open pinkforest opened 3 months ago

pinkforest commented 3 months ago

We need to ensure all the separate algos work properly

Need to "plug" these into

Coverage from

Related - Optional algos need gating

pinkforest commented 3 months ago

I wired up comparison suite from OpenSSL to the point where it can be constrained to negotiate specific algorithms

pinkforest commented 2 months ago

I constrained the groups and cipher suites in #66 + autoneg testing