Mailing List Archive

GnuPG in other applications?
I'd like to integrate GnuPG support into PHP (http://www.php.net). Adding an
extension to PHP that would allow PHP to have built-in functions for common GPG
needs (such as sign a document or checking a documents signature). Does anyone
on this list know how I can access GnuPG (C level, I know how to fork a process
and access the results) functions that accomplish this (I've done some poking
around the g10 directory, I see the functions are at least somewhat abstracted
from g10.c, but I'm no expert at build processes)??


Many Thanks,
Sterling

--
Sterling Hughes
sterling@php.net



--
Archive is at http://lists.gnupg.org - Unsubscribe by sending mail
with a subject of "unsubscribe" to gnupg-users-request@gnupg.org
Re: GnuPG in other applications? [ In reply to ]
On Mon, 25 Sep 2000, Sterling Hughes wrote:

> I'd like to integrate GnuPG support into PHP (http://www.php.net). Adding an
> extension to PHP that would allow PHP to have built-in functions for common GPG
> needs (such as sign a document or checking a documents signature). Does anyone
> on this list know how I can access GnuPG (C level, I know how to fork a process
> and access the results) functions that accomplish this (I've done some poking
> around the g10 directory, I see the functions are at least somewhat abstracted
> from g10.c, but I'm no expert at build processes)??

There are a couple of program which use gpg as a backend. See
www.gnupg.org/download.html for a list of such programs.

Ciao,

Werner


--
Werner Koch GnuPG key: 621CC013
OpenIT GmbH http://www.OpenIT.de

--
Archive is at http://lists.gnupg.org - Unsubscribe by sending mail
with a subject of "unsubscribe" to gnupg-users-request@gnupg.org
Re: GnuPG in other applications? [ In reply to ]
> On Mon, 25 Sep 2000, Sterling Hughes wrote:
>
> > I'd like to integrate GnuPG support into PHP (http://www.php.net). Adding
an
> > extension to PHP that would allow PHP to have built-in functions for common
GPG
> > needs (such as sign a document or checking a documents signature). Does
anyone
> > on this list know how I can access GnuPG (C level, I know how to fork a
process
> > and access the results) functions that accomplish this (I've done some
poking
> > around the g10 directory, I see the functions are at least somewhat
abstracted
> > from g10.c, but I'm no expert at build processes)??
>
> There are a couple of program which use gpg as a backend. See
> www.gnupg.org/download.html for a list of such programs.
>

Thanks, but I'm more looking for information on how to integrate GPG support
with another application, like a shared library...

Sterling

--
Archive is at http://lists.gnupg.org - Unsubscribe by sending mail
with a subject of "unsubscribe" to gnupg-users-request@gnupg.org