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

GH1446: Add SSL_SESSION_get0_cipher #1451

Closed
wants to merge 1 commit into from
Closed

GH1446: Add SSL_SESSION_get0_cipher #1451

wants to merge 1 commit into from

Conversation

richsalz
Copy link
Contributor

Fixes #1446

@richsalz richsalz added this to the 1.1.0 milestone Aug 12, 2016
@richsalz richsalz self-assigned this Aug 12, 2016

=head1 HISTORY

SSL_SESSION_get_protocol_version() was first added to OpenSSL 1.1.0
Copy link

Choose a reason for hiding this comment

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

Minor detail: I guess this history section should refer to the new method?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, thanks, fixed. Updated commit pushed.


#include <openssl/ssl.h>

const SSL_CIPHER *SSL_SESSION_get0_cipher(const SSL_SESSSION *s);
Copy link
Member

Choose a reason for hiding this comment

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

Typo in the parameter type.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed, tnx. will merge.

@mattcaswell
Copy link
Member

+1 assuming you fix the typo.

@mattcaswell mattcaswell added the approval: done This pull request has the required number of approvals label Aug 13, 2016
levitte pushed a commit that referenced this pull request Aug 13, 2016
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #1451)
@richsalz
Copy link
Contributor Author

commit e928132 merged.

@richsalz richsalz closed this Aug 13, 2016
@richsalz richsalz deleted the gh1446 branch August 16, 2016 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants