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

Refactor ASN1 call #4729

Merged

Conversation

terryquigleysas
Copy link
Contributor

Description

Category (Enhancement, Refactoring)

With the view of working towards supporting multiple security providers (FIPS and non-FIPS) the call to asn1TaggedObject.getObject() in DefaultSecurityKeyStore can be refactored to support the methods available in either library.

No functionality changes.

Issues Resolved

Resolves #4728

Testing

New test added to code.
Backwards compatibility ensured by existing tests (e.g. SecuritySSLReloadCertsActionTests in particular)
I have also tested against the latest Bouncy Castle 2.x FIPS libraries.

Check List

  • New functionality includes testing
  • New functionality has been documented
  • New Roles/Permissions have a corresponding security dashboards plugin PR
  • API changes companion pull request created
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@cwperks cwperks added the backport 2.x backport to 2.x branch label Sep 16, 2024
@willyborankin willyborankin merged commit 7ddbf6a into opensearch-project:main Sep 16, 2024
39 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 16, 2024
Signed-off-by: Terry Quigley <[email protected]>
(cherry picked from commit 7ddbf6a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@terryquigleysas terryquigleysas deleted the refactor_asn1_call branch September 17, 2024 08:33
tmanninger pushed a commit to tmanninger/opensearch-security that referenced this pull request Sep 24, 2024
Signed-off-by: Terry Quigley <[email protected]>
Signed-off-by: tmanninger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport to 2.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] Refactor asn1TaggedObject.getObject() call
3 participants