Re: SSL_CTX_use_PrivateKey_file() problem

2000-06-26 Thread raggi
        X509_free (server_cert);                 }         }         catch(Exception* e)         {                 disconnect();                 printf("Exception caught in connectToHost\n");                 printf("%s\n", e->getMsg());                 throw e;         }         return m_oSocket

Re: SSL_CTX_use_PrivateKey_file() problem

2000-06-23 Thread Dr Stephen Henson
[EMAIL PROTECTED] wrote: > > > Now all I have to do is to find a way to place the correct salt into > the function. Because of this error message: > "474:error:06065064:digital envelope routines:EVP_DecryptFinal:bad > decrypt:.\cryp > to\evp\evp_enc.c:243:" > > This seems not to be doing the tr

Re: SSL_CTX_use_PrivateKey_file() problem

2000-06-23 Thread raggi
MAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 23.06.2000 13:56 Please respond to openssl-users                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Re: SSL_CTX_use_PrivateKey_file() problem [EMAIL PROTECTED] wrote: > > Hello everybody > > I am ne

Re: SSL_CTX_use_PrivateKey_file() problem

2000-06-23 Thread Dr Stephen Henson
[EMAIL PROTECTED] wrote: > > Hello everybody > > I am new to working with openssl so this may seem like a stupid > question, but I just can't seem to get past this problem. > > The error that I am getting is: > 425:error:06074079:digital envelope > routines:EVP_PBE_CipherInit:unknown pbe > algo

SSL_CTX_use_PrivateKey_file() problem

2000-06-23 Thread raggi
Hello everybody I am new to working with openssl so this may seem like a stupid question, but I just can't seem to get past this problem. I have a java server that uses the JCSI library from DTSC in Australia and implements my certificates and keys with PBEandMD5andDES algorithm, PKCS#8 format