79130651

Date: 2024-10-27 13:16:25
Score: 1
Natty:
Report link

Found it. Csharp needed to pull

byte[] certder = cert.GetRawCertData();

while java needed to pull

byte[] certder = certs[i].getEncoded();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: user2023577