diff --git a/keylime/src/crypto.rs b/keylime/src/crypto.rs index 820f35f3..5564a367 100644 --- a/keylime/src/crypto.rs +++ b/keylime/src/crypto.rs @@ -655,7 +655,7 @@ pub fn generate_tls_context( key: &PKey, ca_certs: Vec, ) -> Result { - let mut ssl_context_builder = SslAcceptor::mozilla_intermediate( + let mut ssl_context_builder = SslAcceptor::mozilla_intermediate_v5( SslMethod::tls(), ) .map_err(|source| CryptoError::SSLContextBuilderError {