-
Notifications
You must be signed in to change notification settings - Fork 606
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
[Ticket parser] Print certificate fingerprint in debug message #5650
[Ticket parser] Print certificate fingerprint in debug message #5650
Conversation
⚪
|
⚪
|
⚪
|
⚪
|
@@ -98,6 +99,15 @@ TVector<std::pair<TString, TString>> X509CertificateReader::ReadIssuerTerms(cons | |||
return ReadTerms(name); | |||
} | |||
|
|||
TString X509CertificateReader::GetFingerprint(const X509Ptr& x509) { | |||
unsigned char fingerprint[128]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there any corresponding constant for that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I added constant SHA_DIGEST_LENGTH for sha1 digest
⚪
🟡 |
⚪ |
⚪
🟢 |
⚪
🟢 |
No description provided.