@@ -26,17 +26,17 @@ history: To help political activists Phil Zimmermann published a
26
26
software called Pretty Good Privacy (PGP) in 1991. PGP was designed
27
27
as an easy to use encryption tool with no backdoors and disclosed
28
28
source code. PGP was indeed intended to be cryptographically strong
29
- and not just pretty good; however it had a couple of inital bugs, most
29
+ and not just pretty good; however it had a couple of initial bugs, most
30
30
of all a home designed cipher algorithm. With the availability of the
31
31
source code a community of hackers (Branko Lankester, Colin Plumb,
32
32
Derek Atkins, Hal Finney, Peter Gutmann and others) helped him to fix
33
33
these flaws and a get a solid version 2 out.
34
34
35
- Soon after that the trouble started. As in many counties the use or
35
+ Soon after that the trouble started. As in many countries the use or
36
36
export of cryptographic devices and software was also strongly
37
37
restricted in the USA. Only weak cryptography was generally allowed.
38
38
PGP was much stronger and due to the Usenet and the availability of
39
- FTP servers and BBSs, PGP accidently leaked out of the country and
39
+ FTP servers and BBSs, PGP accidentally leaked out of the country and
40
40
soon Phil was sued for unlicensed munitions export. Those export
41
41
control laws were not quite up to the age of software with the funny
42
42
effect that exporting the software in printed form seemed not to be
@@ -58,7 +58,7 @@ the PGP product was later continued by the new PGP Corporation).
58
58
59
59
Also often claimed to be Free Software, PGP has never fulfilled the
60
60
requirements for it: PGP-5 is straight proprietary software; the
61
- availability of the source code alonedoes not make it free. PGP-2 has
61
+ availability of the source code alone does not make it free. PGP-2 has
62
62
certain restrictions on commercial use [2] and thus puts restrictions
63
63
on the software which makes it also non-free. Another problem with
64
64
PGP-2 is that it requires the use of the patented RSA and IDEA
@@ -80,8 +80,8 @@ such software in their country or even by US citizens working abroad.
80
80
Thus he told the European hackers that they are in the unique position
81
81
to help the GNU with crypto software.
82
82
83
- Being tired of writing SMGL conversion software and without a current
84
- fun project, I soon found my self hacking on PGP-2 parsing code based
83
+ Being tired of writing SGML conversion software and without a current
84
+ fun project, I soon found myself hacking on PGP-2 parsing code based
85
85
on the description in RFC-1991 and the pgformat.txt file. As this
86
86
turned out to be easy I continued and finally came up with code to
87
87
decrypt and create PGP-2 data. After I told the GNU towers that I
@@ -101,7 +101,7 @@ and wrote an announcement [5].
101
101
Right the next day Peter Gutmann offered to allow the use of his
102
102
random number code for systems without a /dev/random. This eventually
103
103
helped a lot to make GnuPG portable to many platforms. The next two
104
- months were filled with code updates and a lengthly discussion on the
104
+ months were filled with code updates and a lengthily discussion on the
105
105
name; we finally settled for Anand Kumria's suggestion of GnuPG and
106
106
made the first release under this name (gnupg-0.2.8) on Feb 24 [6].
107
107
Just a few days later an experimental version with support for Windows
@@ -117,7 +117,7 @@ copyright concerns with the reference code). Michael Roth contributed
117
117
a Triple-DES implementation later the year and thus completed the
118
118
required set of OpenPGP algorithms. Over the next year the usual
119
119
problems were solved, features discussed, complaints noticed and
120
- support for gpg in various other software was introduced by their
120
+ support for GPG in various other software was introduced by their
121
121
respective authors.
122
122
123
123
Finally, on September 7, 1999 the current code was released as version
@@ -206,7 +206,7 @@ In a reply to this mail Alan Olsen remarked on the ML:
206
206
determined that the only difference was that RSAREF2 had fixed a
207
207
number of buffer overflows and other security flaws. There were no
208
208
added features.)
209
-
209
+
210
210
If I remember correctly, 2.5 had RSAREF2 and 2.6 had RSAREF1. One
211
211
of the main reasons for the creation of the "International version"
212
212
was the use of RSAREF. (Besides the security issues, it was pretty
0 commit comments