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

Implement SSL_CTX_get_tlsext_status_cb #83

Closed
Sp1l opened this issue Nov 11, 2017 · 4 comments
Closed

Implement SSL_CTX_get_tlsext_status_cb #83

Sp1l opened this issue Nov 11, 2017 · 4 comments

Comments

@Sp1l
Copy link

Sp1l commented Nov 11, 2017

Allow access to tlsext_status_cb
This is a feature used in haproxy. Current patch (by me?) is also in OpenBSD ports and does not do what you'd want it to do...

@4a6f656c
Copy link

We will likely do this, however it is kinda crazy that an application would set a callback and then forget that it set a callback and needs to retrieve it via an API...

Also, that patch is actually dangerous - non-existent control values should not just be defined since there is a reason why the control value is missing. While we typically reuse the same control values as OpenSSL, there is no guarantee that we will, so a completely different control could be triggered instead of the one that is intended (and unimplemented).

@kinichiro
Copy link

6bb4328 fixed this issue.

@kinichiro
Copy link

@Sp1l Can you close this issue ?

@busterb
Copy link

busterb commented Apr 2, 2018

I think we can just close it. Thanks.

@busterb busterb closed this as completed Apr 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants