[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Face to face meeting in Cozumel?
- To: "Daniel A. Nagy" <nagydani@xxxxxxxxxxxxxxxx>, ietf-openpgp@xxxxxxx
- Subject: Re: Face to face meeting in Cozumel?
- From: "Rachel Willmer" <rwillmer@xxxxxxxxx>
- Date: Mon, 21 Jan 2008 13:00:22 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=o10CePMFeVsTBs64uflUZ2CMiZMSXSmysEfz9fTzH0k=; b=a011OJPGIGKbYm3njj/ALK8fxxVSAAnTs3mSj56rMY4gOfk6LbD0aCf+ytqyJzRidvOGoPEe9DV1MlX5MXGRPcdwGB/KQq6Zosy8JLlOVZNPH7c5ObaTei7AErECcbryruBQSSWCOidWevStPW1EgcomKiqSzquS+p6u89Rp6mU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pio1j8ErvZge5VXp6oarf4zbU/uDSmxPSCVpbQYUAapAccFT2XM2RHLVFTzgyCu3pBBBxuHJqXjxajK4lqtecOLOkpP330z8usp30yscz/eJ9DTC8oBz2YV9h4WeLkKRhGB5CcswG3AXlzgCkFjHia1eE2JzTKNm361Xku3TUzc=
- In-reply-to: <20080117140549.GD2858@xxxxxxxxxxxxxxxx>
- List-archive: <http://www.imc.org/ietf-openpgp/mail-archive/>
- List-id: <ietf-openpgp.imc.org>
- List-unsubscribe: <mailto:ietf-openpgp-request@imc.org?body=unsubscribe>
- References: <20080117140549.GD2858@xxxxxxxxxxxxxxxx>
- Sender: owner-ietf-openpgp@xxxxxxxxxxxx
> - C library development. Currently, we have an orphaned(?) OpenCDK and an
> incomplete OpenPGP:SDK. A native C library would open the door for
> efficient, usable libraries for other languages (Perl, Python, Ruby,
> PHP, etc.), so I feel that this is very important. I am counting on Ben
> Laurie's participation for this one.
Current plan for OpenPGP:SDK is to have a release out in the summer.
It won't be complete (RSA only for one thing) but it will do what it
does well, with a good test suite and documentation. That's the plan,
anyway!
Currently working and interoperating with GPG:
- encryption
- decryption
- signature verification
- cleartext signature generation and verification
In progress:
- signature generation
To Do:
- Keyring management
- Command line app
Rachel