index
:
GnuPG
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
bugfixes-2.2
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
g10
/
sign.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-12
gpg: Remove all support for v3 keys and always create v4-signatures.
Werner Koch
1
-167
/
+94
2014-09-27
gpg: Default to SHA-256 for all signature types on RSA keys.
Werner Koch
1
-1
/
+1
2014-08-14
gpg: Remove options --pgp2 and --rfc1991.
Werner Koch
1
-36
/
+15
2014-08-14
gpg: Remove --compress-keys and --compress-sigs feature.
Werner Koch
1
-1
/
+1
2014-06-30
gpg: Create exported secret files and revocs with mode 700.
Werner Koch
1
-5
/
+5
2014-04-15
gpg: Change pinentry prompt to talk about "secret key".
Werner Koch
1
-1
/
+1
2014-03-10
Comment fixes.
Werner Koch
1
-3
/
+3
2014-03-07
Silence several warnings when building under Windows.
Werner Koch
1
-3
/
+3
2014-01-30
gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.
Werner Koch
1
-4
/
+5
2013-11-18
Make use of the *_NAME etc macros.
Werner Koch
1
-1
/
+2
2013-11-15
gpg: Rework ECC support and add experimental support for Ed25519.
Werner Koch
1
-6
/
+29
2013-02-07
gpg: Add pinentry-mode feature.
Werner Koch
1
-0
/
+1
2013-01-11
gpg: Fix honoring --cert-digest-algo when recreating a cert
Christian Aistleitner
1
-0
/
+2
2012-12-19
gpg: Make commit 2b3cb2ee actually work
Werner Koch
1
-2
/
+3
2012-06-05
Change all quotes in strings and comments to the new GNU standard.
Werner Koch
1
-10
/
+10
2012-02-01
Honor --cert-digest-algo when recreating a cert.
David Shaw
1
-2
/
+7
2011-09-20
Replace gcry_md_start_debug by gcry_md_debug.
Werner Koch
1
-3
/
+3
2011-02-03
Extend algo selection menu.
Werner Koch
1
-38
/
+38
2011-01-21
Truncate the DSA hash; fixes regression.
Werner Koch
1
-3
/
+0
2011-01-21
Make most of the selftests work.
Werner Koch
1
-0
/
+3
2011-01-21
Editorial changes and allow building with old libgcrypts.
Werner Koch
1
-13
/
+17
2011-01-06
Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .
Andrey Jivsov
1
-22
/
+16
2010-10-20
Make public key data structure easier to read.
Werner Koch
1
-5
/
+44
2010-10-18
Fix a signing problem with the card
Werner Koch
1
-53
/
+23
2010-10-01
Exporting secret keys via gpg-agent is now basically supported.
Werner Koch
1
-2
/
+3
2010-09-06
Removed more secret key related code.
Werner Koch
1
-1
/
+1
2010-09-01
Even less prompts for a new key now.
Werner Koch
1
-16
/
+19
2010-04-27
Provide a useful pinentry prompt.
Werner Koch
1
-4
/
+1
2010-04-23
Decryption and signi via agent is now implemented.
Werner Koch
1
-4
/
+10
2010-04-21
More changes on the way to remove secring.gpg.
Werner Koch
1
-0
/
+3
2010-04-20
Generating an OpenPGP key cia gpg-agent basically works.
Werner Koch
1
-61
/
+111
2010-04-01
Use gpg_err_set_errno to assign values to ERRNO.
Werner Koch
1
-6
/
+6
2010-02-26
Some minor changes and typo fixes.
Werner Koch
1
-6
/
+9
2010-02-02
Various changes to eventually support openpgp keys in pgp-agent.
Werner Koch
1
-188
/
+192
2009-09-30
Some changes to suport g13.
Werner Koch
1
-3
/
+4
2009-05-11
Print 'empty file' warning only with --verbose.
Werner Koch
1
-1
/
+1
2008-09-29
Remove hacks which are not anymore needed since we now require Libgcrypt 1.4
Werner Koch
1
-3
/
+1
2007-12-12
Support DSA2.
Werner Koch
1
-7
/
+9
2007-11-19
Started to implement the audit log feature.
Werner Koch
1
-1
/
+1
2007-10-25
Ported changes from 1.4.
Werner Koch
1
-43
/
+15
2007-07-04
Changed to GPLv3.
Werner Koch
1
-4
/
+2
2007-06-21
Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ...
Werner Koch
1
-0
/
+1
2007-06-20
[w32] gpg-agent is now started automagically by gpgsm.
Werner Koch
1
-4
/
+1
2007-01-30
Added LIBINTL to more Makefile targets.
Werner Koch
1
-2
/
+3
2006-12-06
Fixes for CVE-2006-6235
Werner Koch
1
-20
/
+30
2006-10-02
Fix for bug 537
Werner Koch
1
-6
/
+6
2006-09-14
Take advantage of newer gpg-error features.
Werner Koch
1
-6
/
+6
2006-07-27
Preparing a new release
gnupg-1.9.22
Werner Koch
1
-45
/
+56
2006-06-28
* keydb.h, pkclist.c (select_algo_from_prefs, algo_available): Pass a
David Shaw
1
-6
/
+8
2006-06-28
* sign.c (sign_file): When signing with multiple DSA keys, one being DSA1
David Shaw
1
-49
/
+43
[next]