wip: implemented try_into from the disseminated cert data to rustls server config
This commit is contained in:
parent
b168d1cdc5
commit
2935cbd59b
6 changed files with 140 additions and 16 deletions
|
|
@ -23,7 +23,7 @@ pub trait CryptoSource {
|
|||
|
||||
/* ------------------------------------------------ */
|
||||
#[derive(Builder, Debug, Clone)]
|
||||
/// Crypto-related file reader implementing `CryptoSource`` trait
|
||||
/// Crypto-related file reader implementing `CryptoSource` trait
|
||||
pub struct CryptoFileSource {
|
||||
#[builder(setter(custom))]
|
||||
/// Always exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue