Skip to content

Comments

Add testcases for SSL_key_update problems#16085

Closed
hou2gou wants to merge 1 commit intoopenssl:masterfrom
hou2gou:SSL_key_update
Closed

Add testcases for SSL_key_update problems#16085
hou2gou wants to merge 1 commit intoopenssl:masterfrom
hou2gou:SSL_key_update

Conversation

@hou2gou
Copy link
Contributor

@hou2gou hou2gou commented Jul 15, 2021

Add testcases for SSL_key_update() corner case calls

Test that SSL_key_update() is not allowed if there are writes pending.
Test that there is no reset of the packet pointer in ssl3_setup_read_buffer().

Fix #16077
Discuss #16021

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

@t8m
Copy link
Member

t8m commented Jul 15, 2021

Could you please reword the commit message a little bit?
Something like:

Add testcases for SSL_key_update() corner case calls

Test that SSL_key_update() is not allowed if there are writes pending.
Test that there is no reset of the packet pointer in ssl3_setup_read_buffer().

@hou2gou hou2gou changed the title Ssl key update Add testcases for SSL_key_update() corner case calls Jul 15, 2021
@hou2gou hou2gou changed the title Add testcases for SSL_key_update() corner case calls Add testcases for SSL_key_update problems Jul 15, 2021
@mattcaswell mattcaswell added the branch: master Applies to master branch label Jul 15, 2021
@hou2gou hou2gou requested review from mattcaswell and t8m July 15, 2021 15:06
@hou2gou
Copy link
Contributor Author

hou2gou commented Jul 18, 2021

I have changed the early review opinions, I can't understand what meaning is outdated?

@kaduk
Copy link
Contributor

kaduk commented Jul 18, 2021

I can't understand what meaning is outdated?

github says that the review comment is "outdated" when the comment was made on a version of the code (or, in this case, documentation) that is not the current version of the pull request. In that sense the comment is "out of date", and thus "outdated".

Test that SSL_key_update() is not allowed if there are writes pending.
Test that there is no reset of the packet pointer in ssl3_setup_read_buffer().
@t8m t8m added approval: review pending This pull request needs review by a committer and removed approval: otc review pending labels Jul 19, 2021
@paulidale paulidale added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Jul 20, 2021
@openssl-machine openssl-machine added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Jul 21, 2021
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

@paulidale
Copy link
Contributor

Merged, thanks for this.

@paulidale paulidale closed this Jul 21, 2021
openssl-machine pushed a commit that referenced this pull request Jul 21, 2021
Test that SSL_key_update() is not allowed if there are writes pending.
Test that there is no reset of the packet pointer in ssl3_setup_read_buffer().

Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from #16085)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Applies to master branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants