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

[#4235] Ensure OpenSslEngine.unwrap(...) / wrap(...) correctly return… #4263

Closed
wants to merge 1 commit into from

Conversation

normanmaurer
Copy link
Member

… HandshakeStatus.FINISHED

Motivation:

OpenSslEngine.unwrap(...) / wrap(...) must return HandhsakeStatus.FINISHED if an unwrap or wrap finishes a handshake to behave like descripted in the SSLEngine docs.

Modifications:

  • Ensure we return HandshakeStatus.FINISHED

Result:

Behave correctly.

@ijuma
Copy link

ijuma commented Sep 24, 2015

This works fine with the change in #4269 . Thanks!

… HandshakeStatus.FINISHED

Motivation:

OpenSslEngine.unwrap(...) / wrap(...) must return HandhsakeStatus.FINISHED if an unwrap or wrap finishes a handshake to behave like descripted in the SSLEngine docs.

Modifications:

- Ensure we return HandshakeStatus.FINISHED

Result:

Behave correctly.
@normanmaurer
Copy link
Member Author

Cherry-picked into 4.0 (83c2d7c), 4.1 (6c6c369) and master (fc6a9e0)

@normanmaurer normanmaurer deleted the openssl_handshakestatus branch September 24, 2015 12:59
@normanmaurer
Copy link
Member Author

@ijuma thanks again!

@normanmaurer normanmaurer added this to the 4.0.32.Final milestone Sep 24, 2015
@normanmaurer normanmaurer self-assigned this Sep 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants