Bugzilla – Bug 1346
claymore.com JCE doesn't understand UTF8 encoded DNs
Last modified: 2005-12-05 17:00:55
You need to log in before you can comment on or make changes to this bug.
When loading a certificate with the RDNs encoded as UTF8Strings (which RFC3280 specificies as the recommended encoding after December 31, 2003), the certificate factory used by CoG (com.claymore....) dies. Thus, this bug also affects the GT3.x releases. SUN, BC and openssl can handle the same certificate just fine. (There ought to exist an update to the provider?) /Olle
Could you send us such certificate so that we can include it in our tests?
Created an attachment (id=251) [details] scrapbook.jpage Enclosing runnable Java code showcasing the cert and the problem.
I was about to, but my connection died... attaching test code. /O
Created an attachment (id=256) [details] Updated cryptix asn1 library that knows how to handle UTF8 encoded RNDs Can you retest your application with this updated ans1 library and let me know?
Works like a charm! :-)
Created an attachment (id=257) [details] Updated cryptix asn1 library that knows how to handle UTF8 encoded RNDs The previous version had a small problem. This one should work for all cases.