-
Notifications
You must be signed in to change notification settings - Fork 85
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: BCFIPS support (sub-part 03) #5852
Conversation
feat (jans-auth-server): EdDSA has been removed;
[jans-cli] Kudos, SonarCloud Quality Gate passed! |
[jans-linux-setup] Kudos, SonarCloud Quality Gate passed! |
[jans-config-api-parent] Kudos, SonarCloud Quality Gate passed!
|
[Jans authentication server parent] Kudos, SonarCloud Quality Gate passed!
|
[jans-core] Kudos, SonarCloud Quality Gate passed!
|
* refactor (jans-auth-server): OCSPCertificateVerifier.java: only tab -> spaces; * feat (jans-auth-server): AuthCryptoProvider: bc-fips support has been added; * feat (jans-auth-server): bc-fips support has been added; feat (jans-auth-server): EdDSA has been removed; * refactor: code improvement, according to Sonar Quality requirements; * refactor: code improvement, according to Sonar Quality requirements; * refactor: code improvement, according to Sonar Quality requirements; * refactor: code improvement, according to Sonar Quality requirements; * chore: partially restore ECDSA * feat (jans-auth-server): SecurityProviderUtility: check state functions have been added; * feat (jans-auth-server): EDDSA support has been restored (for bcprov); * refactor: code improvement, according to Sonar Quality requirements; --------- Co-authored-by: Yuriy Movchan <Yuriy.Movchan@gmail.com> Signed-off-by: Mustafa Baser <mbaser@mail.com>
Description
Target issue
closes #5780
Implementation Details
The part (sub-part 03) of this PR (some functionality):
https://github.com/JanssenProject/jans/tree/fips-support-issue-2278
#2278
#3751