Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

>600ms hangup with RSA signed certs

オープン
#100 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
rust

調査の方向性

再現手順とリンク先の tls_neg_loiter toy server から始め、certs/Makefile の rsa4096 ターゲットと cargo run サーバーを使用します。RSA 証明書について、prime256v1 および aws-lc-rs と比較した openssl s_client と Firefox の動作を比較します。報告された 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

  1. add loiter.rustcryp.to into your hosts for your 127.0.0.1 loopback
  2. cd certs;make rsa4096
  3. cd ..; cargo run (to run the mock server)
  4. openssl s_client -crlf -servername loiter.rustcryp.to -CAfile certs/ca.rsa4096.crt 127.0.0.1:828 (shows delay after CONNECTED)
  5. 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分
マージ済み PR(30日)
1

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

RustCrypto/rustls-rustcrypto のほかの issue

RustCrypto/rustls-rustcrypto の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。