Werner Koch
bfbd80feb9
Exporting secret keys via gpg-agent is now basically supported.
...
A couple of forward ported changes.
Doc updates.
2010-10-01 20:33:53 +00:00
Werner Koch
8e5010a958
Decryption and signi via agent is now implemented.
2010-04-23 11:36:59 +00:00
Werner Koch
a1412b05de
More changes on the way to remove secring.gpg.
2010-04-21 16:26:17 +00:00
Werner Koch
fb2ba98963
Finished the bulk of changes to use estream in most places instead of
...
stdio.
2010-03-15 11:15:45 +00:00
Werner Koch
9a96043be4
Unification of the search descriptor usage.
2009-12-08 16:30:33 +00:00
Werner Koch
27c1b4bef8
Some changes to suport g13.
2009-09-30 15:28:38 +00:00
David Shaw
1b86ee9806
* main.h, mainproc.c (check_sig_and_print), keylist.c
...
(list_keyblock_print), pkclist.c (do_edit_ownertrust), keyedit.c
(menu_showphoto), photoid.c (generate_photo_id, show_photos), misc.c
(pct_expando): Add %v and %V expandos so that displaying photo IDs can
show the attribute validity tag (%v) and string (%V). Originally by
Daniel Gillmor.
2008-10-03 20:00:46 +00:00
David Shaw
0d71795aae
* pkclist.c (select_algo_from_prefs): Redo function to rank prefs and
...
pick a consensus winner across all keys.
2008-09-23 21:52:18 +00:00
Werner Koch
99361140a2
--locate-key now returns several keys if they all match.
2008-05-07 18:19:41 +00:00
Werner Koch
97ec9aac2b
Enhanced --auto-key-locate.
2008-04-08 11:04:16 +00:00
Werner Koch
86f35a55d0
Minor cleanups.
...
Implemented key helper kdns
2008-04-07 19:31:12 +00:00
Werner Koch
55ba204bfa
Started to implement the audit log feature.
...
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry.
Improved support for the quality bar.
Minor internal restructuring.
Translation fixes.
2007-11-19 16:03:50 +00:00
Werner Koch
93d3811abc
Changed to GPLv3.
...
Removed intl/.
2007-07-04 19:49:40 +00:00
Werner Koch
7eec2efa66
Added LIBINTL to more Makefile targets.
...
doc/
* com-certs.pem: Added the current root certifcates of D-Trust and
S-Trust.
g10/
* status.c (write_status_begin_signing): New.
* sign.c (sign_file, sign_symencrypt_file): Call it.
* textfilter.c (copy_clearsig_text): Call it.
* call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if
required.
* gpg.c (main): Let --no-use-agent and --gpg-agent-info print a
warning.
* misc.c (obsolete_option): New.
2007-01-30 20:16:28 +00:00
Werner Koch
10d563da08
Collected fixes.
2006-11-05 15:08:58 +00:00
Werner Koch
4b48bcacc9
Fix for bug 537
2006-10-02 11:54:35 +00:00
Werner Koch
de5070caf0
Preparing a new release
2006-07-27 14:18:55 +00:00
Werner Koch
6c208fea32
A couple of fixes. gpg2's key generation does now work.
2006-06-30 09:42:08 +00:00
Werner Koch
fbe4ac37f6
g10/ does build again.
2006-05-23 16:19:43 +00:00
Werner Koch
00ffc478de
Merged recent changes from 1.4
2006-04-28 14:31:29 +00:00
Werner Koch
d0907e64f4
Continued with merging.
...
Still does not build.
2006-04-19 13:24:36 +00:00
Werner Koch
29b23dea97
Merged with gpg 1.4.3 code.
...
The gpg part does not yet build.
2006-04-19 11:26:11 +00:00
Werner Koch
4c66e94ff9
Merged most of David Shaw's changes in 1.3 since 2003-06-03.
2003-09-23 17:48:33 +00:00
Werner Koch
c0c2c58054
Finished the bulk of changes for gnupg 1.9. This included switching
...
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.
2003-06-18 19:56:13 +00:00
Repo Admin
7250331472
This commit was manufactured by cvs2svn to create branch
...
'GNUPG-1-9-BRANCH'.
2003-06-05 07:14:21 +00:00
Repo Admin
82a17c9fb3
This commit was manufactured by cvs2svn to create branch
...
'GNUPG-1-9-BRANCH'.
2002-10-19 07:55:27 +00:00
Werner Koch
be9b626c1d
* pkclist.c (do_edit_ownertrust): Show all user IDs. This should
...
be enhanced to also show the current trust level. Suggested by
Florian Weimer.
2002-10-17 13:48:43 +00:00
David Shaw
46a58a0527
* pkclist.c (build_pk_list): Add new status code to indicate an untrusted
...
user. This (or a disabled key) fail with "unavailable pubkey"
(G10ERR_UNU_PUBKEY).
2002-08-30 19:21:55 +00:00
David Shaw
c721e11bf5
* pkclist.c (build_pk_list): Fail if any recipient keys are unusable.
...
* options.skel: The PGP LDAP keyserver is back. Use MIT keyserver as a
sample rather than cryptnet as cryptnet does not support searching yet.
* keyedit.c (show_key_with_all_names): Fix error message (preferences are
userid/selfsig and not key specific).
2002-08-30 18:01:32 +00:00
Werner Koch
5dfd5a6dac
* pkclist.c (do_we_trust_pre): Changed the wording of a warning.
...
* encode.c (encode_simple,encode_crypt): Use new style CTB for
compressssed packets when using MDC. We need to do this so that
concatenated messages are properly decrypted. Old style
compression assumes that it is the last packet; given that we
can't determine the length in advance, the uncompressor does not
know where to start. Actually we should use the new CTB always
but this would break PGP 2 compatibility.
* parse-packet.c (parse): Special treatment for new style CTB
compressed packets.
* build-packet.c (do_mdc): Removed. Was not used.
(do_encrypted_mdc): Count the version number and the MDC packet.
2002-08-30 16:34:13 +00:00
David Shaw
fa88fe9aaf
* keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments.
...
* export.c (do_export_stream): Fix noop bug in exporting sensitive
revocation keys.
* pkclist.c (do_edit_ownertrust): Comment out the option for showing trust
paths until it can be implemented.
2002-08-20 12:45:57 +00:00
David Shaw
1111da19a8
* encode.c (encode_simple): Fix problem with using compression algo 2 and
...
symmetric compressed files.
* encode.c (encode_simple, encode_crypt): If we are not using a MDC,
compress even if a file is already compressed. This is to help against
the chosen ciphertext attack.
* pkclist.c (select_algo_from_prefs): Fix requested algorithm bug so the
request succeeds even if the requested algorithm is not the first found.
* cipher.c (write_header), encode.c (use_mdc, encode_simple, encode_crypt,
encrypt_filter), g10.c (main): Be more eager to use a MDC. We use a MDC
if the keys directly support it, if the keys list AES (any) or TWOFISH
anywhere in the prefs, or if the cipher chosen does not have a 64 bit
blocksize.
2002-08-13 19:00:23 +00:00
David Shaw
3f51f7db3d
Update head to match stable 1.0
2002-06-29 13:46:34 +00:00
Werner Koch
14974bc5d7
See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner Koch
2000-10-06 12:28:44 +00:00
Werner Koch
9c20f65cbe
See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch
2000-10-04 11:16:19 +00:00
Werner Koch
986d928ce2
See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch
2000-09-18 14:35:34 +00:00
Werner Koch
92cd255508
See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch
2000-07-14 17:34:53 +00:00
Werner Koch
baa30ad117
See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch
2000-01-27 16:50:45 +00:00
Werner Koch
0070faa0ff
See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch
2000-01-24 11:55:49 +00:00
Werner Koch
4555c0be94
See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch
1999-12-08 21:03:03 +00:00
Werner Koch
881e513237
See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch
1999-11-13 16:43:23 +00:00
Werner Koch
cf70ca8d68
See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch
1999-10-26 12:14:37 +00:00
Werner Koch
39fe1cbfde
See ChangeLog: Fri Sep 3 10:06:06 CEST 1999 Werner Koch
1999-09-03 08:15:32 +00:00
Werner Koch
28c861268d
See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner Koch
1999-08-04 08:45:27 +00:00
Werner Koch
4dbfb24dbb
See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner Koch
1999-07-26 07:44:46 +00:00
Werner Koch
843742c086
See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner Koch
1999-07-23 12:03:01 +00:00
Werner Koch
68512418bd
See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner Koch
1999-07-13 15:41:14 +00:00
Werner Koch
28eb86c006
See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch
1999-07-01 10:53:35 +00:00
Werner Koch
717bce345c
See ChangeLog: Sat Jun 5 15:30:33 CEST 1999 Werner Koch
1999-06-05 13:36:15 +00:00
Werner Koch
c7447e78e2
See ChangeLog: Sun May 23 14:20:22 CEST 1999 Werner Koch
1999-05-23 12:29:05 +00:00
Werner Koch
7cb8838061
See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner Koch
1999-05-06 12:26:10 +00:00
Werner Koch
ebb0ed57c7
See ChangeLog: Sun Apr 18 20:48:15 CEST 1999 Werner Koch
1999-04-18 18:53:34 +00:00
Werner Koch
8d255ff264
See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner Koch
1999-03-17 12:13:04 +00:00
Werner Koch
b31145f3e2
See ChangeLog: Mon Mar 8 20:47:17 CET 1999 Werner Koch
1999-03-08 19:50:18 +00:00
Werner Koch
694099b9af
See ChangeLog: Fri Feb 26 17:55:41 CET 1999 Werner Koch
1999-02-26 16:59:48 +00:00
Werner Koch
946916a53d
See ChangeLog: Thu Feb 25 18:47:39 CET 1999 Werner Koch
1999-02-25 17:51:55 +00:00
Werner Koch
a4ff45f634
See ChangeLog: Fri Feb 19 15:49:15 CET 1999 Werner Koch
1999-02-19 14:54:00 +00:00
Werner Koch
e1a1b3fc90
See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch
1999-02-16 13:16:33 +00:00
Werner Koch
7d0efec7cf
See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch
1999-01-07 17:05:48 +00:00
Werner Koch
d6fa538a95
See ChangeLog: Tue Dec 29 19:55:38 CET 1998 Werner Koch
1998-12-29 18:58:27 +00:00
Werner Koch
6e08b235cb
See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch
1998-12-29 13:47:31 +00:00
Werner Koch
750d74333c
See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch
1998-12-23 12:41:40 +00:00
Werner Koch
b1e5c79926
See ChangeLog: Thu Dec 17 18:31:15 CET 1998 Werner Koch
1998-12-17 17:36:05 +00:00
Werner Koch
c6be02da77
See ChangeLog: Sun Dec 13 14:10:56 CET 1998 Werner Koch
1998-12-13 13:14:27 +00:00
Werner Koch
af6e96e4f9
See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner Koch
1998-12-10 19:20:47 +00:00
Werner Koch
a7d13c0d80
See ChangeLog: Fri Nov 27 12:39:29 CET 1998 Werner Koch
1998-11-27 11:42:49 +00:00
Werner Koch
71134011e3
Some experimental support for other random gatheres
1998-11-25 11:55:58 +00:00
Werner Koch
f9d2bd8cb9
some bug fixes
1998-11-18 19:59:06 +00:00
Werner Koch
17ea875ab0
See ChangeLog ;-). Key validation should now be faster
1998-11-13 19:41:41 +00:00
Werner Koch
b076ce3021
Some bug fixes of the last release
1998-11-10 12:59:59 +00:00
Werner Koch
35c1054507
ready to release 0.4.3
1998-11-08 17:23:14 +00:00
Werner Koch
786a2870df
a new release
1998-10-07 13:30:43 +00:00
Werner Koch
41fa8a3345
*** empty log message ***
1998-09-28 19:25:31 +00:00
Werner Koch
b4aeef458c
.
1998-09-18 15:24:53 +00:00
Werner Koch
48da5f940b
*** empty log message ***
1998-09-11 05:47:32 +00:00
Werner Koch
3e0e8f884f
bug fix release
1998-08-11 17:29:34 +00:00
Werner Koch
6ccf4e0f80
ready for a new release
1998-08-08 19:27:00 +00:00
Werner Koch
9b609091ab
intermediate check in
1998-08-05 16:51:59 +00:00
Werner Koch
0300d6aefc
started with shm coprocesses
1998-07-30 17:37:03 +00:00
Werner Koch
1a80de41a5
changed trustdb design
1998-07-21 12:53:38 +00:00
Werner Koch
0a76a4465b
sync
1998-07-14 17:10:28 +00:00
Werner Koch
e143f23c23
fixed severe exploit
1998-07-09 13:37:17 +00:00
Werner Koch
a9ec668cbe
intermediate release
1998-07-06 10:23:57 +00:00
Werner Koch
77a6af76d0
textual changes
1998-06-29 12:30:57 +00:00
Werner Koch
e284277f04
*** empty log message ***
1998-05-29 11:53:54 +00:00
Werner Koch
448f8e53fe
*** empty log message ***
1998-04-30 14:06:01 +00:00
Werner Koch
700c438def
applied Mathews typo and grammar fixes
1998-04-14 17:51:16 +00:00
Werner Koch
8b10a87908
test release
1998-04-08 19:49:02 +00:00
Werner Koch
303b1084d5
release 0.2.14
1998-04-02 10:30:03 +00:00
Werner Koch
0eb5aa6cfd
v0.2.11
1998-03-03 08:43:28 +00:00
Werner Koch
5a05af2bca
Renamed to GNUPG
1998-02-24 18:50:46 +00:00
Werner Koch
b758180325
added revcation stuff and fixed a couple of bugs
1998-02-18 13:58:46 +00:00
Werner Koch
bc5789665a
bug fixes
1998-02-11 23:22:09 +00:00
Werner Koch
b113394658
added initial i18n stuff
1998-01-26 22:09:01 +00:00
Werner Koch
d71f8bce7e
Trust stuff works partly.
1998-01-24 16:32:27 +00:00
Werner Koch
ea4b6f9db7
backup
1998-01-19 18:54:44 +00:00
Werner Koch
4ec1775f3e
added some trust model stuff
1998-01-16 21:15:24 +00:00
Werner Koch
922e57dd57
*** empty log message ***
1998-01-13 19:04:23 +00:00
Werner Koch
ed36092588
started with trust stuff
1998-01-12 10:18:17 +00:00
Werner Koch
4d2636eafe
Sylvester Version
1997-12-31 12:32:54 +00:00