TestECDSASignAndVerifycurrently modifies the first byte of a valid ECDSA signature to test thatopenssl.VerifyECDSAcorrectly detect invalid signatures. The first byte is part of the DER encoding, so running that test usingSymCrypt-OpenSSLis very verbose: go test -v -run TestECDSASignAndVerify/P25...