Just a little note to avoid confusion...

> I'm working on a web page which will have direct link
> to local major banks for transactions. Transactions
> are secured wit rsa algoritm. More specifically I
> must call a banks cgi link with various parameters
> and one of them will be my digital signature calculated
> like this: signature = RSA(SHA-1(x1|x2|....|xn), e, n )

... you probably have an earlier version of bank's documentation which had a typo in 
it (now it's been corrected at their web page
at least) - the right algorithm for signing of course goes like 
RSA(SHA-1(x1|x2|...xn),d,n).

Regs,
Elen

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to