Trying to add TLS session handling for OpenSSL's QUIC implementation. Hit a wall in github.com/openssl/openssl/iss…
Any QUIC implementation takes years to get working. Until then, it will stay experimental.
I am very glad that @samueloph slashed the Gordian knot and pushed curl with ngtcp2+gnutls out there for everyone.
QUIC new session callback has wrong SSL* · Issue #25788 · openssl/openssl
Tested with OpenSSL 3.4.0 in curl. When adding: SSL_CTX_sess_set_new_cb(ssl_ctx, cf_osslq_new_session_cb); SSL_set_app_data(ssl, ); to the main SSL* instance of a QUIC connection, t...GitHub
daniel:// stenberg://
in reply to Stefan Eissing • • •