On Wed, Feb 23, 2000 at 03:13:28PM +0200, Elen Mägioja wrote:

> The code i managed to write is added below. It seems to work
> ok... no errors... the signature gets printed out... but what makes
> me wonder is the output format of the signature. That's not in the
> format I want to get... Shouldn't it be just ASCII? Like
> sdf8gdfgfdl9fdgdl+dsf8fsjgsjgjsg009dfsf9 or something... What did I
> miss? Or is something totally wrong with the whole code? Sorry

You'd have to encode the signature in some way if you want to print
it. Base 64 encoding is provided by the EVP_EncodeInit() etc
functions, but wheter or not it is appropriate to simply apply base
64 encoding to the RSA signature value depends on your application.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to