We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eaaa13 commit 328a974Copy full SHA for 328a974
src/config.rs
@@ -2,7 +2,7 @@ use crate::cipher_suites::CipherSuite;
2
use crate::extensions::extension_data::signature_algorithms::SignatureScheme;
3
use crate::extensions::extension_data::supported_groups::NamedGroup;
4
use crate::handshake::certificate::CertificateRef;
5
-use crate::handshake::certificate_verify::CertificateVerify;
+pub use crate::handshake::certificate_verify::CertificateVerify;
6
use crate::TlsError;
7
use aes_gcm::{AeadInPlace, Aes128Gcm, Aes256Gcm, KeyInit};
8
use core::marker::PhantomData;
0 commit comments