Re: sign/verify kicking my ass

2008-12-03 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shaun wrote: | Ok, so then, do I still need to sign the data from seal and verify before I | open? Sign and verify are two different steps. When you do sign and when encrypt depends on your needs. Goetz - -- DMCA: The greed of the few outweighs the

RE: sign/verify kicking my ass

2008-12-03 Thread Shaun
Ok, so then, do I still need to sign the data from seal and verify before I open? ~Shaun -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Goetz Babin-Ebell Sent: Wednesday, December 03, 2008 2:02 PM To: openssl-users@openssl.org Subject: Re: sign/verify ki

Re: sign/verify kicking my ass

2008-12-03 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shaun R. wrote: | OK, i converted over to EVP_*, the sign/verify works but now i'm | confused about decrypt, for EVP_DecryptInit i need to tell it a CIPHER | but i dont see RSA in the cipher listings on | http://www.openssl.org/docs/crypto/EVP_Encrypt

EVP and public key from pem file

2008-12-03 Thread Marco Sommella
Hi, i tried to modify demos/sign, which reads private key from pem file and public key from x509 certificate in pem file, to a version which instead read public from pem file (not a certificate). my 2 pem files are generate using RSA_generate_key, PEM_write_RSAPrivateKey, PEM_write_RSAPublicKey fu

Re: sign/verify kicking my ass

2008-12-03 Thread Victor Duchovni
On Wed, Dec 03, 2008 at 10:59:44AM -0800, Shaun R. wrote: > OK, i converted over to EVP_*, the sign/verify works but now i'm confused > about decrypt, for EVP_DecryptInit i need to tell it a CIPHER but i dont > see RSA in the cipher listings on > http://www.openssl.org/docs/crypto/EVP_EncryptIn

Re: sign/verify kicking my ass

2008-12-03 Thread Shaun R.
OK, i converted over to EVP_*, the sign/verify works but now i'm confused about decrypt, for EVP_DecryptInit i need to tell it a CIPHER but i dont see RSA in the cipher listings on http://www.openssl.org/docs/crypto/EVP_EncryptInit.html# Looking closer at the man page it looks like RSA isnt co

Re: [FWD] request for SSL

2008-12-03 Thread Michael S. Zick
On Wed December 3 2008, Ger Hobbelt wrote: > What are you trying to accomplish? > > IIS has SSL built in and setting it up and using it server-side - > apart from acquiring/producing the necessary certificates - sounds to > me as IIS + ASP.NET work (both of which are not OpenSSL ;-) ). > > Ger >

Re: [FWD] request for SSL

2008-12-03 Thread Ger Hobbelt
What are you trying to accomplish? IIS has SSL built in and setting it up and using it server-side - apart from acquiring/producing the necessary certificates - sounds to me as IIS + ASP.NET work (both of which are not OpenSSL ;-) ). Ger On Wed, Dec 3, 2008 at 12:28 PM, Lutz Jaenicke <[EMAIL PR

[FWD] request for SSL

2008-12-03 Thread Lutz Jaenicke
Forwarded to openssl-users for discussion. Best regards, Lutz - Forwarded message from Pradeep Kumar <[EMAIL PROTECTED]> - Date: Wed, 3 Dec 2008 16:29:40 +0530 From: Pradeep Kumar <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: request for SSL Hi, I am looking SSL