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
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
/
sm
/
import.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-09
Use gpgrt_process_spawn API from libgpg-error.
NIIBE Yutaka
1
-1
/
+0
2024-05-31
indent: Fix spelling
Daniel Kahn Gillmor
1
-1
/
+1
2024-01-15
gpgsm: Allow parsing of PKCS#12 files with two private keys.
Werner Koch
1
-76
/
+81
2023-07-25
sm: Use estream for I/O.
NIIBE Yutaka
1
-31
/
+20
2022-02-18
sm: Fix use of value NONE in gnupg_isotime_t type.
NIIBE Yutaka
1
-1
/
+2
2021-06-11
sm: Fix finding of issuer in use-keyboxd mode.
Werner Koch
1
-1
/
+2
2021-05-17
sm: Ask for the password for password based decryption (pwri)
Werner Koch
1
-1
/
+1
2021-02-24
sm: Silence some output on --quiet
Werner Koch
1
-1
/
+2
2020-09-10
sm: Implement initial support for keyboxd.
Werner Koch
1
-1
/
+1
2020-09-03
sm: Add arg ctrl to keydb_new.
Werner Koch
1
-1
/
+1
2020-07-08
gpgsm: Replace all assert calls by log_assert.
Werner Koch
1
-1
/
+0
2020-04-23
sm: Minor debug output format changes.
Werner Koch
1
-1
/
+1
2020-04-21
sm: Support import of PKCS#12 encoded ECC private keys.
Werner Koch
1
-30
/
+77
2017-11-27
Use the gpgrt log functions if possible.
Werner Koch
1
-1
/
+1
2017-04-28
Spelling fixes in docs and comments.
NIIBE Yutaka
1
-1
/
+1
2017-03-07
Remove -I option to common.
NIIBE Yutaka
1
-3
/
+3
2017-02-16
common: Rename remaining symbols in ksba-io-support.
Werner Koch
1
-3
/
+3
2017-02-16
common: Remove gpgsm dependencies from ksba-io-support.
Werner Koch
1
-1
/
+6
2016-11-10
gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.
Werner Koch
1
-3
/
+3
2016-11-10
sm: Remove unused arg SECRET from keydb functions.
Werner Koch
1
-1
/
+1
2016-11-05
Change all http://www.gnu.org in license notices to https://
Werner Koch
1
-1
/
+1
2015-11-17
Fix typos found using codespell.
Justus Winter
1
-1
/
+1
2011-04-25
Fix regression in gpg's mail address parsing.
Werner Koch
1
-1
/
+1
2011-02-04
Nuked almost all trailing white space.
post-nuke-of-trailing-ws
Werner Koch
1
-27
/
+27
2010-10-01
Exporting secret keys via gpg-agent is now basically supported.
Werner Koch
1
-4
/
+10
2010-06-21
Implement export of pkcs#12 objects using a direct agent connection.
Werner Koch
1
-4
/
+5
2010-06-17
Avoid using the protect-tool to import pkcs#12.
Werner Koch
1
-208
/
+334
2010-06-09
Merged Dirmngr with GnuPG.
Werner Koch
1
-1
/
+2
2010-03-24
More changes for CE. gpgsm does now build and run a keylisting.
Werner Koch
1
-14
/
+13
2010-03-08
Replace use stdio by estream functions.
Werner Koch
1
-19
/
+19
2009-12-08
Unification of the search descriptor usage.
Werner Koch
1
-1
/
+1
2009-07-07
Impleemned gpgsm's IMPORT --re-import feature.
Werner Koch
1
-3
/
+127
2009-04-01
Import/export of pkcs#12 now uses the gpg-agent directly.
Werner Koch
1
-3
/
+9
2008-10-23
Try to start the agent before invoking the protect-tool.
Werner Koch
1
-2
/
+8
2008-10-20
Marked all unused args on non-W32 platforms.
Werner Koch
1
-1
/
+3
2008-05-20
Fix --output option used when with --export-secret-kety-p12.
Werner Koch
1
-1
/
+1
2008-02-13
Always search missing certifcates using a running Dirmngr's cache.
Werner Koch
1
-2
/
+2
2008-01-27
[W32] Avoid extra console window when importing or exporting.
Werner Koch
1
-1
/
+1
2007-08-29
Extended the --check-program output: Error messages are now inlcued in an
Werner Koch
1
-1
/
+1
2007-08-29
New command --check-programs for gpgconf.
Werner Koch
1
-1
/
+1
2007-08-22
Updated estream.
Werner Koch
1
-2
/
+3
2007-08-10
Implemented the chain model for X.509 validation.
Werner Koch
1
-1
/
+1
2007-07-04
Changed to GPLv3.
Werner Koch
1
-4
/
+2
2007-06-14
A whole bunch of changes to allow building for Windows.
Werner Koch
1
-1
/
+1
2007-03-20
kbx/
Werner Koch
1
-1
/
+2
2006-09-14
Take advantage of newer gpg-error features.
Werner Koch
1
-3
/
+3
2006-09-06
The big Assuan error code removal.
Werner Koch
1
-7
/
+7
2006-06-20
Updated FSF's address.
Werner Koch
1
-1
/
+2
2005-07-27
Removed directories which are only used by the 1.9 branch
Werner Koch
1
-349
/
+0
2004-12-20
* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
Werner Koch
1
-0
/
+1
[next]