-
Notifications
You must be signed in to change notification settings - Fork 751
Pull requests: rustls/rustls
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
unstable feature to support targets with no atomic pointers - REJECTED DRAFT PROPOSAL
#2200
by brody4hire
was closed Jan 25, 2025
•
Draft
4 tasks
Remove unwraps from tls13 handle_client_hello
#487
by complexspaces
was merged Feb 11, 2021
Loading…
Refactor
ClientConfig
verifier configuration to better support custom certificate verifiers
#526
by briansmith
was closed Mar 14, 2021
Loading…
Codec: Simplify integer encoding functions & clarify assumptions made.
#501
by briansmith
was merged Feb 11, 2021
Loading…
Remove is_none/unwrap in client::hs::ExpectServerHello::handle.
#450
by briansmith
was merged Feb 6, 2021
Loading…
Avoid an instance of is_none/unwrap anti-pattern in tls12::ExpectServerKX::handle.
#449
by briansmith
was merged Feb 6, 2021
Loading…
Avoid allocating a
Vec
for each digest created during the handshake.
#458
by briansmith
was closed Feb 6, 2021
Loading…
Change the certificate validation API to guarantee end-entity is present.
#462
by briansmith
was merged Feb 6, 2021
Loading…
Reduce usage of
SessionCommon::get_suite_assert()
.
#515
by briansmith
was merged Feb 16, 2021
Loading…
Client: Move session ID initialization to
emit_initial_client_hello
.
#513
by briansmith
was merged Feb 16, 2021
Loading…
Remove the need to convert digest algorithms to HMAC algorithms.
#457
by briansmith
was closed Feb 6, 2021
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.