We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c59ea commit f87fbe9Copy full SHA for f87fbe9
keylime/src/crypto.rs
@@ -655,7 +655,7 @@ pub fn generate_tls_context(
655
key: &PKey<Private>,
656
ca_certs: Vec<X509>,
657
) -> Result<SslAcceptorBuilder, CryptoError> {
658
- let mut ssl_context_builder = SslAcceptor::mozilla_intermediate(
+ let mut ssl_context_builder = SslAcceptor::mozilla_intermediate_v5(
659
SslMethod::tls(),
660
)
661
.map_err(|source| CryptoError::SSLContextBuilderError {
0 commit comments