Re: sign API

2000-03-29 Thread Dr Stephen Henson
hazel Gao wrote: Can not find EVP_SignInit in openssl-0.9.5's man page, nor in the site. I'm downloading beta2 for new info. doc/crypto/EVP_SignInit.pod As I just need rsa sign, is RSA_sign and RSA_verify enough? As long as you supply the required digest to it. However EVP_SignInit()

RE: sign API

2000-03-29 Thread hazel Gao
That's just what I need. Thanks Roberto. Hazel --- Roberto Lopez Navarro [EMAIL PROTECTED] wrote: Maybe you can have a look at the demo program sign (/demo/sign). It gave me some clues. Roberto __ Do You Yahoo!? Talk to your friends

sign API

2000-03-28 Thread hazel Gao
I want to do some sign and unsign work. In openssl, I found X509_sign which uses ASN1_sign. But these two APIs are used to sign X509 certs, so a CTX must be included. My work is just get a private key and se this key to sign the md5 digest of some data. Can anyone tell me some simple APIs to do

Re: sign API

2000-03-28 Thread Dr Stephen Henson
hazel Gao wrote: I want to do some sign and unsign work. In openssl, I found X509_sign which uses ASN1_sign. But these two APIs are used to sign X509 certs, so a CTX must be included. My work is just get a private key and se this key to sign the md5 digest of some data. Can anyone tell me

RE: sign API

2000-03-28 Thread Roberto Lopez Navarro
. +34 91 806 46 40 Fax. +34 91 806 46 41 -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de hazel Gao Enviado el: martes 28 de marzo de 2000 10:58 Para: [EMAIL PROTECTED] Asunto: sign API I want to do some sign

Re: sign API

2000-03-28 Thread hazel Gao
Can not find EVP_SignInit in openssl-0.9.5's man page, nor in the site. I'm downloading beta2 for new info. As I just need rsa sign, is RSA_sign and RSA_verify enough? Hazel __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger.