Re: Propose: public key crypto in glib.
- From: Valdis Kletnieks vt edu
- To: "Sam O'Connor" <Sam OConnor net>
- Cc: gtk-list redhat com
- Subject: Re: Propose: public key crypto in glib.
- Date: Mon, 12 Jun 2000 02:27:14 -0400
On Fri, 09 Jun 2000 23:22:48 PDT, "Sam O'Connor" <Sam@OConnor.net> said:
> My current project using glib needs a simple C api for creating PGP
> like public/private key pairs and using them to sign chunks of data.
>
> I'm currently building something simple that calls gnupg with an API
> like this:
>
> typedef struct _PublicKey PublicKey;
> typedef struct _PrivateKey PrivateKey;
>
> void key_pair_new (guint size, PublicKey**, PrivateKey**);
>
> void sign_data (
Make this PGP_sign_data please.
There's more to public-key crypto than just PGP. There's SSH, there's
SSL, there's S/MIME, the PKCS stuff, yadda yadda yadda....
Valdis Kletnieks
Operating Systems Analyst
Virginia Tech
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]