David Hook
David Hook
Appears dealt with.
You'd see this if there were multiple attributes associate with an entity in the store that had the different values. It's not really clear how you'd process this though, would...
Are you able to provide a file that shows the problem?
Sample file from https://github.com/dotnet/runtime/issues/26750 [exported-in-linux.pfx.zip](https://github.com/bcgit/bc-csharp/files/7074390/exported-in-linux.pfx.zip)
I'd be curious to see if this also happens with our generic SMIME library (see org.bouncycastle.mime in the PKIX jar). We've had a string of problems over the years with...
Assuming dealt with. Thanks to everyone who contributed.
Thanks for the report. We've had a couple of reports of this, it's always gone back to getInstanceStrong() being misconfigured. Usually as an accidental side affect of removing the SunMSCAPI...
Try X509v3CertificateBuilder - the class you are using is deprecated and scheduled for deletion. The other class is in the bcpkix jar.
There's actually a constructor that takes Locale already - the X509v3CertificateBuilder will actually do the right thing. You're correct in as much we should see if there's anywhere else, non-deprecated,...
The current plan to address the issue is to delete the class in the org.bouncycastle.x509 package. There's a few things the classes in there don't quite get right.