Skip to content

Commit

Permalink
Implement TlsKeyResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Apr 5, 2024
1 parent 7cc584e commit 100fcfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ext/net/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pub mod ops_tls;
pub mod ops_unix;
pub mod raw;
pub mod resolve_addr;
pub mod tls_key;

use deno_core::error::AnyError;
use deno_core::op2;
Expand Down
1 change: 1 addition & 0 deletions ext/net/ops_tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use crate::ops::IpAddr;
use crate::ops::TlsHandshakeInfo;
use crate::resolve_addr::resolve_addr;
use crate::resolve_addr::resolve_addr_sync;
use crate::tls_key::TlsKeyResolver;
use crate::DefaultTlsOptions;
use crate::NetPermissions;
use crate::UnsafelyIgnoreCertificateErrors;
Expand Down

0 comments on commit 100fcfb

Please sign in to comment.