Skip to content

Pull requests: rustls/rustls

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix typo in README.
#1 by frewsxcv was merged May 30, 2016 Loading… updated May 30, 2016
Make ClientConfig Sync
#4 by brson was merged Jul 11, 2016 Loading… updated Jul 11, 2016
Handle non-UTF-8 PEM input gracefully
#7 by inejge was merged Jul 18, 2016 Loading… updated Jul 18, 2016
issue 6: handle absent CA file
#8 by yanns was merged Jul 20, 2016 Loading… updated Jul 20, 2016
Enlarge deframer internal buffer
#9 by inejge was closed Jul 22, 2016 Loading… updated Jul 22, 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
Add target/ to .gitignore.
#13 by briansmith was merged Aug 23, 2016 Loading… updated Aug 23, 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
Add link to mio project
#32 by johnthagen was merged Nov 26, 2016 Loading… updated Nov 26, 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 to *ring* 0.7.
#51 by briansmith was merged Feb 19, 2017 Loading… updated Feb 19, 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
Update Google certificate
#71 by pantsman0 was merged May 25, 2017 Loading… updated May 25, 2017
Cleaned up enums.rs
#79 by valarauca was merged Jun 9, 2017 Loading… updated Jun 9, 2017
Document formats of Certiciate and PrivateKey
#80 by stepancheg was closed Jun 9, 2017 Loading… updated Jun 9, 2017
Typo in PrivateKey doc
#83 by stepancheg was merged Jun 9, 2017 Loading… updated Jun 9, 2017
ProTip! Exclude everything labeled bug with -label:bug.