How do I change the cert/key for an SSL_CTX?

2004-10-18 Thread OpenSSL
I've got an application that starts out with some default credentials, then is given new credentials that it needs to switch to.  I've got an SSL_CTX object that gets initialized with the default credentials at startup, but if I try to install a new certificate and key via SSL_CTX_use_certif

Re: mini-ASN1compiler in 0.9.8-dev?

2004-10-18 Thread mk010270-openssl
Dear Steve - Can this be found in the latest tarball? Any (short) instructions for use? I have looked in the latest 0.9.7d tarball and could not find this. Regards, Andy > --- "Dr. Stephen Henson" <[EMAIL PROTECTED] wrote: > > > > > On Wed, Mar 31, 2004, eiji wrote: > > > > > > > Hi > >

Re: Implementing EVP_CIPHER and EVP_DIGEST, using external hardware for engine

2004-10-18 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 18 Oct 2004 20:25:25 +0530, "Rahaman, Riaz UR" <[EMAIL PROTECTED]> said: riazrahaman> I am trying to use the external engine for my riazrahaman> crytography but I am not able to understand how to riazrahaman> implement EVP_CIPHER and EVP_DIGEST. Also i ca

Implementing EVP_CIPHER and EVP_DIGEST, using external hardware for engine

2004-10-18 Thread Rahaman, Riaz UR
Title: Message Hi  I am trying to use the external engine for my crytography but I amnot able to understand how to implement EVP_CIPHER and EVP_DIGEST.Also i cant get hold of all the hooks that need to be placed forgetting my external engine up and running. If any one has already donethis so

[no subject]

2004-10-18 Thread andrea
Hi, I'm having a problem with generation of PKCS7 certificates. What I've done is: openssl req -new -keyout newreq.pem -out newreq.pem -days 365 openssl ca -policy policy_anything -out newcert.pem -infiles newreq.pem openssl pkcs12 -in newcert.pem -inkey newreq.pem -certfile ${CATOP}/$CACERT -ou

Implementing EVP_CIPHER and EVP_DIGEST, using external hardware for engine

2004-10-18 Thread Riaz Rahaman
Hi I am trying to use the external engine for my crytography but I am not able to understand how to implement EVP_CIPHER and EVP_DIGEST. Also i cant get hold of all the hooks that need to be placed for getting my external engine up and running. If any one has already done this sort of implementa