Skip to content

Commit

Permalink
added back SSL_ech_set_outer_alpn_protos()
Browse files Browse the repository at this point in the history
  • Loading branch information
sftcd committed May 30, 2024
1 parent f4e7ae6 commit 8065287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/designs/ech-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,9 @@ outer CH with no SNI at all.
int SSL_ech_set_server_names(SSL *s, const char *inner_name,
const char *outer_name, int no_outer);
int SSL_ech_set_outer_server_name(SSL *s, const char *outer_name, int no_outer);
int SSL_CTX_ech_set_outer_alpn_protos(SSL *s, const unsigned char *protos,
int SSL_ech_set_outer_alpn_protos(SSL *s, const unsigned char *protos,
unsigned int protos_len);
int SSL_CTX_ech_set_outer_alpn_protos(SSL_CTX *s, const unsigned char *protos,
unsigned int protos_len);
```
Expand Down

0 comments on commit 8065287

Please sign in to comment.