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

Expose session serialization primitives #11811

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Expose session serialization primitives #11811

merged 1 commit into from
Oct 21, 2024

Conversation

mdulaney
Copy link
Contributor

Relates to pyca/pyopenssl#1373

Comment on lines 300 to 301
SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, long length);
int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp);
Copy link
Member

Choose a reason for hiding this comment

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

House style is to remove the parameter names, see: https://cryptography.io/en/latest/development/c-bindings/

Copy link
Contributor Author

@mdulaney mdulaney Oct 21, 2024

Choose a reason for hiding this comment

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

Thank-you. I believe my latest push resolves this issue. The commits are squashed to hopefully improve the commit history.

@alex alex enabled auto-merge (squash) October 21, 2024 13:56
@alex alex merged commit 8f3aac1 into pyca:main Oct 21, 2024
60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants