-
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
Handle non-UTF-8 PEM input gracefully
#7
by inejge
was merged Jul 18, 2016
Loading…
updated Jul 18, 2016
Deframer: do maximal size reads each time
#11
by ctz
was merged Jul 22, 2016
Loading…
updated Jul 22, 2016
Add a Session trait to allow being generic over client/server TLS sessions
#10
by sciyoshi
was merged Jul 22, 2016
Loading…
updated Jul 22, 2016
Use *ring* and webpki from crates.io.
#14
by briansmith
was merged Aug 27, 2016
Loading…
updated Aug 27, 2016
Address some issues brought up by rust-clippy.
#27
by frewsxcv
was merged Sep 10, 2016
Loading…
updated Sep 10, 2016
Remove unnecessary indirection with &Vec<T>, use &[T].
#29
by frewsxcv
was merged Sep 24, 2016
Loading…
updated Sep 24, 2016
Address some rust-clippy issues.
#30
by frewsxcv
was merged Sep 28, 2016
Loading…
updated Sep 28, 2016
Laying ground work to remove more allocations.
#36
by valarauca
was merged Nov 28, 2016
Loading…
updated Dec 18, 2016
0.5.4: Require *ring* 0.6.3 to pick up possible security fix.
#46
by briansmith
was merged Jan 26, 2017
Loading…
updated Jan 26, 2017
Pre-life Time annotation structure changes
#42
by valarauca
was closed Feb 1, 2017
Loading…
updated Feb 1, 2017
added dangerous feature for accepting self signed certs
#48
by rustysec
was closed Feb 16, 2017
Loading…
updated Feb 16, 2017
Update dependencies to work with *ring* 0.9.
#67
by briansmith
was closed May 8, 2017
Loading…
updated May 8, 2017
Fixes #68 -- first attempt at an API for disable client certificate verification
#69
by alex
was closed May 13, 2017
Loading…
updated May 13, 2017
Allows disabling of hostname verification.
#64
by nicklan
was closed May 14, 2017
Loading…
updated May 14, 2017
Document formats of Certiciate and PrivateKey
#80
by stepancheg
was closed Jun 9, 2017
Loading…
updated Jun 9, 2017
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.