kmip-protocol 0.4.3

KMIP protocol object (de)serialization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[cfg(any(
    feature = "tls-with-async-tls",
    feature = "tls-with-rustls",
    feature = "tls-with-tokio-rustls"
))]
pub(crate) mod rustls;
pub(crate) mod util;

#[cfg(any(
    feature = "tls-with-openssl",
    feature = "tls-with-openssl-vendored",
    feature = "tls-with-async-tls",
    feature = "tls-with-rustls",
    feature = "tls-with-tokio-rustls",
))]
pub(crate) const SSLKEYLOGFILE_ENV_VAR_NAME: &'static str = "SSLKEYLOGFILE";