Skip to content

Commit

Permalink
docs: 二つ ClientHello を返す際に、どちらが ClientHelloInner かコメントを追記
Browse files Browse the repository at this point in the history
  • Loading branch information
thekuwayama committed Dec 28, 2024
1 parent e3d60cc commit 328a7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tttls1.3/ech.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Ech
# @param hpke_cipher_suite_selector [Method]
#
# @return [TTTLS13::Message::ClientHello]
# @return [TTTLS13::Message::ClientHello]
# @return [TTTLS13::Message::ClientHello] ClientHelloInner
# @return [TTTLS13::EchState]
# rubocop: disable Metrics/AbcSize
def self.offer_ech(inner, ech_config, hpke_cipher_suite_selector)
Expand Down Expand Up @@ -110,7 +110,7 @@ def self.encrypted_ech_config(ech_config, hpke_cipher_suite_selector)
# @param ech_state [TTTLS13::EchState]
#
# @return [TTTLS13::Message::ClientHello]
# @return [TTTLS13::Message::ClientHello]
# @return [TTTLS13::Message::ClientHello] ClientHelloInner
def self.offer_new_ech(inner, ech_state)
# for ech_outer_extensions
replaced = \
Expand Down

0 comments on commit 328a7ac

Please sign in to comment.