Re: OpenSSL FIPS module doesn't support RSA public-key encryption scheme?

2007-07-10 Thread Steve Marquess
ng the API in strange and terrible ways then it's legal. -Steve M. > > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Yuan > Sent: July 5, 2007 7:33 PM > To: openssl-users@openssl.org > Subject: Re: OpenSSL FIPS module doesn&

RE: OpenSSL FIPS module doesn't support RSA public-key encryption scheme?

2007-07-05 Thread Bill Colvin
-- Original Message From: Marek Marcola <[EMAIL PROTECTED]> To: openssl-users@openssl.org Sent: Thursday, July 5, 2007 3:08:15 PM Subject: Re: OpenSSL FIPS module doesn't support RSA public-key encryption scheme? Hello, > > According to my understanding on OpenSSL

Re: OpenSSL FIPS module doesn't support RSA public-key encryption scheme?

2007-07-05 Thread Raymond Yuan
Message From: Marek Marcola <[EMAIL PROTECTED]> To: openssl-users@openssl.org Sent: Thursday, July 5, 2007 3:08:15 PM Subject: Re: OpenSSL FIPS module doesn't support RSA public-key encryption scheme? Hello, > > According to my understanding on OpenSSL FIPS module sec

Re: OpenSSL FIPS module doesn't support RSA public-key encryption scheme?

2007-07-05 Thread Marek Marcola
Hello, > > According to my understanding on OpenSSL FIPS module security > policy, RSA public-key encryption scheme is not approved algorithm in > the module. However, in OpenSSL FIPS module source code, I saw the API > like RSA_eay_public_encrypt(). Could someone shed a ligh

OpenSSL FIPS module doesn't support RSA public-key encryption scheme?

2007-07-05 Thread Raymond Yuan
Hi, According to my understanding on OpenSSL FIPS module security policy, RSA public-key encryption scheme is not approved algorithm in the module. However, in OpenSSL FIPS module source code, I saw the API like RSA_eay_public_encrypt(). Could someone shed a light on this? Thanks Raymond

Re: public key encryption example

2006-07-16 Thread Girish Venkatachalam
king for an 'C' > example/documentation on how to use 'Public Key > Encryption' > in my own programs. > > __ > OpenSSL Project > http://www.openssl.

Re: public key encryption example

2006-07-16 Thread Victor Duchovni
On Mon, Jul 17, 2006 at 11:04:21AM +1000, Neil Dugan wrote: > OpenSSL newbie here, I am looking for an 'C' > example/documentation on how to use 'Public Key Encryption' > in my own programs. Don't use public key encryption in your own programs. Instead decide w

public key encryption example

2006-07-16 Thread Neil Dugan
Hi, OpenSSL newbie here, I am looking for an 'C' example/documentation on how to use 'Public Key Encryption' in my own programs. __ OpenSSL Project http://www.openssl.org

SSL public-key-encryption question

2005-09-20 Thread Juan Daniel Moreno
Hi everyone, I have a question about pulic-key-encryption algorithm. I'm doing a Radius client with PEAP protocol but when I receive the server's cetificate, I have to get its public key, generate a 46 random PreMasterSecret and then.. I don't know. RFC information isn't clearly explained. I

Regarding Public key Encryption-RSA

2003-07-05 Thread sowmya hn
I need to provide security for password.I need to use RSA algorithm. Encryption will be done by C/C++ client using RSA algorithm. Decryption will be done by server using RSA algo .JCE and Bouncy Castle as provider will be used for decryption. Key pair will be generated using Java key tool. C++/C c

Regarding Public key Encryption-RSA

2003-07-03 Thread sowmya hn
I need to provide security for password.I need to use RSA algorithm. Encryption will be done by C++ client using RSA algorithm. Decryption will be done by server using RSA algo .JCE and Bouncy Castle as provider will be used for decryption. Key pair will be generated using Java key tool. C++ clien

RE: SOLVED: Using pcAnyhwere with public-key encryption and self-signed certificates

2002-12-29 Thread Steven Reddie
[mailto:[EMAIL PROTECTED]]On Behalf Of Neil Aggarwal Sent: Saturday, 28 December 2002 3:10 PM To: [EMAIL PROTECTED] Subject: RE: SOLVED: Using pcAnyhwere with public-key encryption and self-signed certificates Victor: I am attaching my notes on how to set-up pcAnywhere with public key encryp

RE: SOLVED: Using pcAnyhwere with public-key encryption and self-signed certificates

2002-12-28 Thread Jimi Thompson
Plato -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Neil Aggarwal Sent: Friday, December 27, 2002 7:41 AM To: Open SSL mailing list Subject: SOLVED: Using pcAnyhwere with public-key encryption and self-signed certificates Hello All: Thanks to some generous

Newbie Question Re: Public Key Encryption [Please help!!]

2002-07-16 Thread J
Hi, I am trying to encrypt a session key that I created using DES_KEY_SCHEDULE. I am using RSA_public_encrypt to encrypt the session key (8 bytes) with the public key using RSA_PKCS1_OEAP_PADDING. This creates a 64byte encrypted session key. I send this to the Server on the windows machine.

public key encryption

2000-02-18 Thread Kwon, YongChul
Hello. :-) I want to just "encrypt" somthing with public key only. ("NOT the SIGNATURE. Only ENCRYPTION) how can I do it with OpenSSL? It seems no function do that. I find EVP_PKEY_(en|de)crypt(), but it's only works with RSA. (is RSA the only algorithm which can encrypt some data with publick

Re: Public key encryption by hand

1999-10-14 Thread Jason Cherry
Please Explain "by hand"...? If you mean can you write code in C/C++ to do it, then the answer is yes. Look in the file rsa.h, it has all the prototypes for the functions you'll require. Michael Slass wrote: > > Hello: > > I asked this question last week, but haven't seen a reply come by,

Public key encryption by hand

1999-10-14 Thread Michael Slass
Hello: I asked this question last week, but haven't seen a reply come by, so I'll ask again: Using the openssl command-line tool, is it possible to encrypt a message with an RSA public key? The scenario I'm imagining is ultra lightweight PGP by hand: 1) My friend and I each generate RSA keypai

public key encryption by hand

1999-10-08 Thread Michael Slass
Hi: If I have my friend's RSA public key, maybe contained in an x.509 certificate, maybe just an edited version of the output he got doing: openssl -in privkey.pem -text > my_whole_key.txt How do I encrypt a message (presumably containing little more than a session key for a symmetric algorithm)