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

add signature type retrieval functions #2164

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jmayclin
Copy link
Contributor

@jmayclin jmayclin commented Feb 9, 2024

This PR adds bindings for signature retrieval apis. I also added a unit test to make sure that basic functionality is working.

https://www.openssl.org/docs/man1.1.1/man3/SSL_get_peer_signature_type_nid.html

History

I dug through the git branch to find the first branch that the various APIs appeared in.

openssl/src/ssl/mod.rs Outdated Show resolved Hide resolved
- add more explicit comments
- refer to signature scheme instead of "signature algorithm" to try and
  reduce ambiguity.
@jmayclin
Copy link
Contributor Author

Hi @sfackler! Could I have another review on this?

@jmayclin
Copy link
Contributor Author

Hi, @sfackler ,sorry for the ping but I was wondering if you have had a chance to look at this? Thanks!

@jmayclin
Copy link
Contributor Author

jmayclin commented Apr 9, 2024

Hi @sfackler ! I apologize for another ping, but I was wondering if you might be able to take a look at this? I'd love to get this merged in, and I'm very happy to address any feedback that you might have.

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.

None yet

2 participants