We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b0be9b + 328a974 commit 0564440Copy full SHA for 0564440
src/config.rs
@@ -4,7 +4,7 @@ use crate::cipher_suites::CipherSuite;
4
use crate::extensions::extension_data::signature_algorithms::SignatureScheme;
5
use crate::extensions::extension_data::supported_groups::NamedGroup;
6
use crate::handshake::certificate::CertificateRef;
7
-use crate::handshake::certificate_verify::CertificateVerifyRef;
+pub use crate::handshake::certificate_verify::CertificateVerifyRef;
8
use crate::TlsError;
9
use aes_gcm::{AeadInPlace, Aes128Gcm, Aes256Gcm, KeyInit};
10
use digest::core_api::BlockSizeUser;
0 commit comments