GnuPG Made Easy. NOTE: Maintainers are not tracking this mirror. Do not make pull requests here, nor comment any commits, submit them usual way to bug tracker (https://www.gnupg.org/documentation/bts.html) or to the mailing list (https://www.gnupg.org/documentation/mailing-lists.html).
Go to file
Marcus Brinkmann 550bc31b44 2001-11-16 Marcus Brinkmann <marcus@g10code.de>
* passphrase.c: New file.
	* Makefile.am (libgpgme_la_SOURCES): Add passphrase.c.
	* ops.h (_gpgme_passphrase_result): Add prototypes from
	passphrase.c.
	* types.h: Likewise.
	* context.h: Add member passphrase to result.
	* gpgme.c (_gpgme_release_result): Release passphrase member.

	* decrypt.c: Some formatting and variable name changes (like
	CTX instead C).
	(struct decrypt_result_s): Remove members now found in
	passphrase result.
	(_gpgme_release_decrypt_result): Don't release removed members.
	(decrypt_status_handler): Call _gpgme_passphrase_status_handler,
	and don't handle the cases catched there.
	(command_handler): Removed.
	(gpgme_op_decrypt_start): Don't set command handler, but invoke
	_gpgme_passphrase_start which does it.
	(gpgme_op_decrypt): Invoke _gpgme_passphrase_result and drop the
	cases covered by it.

	* sign.c Some formatting and variable name changes (like
	CTX instead C).
	(struct sign_result_s): Remove members now found in
	passphrase result.
	(_gpgme_release_sign_result): Don't release removed members.
	(sign_status_handler): Call _gpgme_passphrase_status_handler,
	and don't handle the cases catched there.
	(command_handler): Removed.
	(gpgme_op_sign_start): Don't set command handler, but invoke
	_gpgme_passphrase_start which does it.
	(gpgme_op_sign): Invoke _gpgme_passphrase_result and drop the
	cases covered by it.
2001-11-16 00:20:11 +00:00
bonobo Release 0.2.1 2001-04-02 08:40:32 +00:00
complus Added these small tools 2001-10-23 11:04:17 +00:00
doc Added more doc entries and prepared for 0.2.3 2001-09-17 08:25:36 +00:00
gpgme 2001-11-16 Marcus Brinkmann <marcus@g10code.de> 2001-11-16 00:20:11 +00:00
jnlib 2001-11-01 Marcus Brinkmann <marcus@g10code.de> 2001-11-02 15:23:40 +00:00
tests gpgme/ 2001-11-02 15:51:15 +00:00
acconfig.h Some new but untested functions 2001-01-22 20:22:41 +00:00
acinclude.m4 Okay, it runs at least on Windows 95 2000-12-06 12:17:10 +00:00
AUTHORS Typo fixes and new gpgme_get_op_info 2001-08-28 11:11:10 +00:00
autogen.sh 2001-10-22 Marcus Brinkmann <marcus@g10code.de> 2001-10-22 15:39:34 +00:00
ChangeLog 2001-10-22 Marcus Brinkmann <marcus@g10code.de> 2001-10-22 15:39:34 +00:00
configure.in New API to switch to S/MIME. There is no code yet behind it. 2001-10-15 12:19:14 +00:00
gpgme.txt Ready to release 0.2.2 2001-06-12 07:37:15 +00:00
INSTALL Release 0.2.1 2001-04-02 08:40:32 +00:00
Makefile.am Added more doc entries and prepared for 0.2.3 2001-09-17 08:25:36 +00:00
NEWS Fixed a keylisting bug 2001-09-17 10:36:05 +00:00
README Fix version number dependency. 2001-10-22 12:24:49 +00:00
README-alpha Starting project 'GnuPG Made Easy' 2000-10-27 14:55:24 +00:00
THANKS New API to switch to S/MIME. There is no code yet behind it. 2001-10-15 12:19:14 +00:00
TODO FIx last change (grr, didn't want to check in the version I checked in). 2001-10-22 15:44:39 +00:00

                  GPGME - GnuPG Made Easy
                ---------------------------

             !!!! THIS IS WORK IN PROGRESS !!!

If you want to hack on it, start with one of the tests/t-foo programs.
You need the latest CVS version of GnuPG 1.0, see
http://www.gnupg.org/cvs-access.html .  

You need at least GnuPG 1.0.6  (but don't use a 1.1.x version).


To build the W32 version, use 
./autogen.sh --build-w32


Please subscribe to the gnupg-devel@gnupg.org mailing list if you want
to do serious work.