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

fix: restore OCSP responses to work with sha1 cert hashes for backwards compatibility #1884

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

andresrosenthal
Copy link
Contributor

Refs: XRDDEV-445

@andresrosenthal andresrosenthal changed the title fix: Proxy's OCSP responder to work with sha1 cert hashes to support backwards compatibility fix: restore OCSP responses to work with sha1 cert hashes for backwards compatibility Dec 6, 2023
@andresrosenthal andresrosenthal marked this pull request as ready for review December 7, 2023 10:51
@@ -76,10 +77,18 @@ public class Cert {
private String status;

/**
* Holds the precalculated hash of the certificate.
* Holds the precalculated sha1 hash of the certificate.
* @deprecated Use {@link #forNumber(int)} instead.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

invalid link

Refs: XRDDEV-445
Copy link

sonarqubecloud bot commented Dec 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

31.5% 31.5% Coverage
0.0% 0.0% Duplication

@andresrosenthal andresrosenthal merged commit 25c4763 into develop Dec 7, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants