• Rust 98.3%
  • HTML 0.9%
  • Python 0.3%
  • Shell 0.3%
  • CSS 0.1%
  • Other 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-01 21:35:13 +03:00
.cargo cargo: add --all to the fmt-unstable alias 2024-03-04 09:27:43 +00:00
.github chore: repair Cargo.lock and unbreak the MSRV job (#23) 2026-08-05 15:49:07 +02:00
admin Move tests/common/mod.rs to rustls-test crate 2025-05-21 09:28:41 +00:00
audit Audit report with editorial changes 2020-06-15 22:15:23 +01:00
bogo Add ML-KEM-1024 key encapsulation mechanism 2026-02-24 16:53:42 +00:00
ci-bench Address new std_instead_of_core in nightly 2026-07-10 11:15:53 +00:00
connect-tests connect-tests: delete ech.rs 2026-06-22 13:16:59 +00:00
examples Upgrade to hickory-resolver 0.26 2026-06-22 13:16:59 +00:00
fuzz Prepare 0.23.43 2026-07-29 16:03:56 +00:00
openssl-tests Address new std_instead_of_core in nightly 2026-07-10 11:15:53 +00:00
provider-example Upgrade to rcgen 0.14 2025-07-04 08:46:18 +00:00
rustls feat: expose Hybrid, fix duplicate GREASE 2026-09-01 21:35:13 +03:00
rustls-bench rustls-bench: short circuit single threaded tests 2025-07-29 17:57:30 +00:00
rustls-fuzzing-provider fuzzing-provider: support no-op ticketer 2025-06-12 13:44:32 +00:00
rustls-post-quantum Add ML-KEM-1024 key encapsulation mechanism 2026-02-24 16:53:42 +00:00
rustls-provider-test add crate for provider integration tests 2024-05-31 12:46:48 +00:00
rustls-test Test for server choosing a non-QUIC TLS1.3 suite 2026-07-29 16:03:56 +00:00
test-ca Add public keys in PEM format for end entity and client 2024-08-14 12:08:35 +00:00
website Use tlswg name for draft-kwiatkowski-tls-ecdhe-mlkem 2025-04-08 12:11:22 +00:00
.gitignore Keep Cargo.lock under version control 2023-09-26 13:38:35 +00:00
.lycheeignore ci: add lychee linkchecking to docs workflow 2024-10-22 13:36:26 +00:00
.rustfmt.toml rustfmt: synchronise unstable and stable configs 2025-05-21 14:04:53 +00:00
.rustfmt.unstable.toml rustfmt: synchronise unstable and stable configs 2025-05-21 14:04:53 +00:00
.taplo.toml chore: enforce taplo toml formatting 2025-01-22 13:48:04 +00:00
BENCHMARKING.md Adopt benchmarking docs to new rustls-bench crate 2024-12-12 22:14:24 +00:00
Cargo.lock chore: repair Cargo.lock and unbreak the MSRV job (#23) 2026-08-05 15:49:07 +02:00
Cargo.toml Merge tag 'v/0.23.43' into impit-main 2026-08-04 14:10:50 +02:00
CHANGELOG.md doc: make it easier to find changelog 2023-12-01 08:40:16 +00:00
CODE_OF_CONDUCT.md Adopt the Rust CoC; use mailing list for vuln reports 2021-08-08 11:13:45 +01:00
CONTRIBUTING.md docs: fix CONTRIBUTING.md broken link 2024-12-15 14:56:18 +00:00
deny.toml Accept that libcrux deps are vulnerable 2026-07-29 16:03:56 +00:00
LICENSE Add license info 2016-06-19 17:42:57 +01:00
LICENSE-APACHE Add license info 2016-06-19 17:42:57 +01:00
LICENSE-ISC Add license info 2016-06-19 17:42:57 +01:00
LICENSE-MIT Add license info 2016-06-19 17:42:57 +01:00
README.md feat!: accept TLS fingerprints from the dependent packages (#16) 2026-01-27 12:42:30 +01:00
RELEASING.md Update RELEASING.md with instructions about fuzz/Cargo.lock 2025-01-09 21:45:45 +00:00
ROADMAP.md roadmap: reflect 0.23.11 2024-07-08 16:01:14 +00:00
SECURITY.md SECURITY.md: temporal updates 2025-05-09 16:15:04 +00:00

patched rustls for impit

This is a patched version of rustls for the impit project.

Unless you're here for that reason, you probably want the upstream repository.