Skip to content

Commit f03b3db

Browse files
committed
tests: port tls_server_certs tests to Rust
1 parent 1aeb835 commit f03b3db

File tree

57 files changed

+364
-479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+364
-479
lines changed

tests/common/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(unreachable_pub)]
1+
#![allow(dead_code, unreachable_pub)]
22

33
use std::error::Error as StdError;
44

@@ -7,7 +7,6 @@ use rcgen::{
77
IsCa, Issuer, KeyPair, KeyUsagePurpose, SignatureAlgorithm, SigningKey,
88
};
99

10-
#[cfg_attr(not(feature = "ring"), allow(dead_code))]
1110
pub fn make_end_entity(
1211
ekus: Vec<ExtendedKeyUsagePurpose>,
1312
org_name: impl Into<DnValue>,

0 commit comments

Comments
 (0)