>600ms hangup with RSA signed certs
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 35/100
- Issue 类型
- 缺陷
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- rust
- 领域
- cryptography, security
调研方向
从复现步骤和链接的 tls_neg_loiter 玩具服务器开始,使用 certs/Makefile 中的 rsa4096 目标和 cargo run 服务器。比较 openssl s_client 和 Firefox 在 RSA 证书下相对于 prime256v1 和 aws-lc-rs 的行为。完成的标准是:已理解报告的 RSA 相关延迟,且该延迟不再发生,并对不同情况作出了解释。
由索引模型根据 Issue 内容生成。
描述
made a quick server toy that just prints out UwU anyone connecting to show the 600ms delay
https://github.com/pinkforest/tls_neg_loiter
- add
loiter.rustcryp.tointo your hosts for your 127.0.0.1 loopback - cd certs;make rsa4096
- cd ..; cargo run (to run the mock server)
openssl s_client -crlf -servername loiter.rustcryp.to -CAfile certs/ca.rsa4096.crt 127.0.0.1:828(shows delay after CONNECTED)- connect with firefox with network console and also see (server doesn't multiplex so ensure you close the openssl before)
This only happens with issues signed with rsa but it doesn't happen with prime256v1 etc. these only have 1-3 ms latency
Also doesn't happen with aws-lc-rs with either rsa4096 / prime256v1
Probably good idea to bump RSA...
- 主要语言
- Rust
- 星标
- 130
- 派生
- 21
- 平均合并
- 18 小时 6 分钟
- 30 天内合并 PR
- 1
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
RustCrypto/rustls-rustcrypto 的其他 Issue
-
难度 5/5 一周以上 新手友好度 25/100
RustCrypto/rustls-rustcrypto#107 · 7 条评论 ·
-
难度 3/5 1-2 天 新手友好度 48/100
RustCrypto/rustls-rustcrypto#101 ·
-
难度 5/5 一周以上 新手友好度 25/100
-
难度 2/5 1-3 小时 新手友好度 38/100
RustCrypto/rustls-rustcrypto#59 · 1 条评论 ·
-
难度 5/5 一周以上 新手友好度 25/100
RustCrypto/rustls-rustcrypto#58 · 2 条评论 ·
查看 RustCrypto/rustls-rustcrypto 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
TheLarkInn/aipm#2413 ·
-
documentation
难度 1/5 1 小时以内 新手友好度 90/100
alexgorbatchev/simple-ptt#15 ·
-
tooling
难度 2/5 1-3 小时 新手友好度 75/100
-
todo:ticket
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 75/100
taikoxyz/taiko-mono#22168 · 1 条评论 ·