Home
last modified time | relevance | path

Searched refs:TEST_PEM_CRT_BYTES (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/src/tls/
H A Dsettings.rs410 const TEST_PEM_CRT_BYTES: &[u8] = include_bytes!("../../tests/data/localhost.crt"); const
442 let crt = String::from_utf8(TEST_PEM_CRT_BYTES.to_vec()).unwrap(); in from_options_inline_pem()