Skip to content

Commit

Permalink
add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Feb 29, 2024
1 parent 16d5472 commit 483973c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/picotls.h
Original file line number Diff line number Diff line change
Expand Up @@ -1588,6 +1588,7 @@ int ptls_handshake_is_complete(ptls_t *tls);
int ptls_is_psk_handshake(ptls_t *tls);
/**
* return if a ECH handshake was performed, as well as optionally the kem and cipher-suite being used
* FIXME: this function always return false when the TLS session is exported and imported
*/
int ptls_is_ech_handshake(ptls_t *tls, uint8_t *config_id, ptls_hpke_kem_t **kem, ptls_hpke_cipher_suite_t **cipher);
/**
Expand Down

0 comments on commit 483973c

Please sign in to comment.