-
Notifications
You must be signed in to change notification settings - Fork 3k
add missing verify_fun mfa translation #9691
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
Conversation
CT Test Results 2 files 66 suites 48m 14s ⏱️ Results for commit 8e0adc7. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
Discussed in #9692 |
Does this documentation require additional revisions? Are there any outstanding concerns preventing merge of this PR? |
To me this documentation looks fine. @IngelaAndin; what do you think? |
@danj3 ping |
@IngelaAndin thanks for the ping. I believe this latest commit addresses the comments. |
5abf4f8
to
a5e60f7
Compare
Rebased it on OTP-27.3.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The typo "configuratin" -> "configuration" should be fixed
Typo resolved. |
Unfortunately, we cannot accept any contribution unless the GitHub CLA Assistant sees that all contributors have signed our Contributor's License Agreement. @danj3: it seems the commit(s) has got a different e-mail address from the one(s) registered on your GitHub account. So you need to fix that and/or sign the CLA... |
cae17b3
to
c6ec64c
Compare
Thank you for your patience. I believe I have resolved the CLA and author problem both here and in the companion PR for 28. |
add example for verify_fun use in ssl_dist_optfile clarify text and link for verify_fun incompatible legacy use add verify/4 info, change example from if to case
c6ec64c
to
8e0adc7
Compare
I rebased to our patch base for maint-27, to satisfy our internal patch scripts. Hopefully I will be able to merge this to maint-28 too and onwards, which should make PR #9692 redundant... This will be the last thing I do before my looong vacation, so fingers crossed ;-) |
inet_tls_dist is missing a configuration translation for verify_fun from an mfa tuple to a closure that can be called during ssl_handshake.
@IngelaAndin This is the missing verify_fun translation I spoke of, for otp-27