You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour
The example certificate above was signed using curve P-521. Therefore, both r and s should be 521 bits (66 bytes). But r is only 2 bytes, and s is 29 bytes; both very strange lengths. The certificate itself is correct. If I parse it using 'Parse ASN.1 hex string', the signature is a SEQUENCE of two INTEGERS of 66 bytes each, as expected.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.