diff options
author | Werner Koch <[email protected]> | 2002-06-25 17:50:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-06-25 17:50:59 +0000 |
commit | c65009a2c5e73d0bfee6b8ff499a161fcf735f93 (patch) | |
tree | d3cdbd170c7461bfbf2786fbf2b25689a94a2a6a /agent/keyformat.txt | |
parent | * certdump.c (print_dn_part): Always print a leading slash, (diff) | |
download | gnupg-NEWPG-0-3-8.tar.gz gnupg-NEWPG-0-3-8.zip |
* protect-tool.c (rsa_key_check): New.NEWPG-0-3-8
(import_p12_file): New.
(main): New command --p12-import.
* minip12.c, minip12.h: New.
Diffstat (limited to '')
-rw-r--r-- | agent/keyformat.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/keyformat.txt b/agent/keyformat.txt index bfb4ee4d4..6c0bd8b83 100644 --- a/agent/keyformat.txt +++ b/agent/keyformat.txt @@ -75,7 +75,7 @@ The only available protection mode for now is openpgp-s2k3-sha1-aes-cbc -which describesan algorithm using using AES in CBC mode for +which describes an algorithm using using AES in CBC mode for encryption, SHA-1 for integrity protection and the String to Key algorithm 3 from OpenPGP (rfc2440). @@ -159,5 +159,5 @@ independent of any protocol, so that the same key can be ised with different protocols. PKCS-15 calls this a subjectKeyHash; it can be calculate using Libgcrypt's gcry_pk_get_keygrip(). -[3] Even when canonical representation is required we will show the +[3] Even when canonical representation are required we will show the S-expression here in a more readable representation. |