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

Support OTP 27 #73

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Support OTP 27 #73

merged 1 commit into from
Jun 25, 2024

Conversation

voltone
Copy link
Owner

@voltone voltone commented Jun 25, 2024

Changes needed for OTP 27:

  • Test server needs default certificates and keys to be passed to the listener, otherwise ssl will terminate the handshake before sni_fun is even called. Previous OTP versions allowed these options to be omitted, and certificates and keys to be selected in sni_fun only.
  • Passing an invalid curve name when generating an EC key now raises an ErlangError (:badarg) instead of a FunctionClauseError. Removed to test, for simplicity

@voltone voltone merged commit b494ef5 into master Jun 25, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant