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&
-- 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
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
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
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
king for an 'C'
> example/documentation on how to use 'Public Key
> Encryption'
> in my own programs.
>
>
__
> OpenSSL Project
> http://www.openssl.
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
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
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
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
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
[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
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
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.
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
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,
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
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)
18 matches
Mail list logo