Contact Details
stefan.eissing@gmail.com
Version
master
Description
When building wolfSSL as described below, I adapted curl to link with both wolfSSL and openssl at the same time. Many thanks for that! The only feature that seems to be missing the the new session callback. That can be registered but is never invoked.
Looking at the source, the callback is only stored when opensslextra is configured, which we do not want in curl.
Is there another configure option, I missed, or is this indeed missing?
Thanks for the help!
Reproduction steps
./configure --prefix=/path --enable-ip-alt-name --enable-quic --enable-earlydata --enable-psk --enable-opensslcoexist
Relevant log output
No response
Contact Details
stefan.eissing@gmail.com
Version
master
Description
When building wolfSSL as described below, I adapted curl to link with both wolfSSL and openssl at the same time. Many thanks for that! The only feature that seems to be missing the the new session callback. That can be registered but is never invoked.
Looking at the source, the callback is only stored when opensslextra is configured, which we do not want in curl.
Is there another configure option, I missed, or is this indeed missing?
Thanks for the help!
Reproduction steps
./configure --prefix=/path --enable-ip-alt-name --enable-quic --enable-earlydata --enable-psk --enable-opensslcoexistRelevant log output
No response