Reading Private and Public Key Pair DER files into EVP_PKEY

2011-10-03 Thread Erwin Himawan
Hi All, I would like to confirm whether my approach is correct in initializing EVP_PKEY from public key DER file and private key DER file. My question is: This is the scenario, I have two files; private key files and public key files. These files are in DER. I would like to initialize the EVP_PKE

Re: Is certificate a CA or Client Certificate

2011-10-03 Thread Jakob Bohm
On 10/2/2011 10:53 PM, Glenn, William wrote: As I recall the CER extension stands for "Canonical Encoding Rules" and not "certificate" as I first thought and is somehow related to DER "Distinguished Encoding Rules" or BER "Basic Encoding Rules". I'm not sure how they all relate but I think a

Using openSSL on local memory segments with block ciphers

2011-10-03 Thread Shai Wyborski
Hello. I'm using OpenSSL in an architecture which requires me to perform encryption and decryption locally. The decryption function gets a buffer which was encrypted on the other side of the connection. The encryption/decryption process usually works fine, but for the case where the buffer

Re: is crypto part of openssl-1.0.0e.tar.gz

2011-10-03 Thread michael lush
On Fri, Sep 30, 2011 at 6:27 PM, Jakob Bohm wrote: > On 9/30/2011 5:04 PM, michael lush wrote: >> >> On Fri, Sep 30, 2011 at 3:07 PM, Jakob Bohm  wrote: >>> >>> Short answer to subject: Yes. If it is I'm pointing configure at the wrong place and I need to look elsewhere :-) >>> >>>