We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b171c1a commit 33daa89Copy full SHA for 33daa89
src/crypto/crypto_x509.cc
@@ -577,6 +577,7 @@ void X509Certificate::RegisterExternalReferences(
577
registry->Register(ValidFrom);
578
registry->Register(Fingerprint);
579
registry->Register(Fingerprint256);
580
+ registry->Register(Fingerprint512);
581
registry->Register(KeyUsage);
582
registry->Register(SerialNumber);
583
registry->Register(Pem);
0 commit comments