summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-02-13 13:40:54 +0100
committerWerner Koch <wk@gnupg.org>2004-02-13 13:40:54 +0100
commite98b7a9b21bcc33a35a0e17df722a8773fc670aa (patch)
tree7a5a82832eae3c06e6a1a2ef3273f1fb191352d5 /README
parent* encrypt.c (init_dek): Check for too weak algorithms. (diff)
downloadgnupg2-e98b7a9b21bcc33a35a0e17df722a8773fc670aa.tar.xz
gnupg2-e98b7a9b21bcc33a35a0e17df722a8773fc670aa.zip
Require libksba 0.9.4 and libgcrypt 1.1.92.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 6 insertions, 10 deletions
diff --git a/README b/README
index 3eb745da7..5b4a69027 100644
--- a/README
+++ b/README
@@ -452,16 +452,12 @@ Some of the search modes are not yet implemented ;-)
HOW TO IMPORT A PRIVATE KEY
===========================
There is some limited support to import a private key from a PKCS-12
-file. Note, that this does only import the private key and not any
-certificates available in that file.
+file.
- gpgsm --call-protect-tool --p12-import --store foo.p12
+ gpgsm --import foo.p12
+
+This require that the gpg-agent is running.
-This require that the gpg-agent is running, alternative you may give
-the passphrase on the commandline using the option "-P <passphrase>" -
-however this is in general not a good idea. If that key already
-exists, the protect-tool refuses to store it unless you use the option
-"--force".
HOW TO EXPORT A PRIVATE KEY
===========================
@@ -474,13 +470,13 @@ format. However the certificate is not stored and there is no MAC applied.
SMARTCARD INTRO
===============
-GPG, the OpenPGP implementation supports the OpenPGP smartcard
+GPG, the OpenPGP part of GnuPG, supports the OpenPGP smartcard
(surprise!); see http://g10code.com/p-card.html.
[Fixme: We need to explain this further]
-GPGSM, the CMS (S/MIME) implementation supports two kinds of
+GPGSM, the CMS (S/MIME) part of GnuPG, supports two kinds of
smartcards. The most flexible way is to use PKCS#15 compliant cards,
however you must have build GnuPG with support for the OpenSC library.
The build process automagically detects the presence of this library