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

feat(ssl): add get_server_certificate function #195

Closed
wants to merge 1 commit into from

Conversation

samugi
Copy link

@samugi samugi commented Jan 13, 2025

No description provided.

@samugi samugi marked this pull request as draft January 13, 2025 10:20
@samugi samugi marked this pull request as ready for review January 13, 2025 13:27
@@ -448,4 +448,11 @@ function _M.list_ssl_ciphers(cipher_list, ciphersuites, protocol)
return ssl_lib.get_ciphers(ssl)
end

function _M.get_server_certificate(ssl_ptr)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to use this route 48c5107 and add teh get_request_socket_ssl into it. It will be bit un-user-friendly to require
user to pass a raw SSL pointer to be able to use this function.

@samugi samugi marked this pull request as draft January 13, 2025 14:46
@samugi
Copy link
Author

samugi commented Jan 13, 2025

putting it back to draft, we might do everything from here after all.

@samugi samugi closed this Jan 15, 2025
@samugi samugi deleted the feat/get-server-certificate branch January 15, 2025 08:20
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.

2 participants