libressl/portable

can we consider adding SSL_set_quic_early_data_enabled ?

Closed this issue · 2 comments

stubbed version seems to be a bad idea.

I thought it supports early data (and in that case a helper would make sense)

./include/openssl/ssl.h:#define SSL_EARLY_DATA_NOT_SENT		0
./include/openssl/ssl.h:#define SSL_EARLY_DATA_REJECTED		1
./include/openssl/ssl.h:#define SSL_EARLY_DATA_ACCEPTED		2