Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . | Andrey Jivsov | 2011-01-06 | 1 | -2/+4 | |
|/ | | | | | | | | | | The following works: gpg2 --gen-key (ECC) gpg2 --list-keys gpg2 --list-packets ~/.gnupg/pubring.gpg gpg2 --list-packets <private key from http://sites.google.com/site/brainhub/pgpecckeys> ECDH doesn't work yet as the code must be re-written to adjust for gpg-agent refactoring. | |||||
* | Change stack size for Wince. | Werner Koch | 2010-11-23 | 1 | -0/+2 | |
| | | | | | | Allow for a longer agent atartup under wince. Print gpg output via estream. | |||||
* | Remove cruft. | Werner Koch | 2010-10-21 | 1 | -1/+0 | |
| | | | | | Make --gen-revoke work | |||||
* | ./autogen.sh --build-w32ce does now succeed. | Werner Koch | 2010-04-14 | 1 | -4/+15 | |
| | ||||||
* | Merged jnlib into common. | Werner Koch | 2010-03-10 | 1 | -1/+1 | |
| | ||||||
* | Implement the server comamnd DECRYPT. | Werner Koch | 2009-10-02 | 1 | -2/+2 | |
| | | | | | | | Use int instead of gnupg_fd_t in the server. Comment fixes. Rename encr-data.c -> decrypt-data.c | |||||
* | Rename encode.c to encrypt.c. | Werner Koch | 2009-09-28 | 1 | -1/+1 | |
| | | | | | | Rename function in a simlar way. Re-indent encrypt.c | |||||
* | Fix bug#1122. | Werner Koch | 2009-09-03 | 1 | -0/+2 | |
| | | | | | | Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files. | |||||
* | Add missing header file. | Werner Koch | 2008-12-12 | 1 | -1/+1 | |
| | ||||||
* | Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt. | Werner Koch | 2008-12-11 | 1 | -0/+9 | |
| | | | | | Fix SIG_ID computation. | |||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 1 | -2/+1 | |
| | | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 | |
| | | | | | Removed intl/. | |||||
* | A whole bunch of changes to allow building for Windows. | Werner Koch | 2007-06-14 | 1 | -1/+1 | |
| | | | | | See the ChangeLogs for details. | |||||
* | Syntax fix - should build now - however not tested. | Werner Koch | 2007-06-08 | 1 | -1/+1 | |
| | ||||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -2/+2 | |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
* | Started to code a --server mode. | Werner Koch | 2006-12-21 | 1 | -0/+1 | |
| | | | | | It is far from being ready! | |||||
* | Makefile.am: Link to iconv for jnlib dependency. (OSX) | David Shaw | 2006-12-07 | 1 | -2/+4 | |
| | ||||||
* | Changed order of libs | Werner Koch | 2006-11-21 | 1 | -1/+1 | |
| | ||||||
* | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-10-24 | 1 | -1/+1 | |
| | | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS). | |||||
* | . | Werner Koch | 2006-10-23 | 1 | -1/+8 | |
| | ||||||
* | Pth tweaks and improved estream.c | Werner Koch | 2006-10-17 | 1 | -2/+2 | |
| | ||||||
* | Various changes | Werner Koch | 2006-10-10 | 1 | -1/+1 | |
| | ||||||
* | Various updates | Werner Koch | 2006-09-21 | 1 | -2/+3 | |
| | ||||||
* | 2006-09-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-09-06 | 1 | -3/+3 | |
| | | | | | | | * Makefile.am (gpg2_LDADD, gpgv2_LDADD): Replace -lassuan and -lgpg-error with $(LIBASSUAN_LIBS) and $(GPG_ERROR_LIBS). (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS) and $(GPG_ERROR_CFLAGS). | |||||
* | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 2006-08-16 | 1 | -1/+2 | |
| | | | | | shows no prblems. Needs more testing of course. | |||||
* | Preparing a new releasegnupg-1.9.22 | Werner Koch | 2006-07-27 | 1 | -1/+1 | |
| | ||||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 | |
| | ||||||
* | g10/ does build again. | Werner Koch | 2006-05-23 | 1 | -1/+1 | |
| | ||||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -6/+5 | |
| | | | | | The gpg part does not yet build. | |||||
* | * configure.ac (gl_INIT): Add gnulib stuff. | Werner Koch | 2005-06-01 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h. | |||||
* | Avoid the " map_to_assuan_status called with no error source" diagnostic. | Werner Koch | 2004-12-18 | 1 | -1/+1 | |
| | ||||||
* | Preparing a new release. Updated gettext | Werner Koch | 2004-09-30 | 1 | -1/+1 | |
| | ||||||
* | * openfile.c (copy_options_file): Use gpg-conf.skel | Werner Koch | 2004-08-31 | 1 | -1/+1 | |
| | | | | | * Makefile.am: Install options.skel as gpg-conf.skel. | |||||
* | * gpgv.c: Removed g10defs.h. | Werner Koch | 2004-02-12 | 1 | -9/+8 | |
| | | | | | * Makefile.am: Include cmacros.am for common flags. | |||||
* | 2003-11-10 Moritz Schulte <[email protected]> | Moritz Schulte | 2003-11-10 | 1 | -1/+1 | |
| | | | | | * Makefile.am (INCLUDES): Added: @LIBGCRYPT_CFLAGS@. | |||||
* | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 2003-09-23 | 1 | -1/+1 | |
| | ||||||
* | Cleanups, fixes and PC/SC support | Werner Koch | 2003-08-05 | 1 | -11/+6 | |
| | ||||||
* | * keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards. | Werner Koch | 2003-07-23 | 1 | -0/+1 | |
| | | | | | | (do_generate_keypair): Abd generate the authkey. (check_smartcard): Changed menu accordingly. | |||||
* | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 2003-06-27 | 1 | -2/+1 | |
| | ||||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -8/+11 | |
| | | | | | | | | | | | to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works. | |||||
* | A small step for GnuPG but a huge leap for error codes. | Werner Koch | 2003-06-05 | 1 | -6/+7 | |
| | | | | | | (Sorry, it does not build currently - I need to check it in to avoid duplicate work.) | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-06-05 | 1 | -0/+123 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -123/+0 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | * Makefile.am: Link gpg with EGDLIBS (i.e. NETLIBS) as EGD uses sockets. | David Shaw | 2002-09-25 | 1 | -1/+1 | |
| | | | | | | Remove the old NETLIBS variable since the keyserver stuff is no longer internal. | |||||
* | * Makefile.am, hkp.c, hkp.h, keyserver.c (keyserver_work): Remove internal | David Shaw | 2002-09-12 | 1 | -2/+0 | |
| | | | | | HKP support. | |||||
* | The big extension module removal. | Werner Koch | 2002-08-03 | 1 | -1/+1 | |
| | ||||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -51/+74 | |
| | ||||||
* | Does now work with libgcrypt | Werner Koch | 2000-12-21 | 1 | -1/+1 | |
| | ||||||
* | Removed the libgcrypt stuff and started to modify the source to work with | Werner Koch | 2000-12-19 | 1 | -3/+3 | |
| | | | | | that external library. | |||||
* | Some configuration changes | Werner Koch | 2000-11-14 | 1 | -1/+2 | |
| |