From: Michael Sierchio <[EMAIL PROTECTED]>

kudzu> Base64 encoding was devised precisely to avoid problems with
kudzu> EBCDIC, which were rife with uuencoding, etc.  As for DER-encoded
kudzu> stuff, I can't imagine what the problem is.

If I understand everything correctly, the letters, digits and so on do
not share the same numeric (character code) space in EBCDIC and in
ASCII.  With that in consideration, I can very well see problems if a
file is written with ASCII encoding and later on read with the
assumption that it was written with EBCDIC encoding.  Base64 wouldn't
help in this case, or?

kudzu> Routines that print stuff or compare strings will have to
kudzu> do some conversion...

Exactly.  It's very possible that later changes in OpenSSL lack with
respect to that.  It's also possible that there are incorrect
assumptions as to what encoding is assumed when reading a PEM file...
Both issues need to be considered and dealt with, or at least
documented.

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to