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

feat: Onboarding SDK Crypto Module for Cryptographic Operations #40

Merged
merged 12 commits into from
Nov 15, 2023

Conversation

manuraf
Copy link
Contributor

@manuraf manuraf commented Nov 15, 2023

List of Changes

  • Implemented the Pkcs7HashSignService within the Onboarding SDK Crypto module.
  • Added configuration support for different hash signature sources.
  • Provided environment variables CRYPTO_PRIVATE_KEY and CRYPTO_CERT for local hash signature source configuration.
  • Included detailed installation instructions for Maven and Gradle.
  • Described usage for injecting services in Quarkus or Spring contexts.

Motivation and Context

This update introduces a cryptographic module aimed at facilitating secure and efficient digital signing operations. The addition of the Pkcs7HashSignService and configurable hash signature sources addresses the need for robust cryptographic functionality in our applications, enhancing overall security and compliance with digital signature standards.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@manuraf manuraf requested a review from a team as a code owner November 15, 2023 10:59
@github-actions github-actions bot added the ops label Nov 15, 2023
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@manuraf manuraf merged commit 18fafff into develop Nov 15, 2023
5 of 6 checks passed
@manuraf manuraf deleted the feature/SELC-3391-sdk-crypto branch November 15, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants