-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
One test requires feature tls12, or it fails like this:
error[E0425]: cannot find value `TLS12` in module `rustls::version`
--> tests/badssl.rs:46:53
|
46 | .with_protocol_versions(&[&rustls::version::TLS12])
| ^^^^^ help: a static with a similar name exists: `TLS13`
|
::: /tmp/tmp.oYhCcK9rbh/registry/rustls-0.20.6/src/versions.rs:31:1
|
31 | pub static TLS13: SupportedProtocolVersion = SupportedProtocolVersion {
| --------------------------------------------------------------------- similarly named static `TLS13` defined he
re
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels