We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
der
1 parent e25b054 commit f97c87cCopy full SHA for f97c87c
1 file changed
src/uint/encoding/der.rs
@@ -237,6 +237,7 @@ pub mod test {
237
assert_valid_value_len_hex("fedcba9876543210fedcba9876543210");
238
}
239
240
+ #[cfg(feature = "alloc")]
241
#[test]
242
fn fixed_uint_rejects_oversized_integer_without_panic() {
243
use der::Decode;
0 commit comments