gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnutls-dev] Problem with passphrase (opencdk-0.5.8)


From: Nikos Mavrogiannopoulos
Subject: Re: [gnutls-dev] Problem with passphrase (opencdk-0.5.8)
Date: Mon, 15 May 2006 20:40:43 +0200
User-agent: KMail/1.9.1

On Mon 15 May 2006 12:23, Rafael Martin wrote:
> Hi,
>
>   I create a pair of keys using opencdk libraries:
>
> cdk_keygen_new(&hd);
> cdk_keygen_set_algo_info(hd, 0, CDK_PK_RSA, key_len);
> cdk_keygen_set_name (hd, name);
> cdk_keygen_set_expire_date (hd, 0, 864000);
> cdk_keygen_set_passphrase (hd, "a");
> cdk_keygen_start (hd);
> cdk_keygen_save (hd, "file.pub", "file.priv");
[...]
> Gnupg ask me for the passphrase and SURPRISE!!! it doesn't accept the
> one I've set (in this case 'a')

Hmmm opencdk and the openpgp part of gnutls are unmaintained for quite 
long time and I don't think this gonna change soon. So on that you're 
on your own to check the internals. You might try sending mail to Timo 
but I don't know whether he supports opencdk any more.


regards,
Nikos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]