Skip to content

Comments

Backport some DRBG renamings and typo fixes#7505

Closed
mspncp wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
mspncp:pr-backport-drbg-renames-and-typo-fixes-111
Closed

Backport some DRBG renamings and typo fixes#7505
mspncp wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
mspncp:pr-backport-drbg-renames-and-typo-fixes-111

Conversation

@mspncp
Copy link
Contributor

@mspncp mspncp commented Oct 26, 2018

In commit 8bf3665 some renamings andd typo fixes were made
while adding back the DRBG-HMAC and DRBG-HASH implementation.
Since the commit could not be backported, a lot of unnecessary
differences between master and 1.1.1 were introduced.

These differences result in tiresome merge conflicts when
cherry-picking. To minimize these merge-conflicts, this patch
ports all 'non-feature' changes of commit 8bf3665
(e.g., renamings of private variables, fixes of typographical
errors, comment changes) manually back to 1.1.1.

The commits a83dc59 (#7399) and 8817215 (#7456)
failed to cherry-pick previously to 1.1.1, with this patch
they both cherry-pick without conflicts.

In commit 8bf3665 some renamings andd typo fixes were made
while adding back the DRBG-HMAC and DRBG-HASH implementation.
Since the commit could not be backported, a lot of unnecessary
differences between master and 1.1.1 were introduced.

These differences result in tiresome merge conflicts when
cherry-picking. To minimize these merge-conflicts, this patch
ports all 'non-feature' changes of commit 8bf3665
(e.g., renamings of private variables, fixes of typographical
errors, comment changes) manually back to 1.1.1.

The commits a83dc59 (openssl#7399) and 8817215 (openssl#7456)
failed to cherry-pick previously to 1.1.1, with this patch
they both cherry-pick without conflicts.
@mspncp
Copy link
Contributor Author

mspncp commented Oct 26, 2018

cc @bernd-edlinger

@mspncp mspncp added approval: review pending This pull request needs review by a committer branch: 1.1.1 Applies to OpenSSL_1_1_1-stable branch (EOL) labels Oct 26, 2018
@mspncp mspncp added this to the 1.1.1a milestone Oct 26, 2018
@mspncp
Copy link
Contributor Author

mspncp commented Oct 26, 2018

Here are the build logs for the pick-the-cherries branch:

@levitte levitte 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 Oct 27, 2018
levitte pushed a commit that referenced this pull request Oct 27, 2018
In commit 8bf3665 some renamings andd typo fixes were made
while adding back the DRBG-HMAC and DRBG-HASH implementation.
Since the commit could not be backported, a lot of unnecessary
differences between master and 1.1.1 were introduced.

These differences result in tiresome merge conflicts when
cherry-picking. To minimize these merge-conflicts, this patch
ports all 'non-feature' changes of commit 8bf3665
(e.g., renamings of private variables, fixes of typographical
errors, comment changes) manually back to 1.1.1.

The commits a83dc59 (#7399) and 8817215 (#7456)
failed to cherry-pick previously to 1.1.1, with this patch
they both cherry-pick without conflicts.

Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Bernd Edlinger <[email protected]>
(Merged from #7505)
@mspncp
Copy link
Contributor Author

mspncp commented Oct 27, 2018

Merged to 35a3450.

@mspncp mspncp closed this Oct 27, 2018
@mspncp mspncp deleted the pr-backport-drbg-renames-and-typo-fixes-111 branch October 28, 2018 19:58
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 branch: 1.1.1 Applies to OpenSSL_1_1_1-stable branch (EOL)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants