bcgit / bc-csharp

BouncyCastle.NET Cryptography Library (Mirror)
https://www.bouncycastle.org/csharp
MIT License
1.68k stars 558 forks source link

GetBytes used for non-octet aligned signatures #567

Open bencemali opened 1 month ago

bencemali commented 1 month ago

Openssl signatures are not octet aligned, and thus signature verification fails for signing requests, etc. Is there a reason that octet aligned signatures are enforced?