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

BouncyCastle ongoing translation #145

Merged
merged 25 commits into from
Sep 19, 2024

Conversation

hugoqnc
Copy link
Member

@hugoqnc hugoqnc commented Sep 18, 2024

  • wrapper translation (using a new KeyWrap primitive)
  • PQC signer translation
  • Fix one engine issue causing duplicated detections
  • Update disabled tests to benefit from the latest fixes of the engine
  • Introduce MergeableCollection
  • Update some algorithms to model that they support XOF, MAC and Authenticated Encryption
  • ClassicalBitSecurityLevel in no longer deprecated as it can be used for naming purposes in asString (but I removed it from all the algorithms where it was not necessary)
  • MLKEM OID enricher
  • Cleans all the Java reorganizers
  • Remove the use of the deprecated context's Kind in all BouncyCastle rules

Note

All Java tests are now passing, but the CI is not passing because of Python tests (TestEngine with ID 'junit-jupiter' failed to discover tests)

Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
@hugoqnc hugoqnc added the enhancement New feature or request label Sep 18, 2024
@hugoqnc hugoqnc self-assigned this Sep 18, 2024
@hugoqnc hugoqnc marked this pull request as draft September 18, 2024 11:22
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
@hugoqnc hugoqnc force-pushed the feature/bouncycastle-translation-8 branch from 26654f2 to ab22747 Compare September 19, 2024 07:04
@hugoqnc hugoqnc marked this pull request as ready for review September 19, 2024 07:07
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
Signed-off-by: Hugo Queinnec <hugo.queinnec@ibm.com>
@n1ckl0sk0rtge n1ckl0sk0rtge merged commit 27059a2 into main Sep 19, 2024
1 of 2 checks passed
@n1ckl0sk0rtge n1ckl0sk0rtge deleted the feature/bouncycastle-translation-8 branch September 19, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants