diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/a-decade-of-gnupg.txt | 20 | ||||
-rw-r--r-- | doc/help.de.txt | 6 | ||||
-rw-r--r-- | doc/help.txt | 5 |
3 files changed, 28 insertions, 3 deletions
diff --git a/doc/a-decade-of-gnupg.txt b/doc/a-decade-of-gnupg.txt index 7ab57a865..7d625dfc6 100644 --- a/doc/a-decade-of-gnupg.txt +++ b/doc/a-decade-of-gnupg.txt @@ -196,3 +196,23 @@ Happy Hacking, [8] http://partners.nytimes.com/library/tech/99/11/cyber/articles/19encrypt.html [9] http://www.heise.de/tp/r4/artikel/5/5124/1.html +=== Remarks === + +In a reply to this mail Alan Olsen remakrked on the ML: + + MIT was forced to use the RSAREF library which had a non free + license. At first they used the RSAREF2 library, but then they were + told to use the RSAREF1 library. (I diffed the two libraries and + determined that the only difference was that RSAREF2 had fixed a + number of buffer overflows and other security flaws. There were no + added features.) + + If I remember correctly, 2.5 had RSAREF2 and 2.6 had RSAREF1. One + of the main reasons for the creation of the "International version" + was the use of RSAREF. (Besides the security issues, it was pretty + damn slow. In the days of the i386 people cared about speed.) + +Jaime Suarez translated the text in his blog, see + + http://wordpress.mundocripto.com + diff --git a/doc/help.de.txt b/doc/help.de.txt index 4d8236ead..ea2a4e462 100644 --- a/doc/help.de.txt +++ b/doc/help.de.txt @@ -102,16 +102,18 @@ Geben Sie "ja" oder "nein" ein . .gpg.keygen.name -Geben Sie den Namen des Schlüsselinhabers ein +Geben Sie den Namen des Schlüsselinhabers ein. +Beispiel: Heinrich Heine. . .gpg.keygen.email Geben Sie eine Email-Adresse ein. Dies ist zwar nicht unbedingt notwendig, aber sehr empfehlenswert. +Beispiel: [email protected] . .gpg.keygen.comment -Geben Sie - bei Bedarf - einen Kommentar ein +Geben Sie - bei Bedarf - einen Kommentar ein. . .gpg.keygen.userid.cmd diff --git a/doc/help.txt b/doc/help.txt index 4b8ec6277..a3322ee67 100644 --- a/doc/help.txt +++ b/doc/help.txt @@ -161,16 +161,19 @@ Answer "yes" or "no". .gpg.keygen.name -Enter the name of the key holder. +Enter the name of the key holder. +Example: Heinrich Heine . .gpg.keygen.email Please enter an optional but highly suggested email address. +Example: [email protected] . .gpg.keygen.comment Please enter an optional comment. +In general there is no need for a comment. . |