mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Some bug fixes of the last release
This commit is contained in:
parent
35c1054507
commit
b076ce3021
52 changed files with 2853 additions and 1804 deletions
|
@ -39,6 +39,8 @@ RFCs
|
|||
1423 Privacy Enhancement for Internet Electronic Mail:
|
||||
Part III: Algorithms, Modes, and Identifiers.
|
||||
|
||||
1489 Registration of a Cyrillic Character Set.
|
||||
|
||||
1750 Randomness Recommendations for Security.
|
||||
|
||||
1991 PGP Message Exchange Formats.
|
||||
|
@ -47,6 +49,8 @@ RFCs
|
|||
|
||||
2144 The CAST-128 Encryption Algorithm.
|
||||
|
||||
2279 UTF-8, a transformation format of ISO 10646.
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -293,6 +293,13 @@ B<--homedir> I<dir>
|
|||
not make sense to use this in a options file. This
|
||||
also overrides the environment variable C<GNUPGHOME>.
|
||||
|
||||
B<--charset> I<name>
|
||||
Set the name of the native character set. This is used
|
||||
to convert some strings to proper UTF-8 encoding.
|
||||
Valid values for I<name> are:
|
||||
B<iso-8859-1> This is the default.
|
||||
B<koi8-r> The usual Russian set (rfc1489).
|
||||
|
||||
B<--options> I<file>
|
||||
Read options from I<file> and do not try to read
|
||||
them from the default options file in the homedir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue