Revert and replace more changes to be able to move the code under new BSD-2-clause license#550
Merged
stefanberger merged 5 commits intomasterfrom Jan 19, 2026
Merged
Revert and replace more changes to be able to move the code under new BSD-2-clause license#550stefanberger merged 5 commits intomasterfrom
stefanberger merged 5 commits intomasterfrom
Conversation
To get some files into the state so that they can be easily replaced with the BSD-licensed code, revert: - spelling changes that were introduced by nicolas.iooss@ledger.fr in bbd7b75. Many of the changes introduced in that change were replaced in subsequence changes with the original spelling errors in the upstream code. - LibreSSL support introduced by orbea <orbea@riseup.net> in 95fff22 and 7310725. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Implement the retrieval of the updated IV in a single function which is to be called after a symmetric key encryption or decryption operation. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Remove the contributed conditional compilation of a TDES related function and fields in a structure based on definition of ALG_TDES. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Now that Helpers.c is clean of contributions, change its license to BSD-2-clause. Change license in some other files as well. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
94f2450 to
9c3b346
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To be able to move the code under the new BSD-2-clause license, revert and in some cases replace yet more changes to the TPM2 code.