Re: ERROR: EVP_PKEY_get1_RSA:expecting an rsa key

2007-02-28 Thread Victor Duchovni
On Wed, Feb 28, 2007 at 03:48:03PM +0100, Rafal Masztalerz wrote: > > Yes, you're right. My private key has the following heading and tail. > > -BEGIN DSA PRIVATE KEY- > Proc-Type: 4,ENCRYPTED > DEK-Info: DES-EDE3-CBC, > . > -END DSA PRIVATE KEY- > $

Re: ERROR: EVP_PKEY_get1_RSA:expecting an rsa key

2007-02-28 Thread Christian Hohnstaedt
On Wed, Feb 28, 2007 at 03:48:03PM +0100, Rafal Masztalerz wrote: > > Yes, you're right. My private key has the following heading and tail. > > -BEGIN DSA PRIVATE KEY- Please compare carefully ... :-) > >-BEGIN RSA PRIVATE KEY- > Christian

Re: ERROR: EVP_PKEY_get1_RSA:expecting an rsa key

2007-02-28 Thread Rafal Masztalerz
Yes, you're right. My private key has the following heading and tail. -BEGIN DSA PRIVATE KEY- Proc-Type: 4,ENCRYPTED DEK-Info: DES-EDE3-CBC, . -END DSA PRIVATE KEY- so please tell me what I should do to change this passphrase. Is it possible in general ?

Re: ERROR: EVP_PKEY_get1_RSA:expecting an rsa key

2007-02-28 Thread Victor Duchovni
On Wed, Feb 28, 2007 at 02:49:31PM +0100, Rafal Masztalerz wrote: > Hello > When I try to change the pass phrase in my private key , I receive the > following error: > Enter PEM pass phrase: > unable to load key > 7738:error:0607907F:digital envelope > routines:EVP_PKEY_get1_RSA:expecting an rsa

Re: ERROR: EVP_PKEY_get1_RSA:expecting an rsa key

2007-02-28 Thread Dr. Stephen Henson
On Wed, Feb 28, 2007, Rafal Masztalerz wrote: > Hello > When I try to change the pass phrase in my private key , I receive the > following error: > Enter PEM pass phrase: > unable to load key > 7738:error:0607907F:digital envelope > routines:EVP_PKEY_get1_RSA:expecting an rsa key:p_lib.c:219: >

ERROR: EVP_PKEY_get1_RSA:expecting an rsa key

2007-02-28 Thread Rafal Masztalerz
Hello When I try to change the pass phrase in my private key , I receive the following error: Enter PEM pass phrase: unable to load key 7738:error:0607907F:digital envelope routines:EVP_PKEY_get1_RSA:expecting an rsa key:p_lib.c:219: Failed to change passphrase Could you please what is the pr