index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
tls
/
lib.rs
Age
Commit message (
Expand
)
Author
2024-10-12
refactor(ext/tls): use concrete error types (#26174)
Leo Kettmeir
2024-07-02
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)
Bartek Iwańczuk
2024-06-19
Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)
Bartek Iwańczuk
2024-06-13
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)
Bartek Iwańczuk
2024-05-09
refactor(ext/tls): Implement required functionality for later SNI support (#2...
Matt Mastracci
2024-04-25
chore: rework TLS code in test server (#23566)
Matt Mastracci
2024-04-08
refactor(ext/tls): use cppgc to deduplicate the tls key loading code (#23289)
Matt Mastracci
2024-04-08
fix(ext/tls): add support EC private key (#23261)
MAKS11060
2024-02-09
refactor: split integration tests from CLI (part 1) (#22308)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-01
feat(ext/websocket): websockets over http2 (#21040)
Matt Mastracci
2023-10-31
perf: use deno_native_certs crate (#18072)
Divy Srivastava
2023-08-25
fix(ext/tls): upgrade webpki version (#20285)
Matt Mastracci
2023-05-17
fix: support "fetch" over HTTPS for IP addresses (#18499)
Bartek Iwańczuk
2023-05-01
perf: lazily create RootCertStore (#18938)
David Sherret
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-09
fix: Split extension registration and snapshotting (#18098)
Bartek Iwańczuk
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-05-18
fix(ext/tls): ability to ignore IP-address certificate errors (#14610)
Aleksei Kosyrev
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-12-07
chore: upgrade to rustls 0.20 (#12488)
Ryan Dahl
2021-12-01
refactor: deno_tls does not depend on reqwest (#12961)
Ryan Dahl
2021-12-01
refactor: cli doesn't need to depend on deno_tls (#12952)
Ryan Dahl
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-10-25
fix(tls): Make TLS clients support HTTP/2 (#12530)
Andreu Botella
2021-09-30
feat(tls): custom in memory CA certificates (#12219)
Luca Casonato
2021-08-25
feat(fetch): mTLS client certificates for fetch() (#11721)
Sean Michael Wykes
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl