Skip to content

[Bug]: wolfssl coexists does not support session callback #8145

@icing

Description

@icing

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

  1. ./configure --prefix=/path --enable-ip-alt-name --enable-quic --enable-earlydata --enable-psk --enable-opensslcoexist

Relevant log output

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions