RSA_verify syntax

2000-03-22 Thread Elen Mägioja
Hi, I have another newbie question. I'm using RSA_verify to verify a signature which synopsis according to the OpenSSL webpage documentation if following: int RSA_verify(int type, unsigned char *m, unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa); and i've been wo

Re: RSA_verify syntax

2000-03-22 Thread Goetz Babin-Ebell
At 19:24 22.03.00 +0200, you wrote: >Hi, > >I have another newbie question. > >I'm using RSA_verify to verify a signature which synopsis according to the OpenSSL webpage documentation if following: > >int RSA_verify(int type, unsigned char *m, unsigned int m_len, >unsigned char *sigbuf, unsign