|
Dear developers,
I have just submitted a patch (bug #1279552)
During test of the certificate from the public
interface menu
DNs in UTF8 are converted into quoted printable form when shown on the screen. It is a consequence of a bug in "openssl verify",
which always transforms
utf8 strings into quoted printable form when shown on the screen. Submitted patch for the file
src/modules/openca-pkcs7/PKCS7.pm
(openca branch 0.9.2) wraps up this bug by performing QuotedPrintable --> UTF8 decoding back. If someday this OpenSSL bug is fixed, this wrapup will do nothing, so it is safe to apply this wrapup always. Best regards, Julia.
|
- [OpenCA-Devel] UTF8 related bug in "openssl verify&q... Julia Dubenskaya
- Re: [OpenCA-Devel] UTF8 related bug in "openssl... Michael Bell
- Re: [OpenCA-Devel] UTF8 related bug in "ope... Julia Dubenskaya
