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

Update version docs (1.1.0) #6014

Conversation

mattcaswell
Copy link
Member

Make it clear that you should not attempt to get the version before the
first handshake is complete.

Fixes #2893

This is the 1.1.0 version of #6013.

Checklist
  • documentation is added or updated
  • tests are added or updated

Make it clear that you should not attempt to get the version before the
first handshake is complete.

Fixes openssl#2893
@@ -17,6 +17,10 @@ SSL_get_version, SSL_is_dtls - get the protocol information of a connection
SSL_get_version() returns the name of the protocol used for the
connection B<ssl>.

The above function should only be called after the intial handshake has been
completed. Prior to that the results returned from this function may be
unreliable.
Copy link
Member

Choose a reason for hiding this comment

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

Same comment here as for the 1.0.2 PR

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed

@mattcaswell
Copy link
Member Author

Updated with same wording change as #6013.

@richsalz richsalz added the approval: done This pull request has the required number of approvals label Apr 25, 2018
@mattcaswell mattcaswell added this to the 1.1.0 milestone Apr 26, 2018
@mattcaswell mattcaswell mentioned this pull request Apr 27, 2018
2 tasks
levitte pushed a commit that referenced this pull request Apr 27, 2018
Make it clear that you should not attempt to get the version before the
first handshake is complete.

Fixes #2893

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #6014)
@mattcaswell
Copy link
Member Author

Pushed. Thanks.

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