perform a key exchange (key negotiation) using asymmetric keys (no certifications!)

2008-09-04 Thread Manuel Sahm
Hello, could anybody explain me how to modify this programm, to use only keys instead of certificates ? Thanks to all. - /* serv.cpp - Minimal

RE: perform a key exchange (key negotiation) using asymmetric keys(no certifications!)

2008-09-04 Thread David Schwartz
Manuel Sahm wrote: could anybody explain me how to modify this programm, to use only keys instead of certificates ? Thanks to all. I'm sorry to say, I don't see any easy way to do this with OpenSSL. You have two choices: 1) Roll your own on top of SSL, using algorithms similar to those in

Asymmetric Keys?

2001-03-21 Thread Mike Barrett
Hi, I was wondering if anyone knew how to: * Generate asymmetrical key pairs using openssl. * Encrypt data using the public key, and then decrypt it using the private key.. using openssl. So far, all that I can do is get it to create a private key,