arti/crates/tor-cert/tests
Nick Mathewson 48ab7b0463 Change tor_bytes::Error::BadMessage to a Cow.
Actually, to avoid making a breaking change, I'm deprecating
BadMessage and creating a new InvalidMessage variant that takes a
Cow.  This way I don't need to track every crate that re-exposes
tor_bytes::Error and call this a breaking change in those.

Making this change will allow tor_bytes errors to be much more
helpful.
2023-02-09 10:20:31 -05:00
..
invalid_certs.rs Change tor_bytes::Error::BadMessage to a Cow. 2023-02-09 10:20:31 -05:00
testvec_certs.rs Tackling issue #663 (Use humantime in tests) 2022-12-12 17:41:22 +00:00