Re: Problem reading b64 encoded certificate
Peter Gutmann <[email protected]>
| Newsgroups | gmane.comp.encryption.cryptlib |
|---|---|
| Message-ID | <[email protected]> |
=?iso-8859-1?Q?Geir_St=E5le_Eidissen?= <[email protected]> writes: >I have narrowed it down to that it is the base64 decoding that reports >CRYPT_ERROR_BADDATA when a certificate is base64encoded without linefeeds and >there is no b64padding. Having seen the files, the bigger problem is that this data is supposed to be in PEM base64 format but there are no line breaks in it, it's just one continuous text string so neither of the two are valid. It's actually just coincidence that cryptlib decodes the first one (with the padding), since the code is shared with generic base64-decoding code for databases that don't handle binary data. Peter. _______________________________________________ Cryptlib mailing list [email protected] via Mail: [email protected] Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/ http://news.gmane.org/gmane.comp.encryption.cryptlib Posts from non-subscribed addresses are blocked to prevent spam, please subscribe in order to post messages.