Skip to content

Commit

Permalink
QUIC: remove SSL_get_current_cipher() reference
Browse files Browse the repository at this point in the history
The QUIC APIs have no need to interact with TLS ciphers, since
QUIC records use different cryptographic protections than TLS ciphers.
  • Loading branch information
kaduk authored and tmshort committed Aug 3, 2023
1 parent ef8c1c1 commit 1a0cffa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/man3/SSL_CTX_set_quic_method.pod
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ only available in the client to server direction. The other secret will be
NULL. The server acknowledges such data at B<ssl_encryption_application>,
which will be configured in the same SSL_do_handshake() call.

This function should use SSL_get_current_cipher() to determine the TLS
cipher suite.

add_handshake_data() adds handshake data to the current flight at the given
encryption level. It returns one on success and zero on error.

Expand Down

0 comments on commit 1a0cffa

Please sign in to comment.