Skip to content

Commit

Permalink
step
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Mar 29, 2024
1 parent e858bdf commit 82e3fed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mods/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -884,9 +884,8 @@ export interface TlsClientHandshakeServerCipheredStateParams {
}

export class TlsClientHandshakeServerCipheredState implements TlsClientHandshakeServerCipheredStateParams {

readonly type = "handshake"
readonly step = "client_finished"
readonly step = "server_ciphered"

readonly client_encrypted = true
readonly server_encrypted = true
Expand Down

0 comments on commit 82e3fed

Please sign in to comment.