Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix TLS session reuse for dataconn with TLS 1.3 when using passive mode #41

Merged
merged 1 commit into from
Jan 17, 2021

Conversation

noxxi
Copy link

@noxxi noxxi commented Jan 10, 2021

While my last patch intended to fix TLS session reuse for data connections with TLS 1.3, it worked only with active mode. In passive mode the sessions were silently not reused. This change fixes this, i.e. it works now for both passive and active mode.

@steve-m-hay steve-m-hay merged commit 3e28b3e into steve-m-hay:master Jan 17, 2021
@jmdh
Copy link

jmdh commented Apr 17, 2022

Could this be released to CPAN? Debian has been asked to include the previous patch in a stable release (https://bugs.debian.org/997994), and it should presumably be accompanied by this patch. At the same time, we would prefer to not apply patches that aren't released to CPAN. Thanks!

@steve-m-hay
Copy link
Owner

Could this be released to CPAN? Debian has been asked to include the previous patch in a stable release (https://bugs.debian.org/997994), and it should presumably be accompanied by this patch. At the same time, we would prefer to not apply patches that aren't released to CPAN. Thanks!

Sure. I intend to release a new version of Text::Balanced soon too. Let me get 5.35.11 done first (on Wednesday 20th) and then I'll look at these CPAN releases next :-)

@steve-m-hay
Copy link
Owner

This is now released in v3.14. Sorry this took a little longer to get round to than I intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants