David Hook
David Hook
Fixed in 1.78.
Digest algorithm should be 2.16.840.1.101.3.4.2.1 Using a signature OID for a digest algorithm is wrong on so many levels it is difficult to know where to start - I would...
For SHA-2 it's documented here: https://www.ietf.org/rfc/rfc5754.txt Although, really a hash algorithm is not the same thing as a signature algorithm, that should be proof enough. Occasionally these OIDs appear in...
Yes, but it should be noted that #1500 only applies to legacy signatures without signed attributes, signatures which are pretty much "stuffed" these days. Can I suggest that people stop...
I'll have to look into the history of the situation with C#, it's probably too late to fix it now though. You can expect the trend will not continue.
Glad to hear it. Yes, at the moment this one is only settable as a system property - it seems better to make it case by case.
Appears resolved.
I hate to say it, but I have no idea. If you run the 2.73.3 implementation with the native library disabled does it still happen?
Setting -Dorg.bouncycastle.native.cpu_variant=java will disable the native library support in the LTS release. It may make a difference, not really sure though as I can't think of anything that changes between...