diff options
author | alex <> | 1999-09-23 04:12:01 +0000 |
---|---|---|
committer | alex <> | 1999-09-23 04:12:01 +0000 |
commit | 66e599bd04a1a21ab07ce26a92a35cbe9dfd484d (patch) | |
tree | 18bf68b1b9d0abc82a95ab9fdf3cc60bc0676532 | |
parent | eddda6bf00c124288aea38cccb8f6cbd44e6a13b (diff) | |
download | openbsd-66e599bd04a1a21ab07ce26a92a35cbe9dfd484d.tar.gz openbsd-66e599bd04a1a21ab07ce26a92a35cbe9dfd484d.tar.bz2 openbsd-66e599bd04a1a21ab07ce26a92a35cbe9dfd484d.zip |
Typo fixes.
-rw-r--r-- | src/lib/libc/crypt/blowfish.3 | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/ca.1 | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 647c8cb6b2..b73d727c91 100644 --- a/src/lib/libc/crypt/blowfish.3 +++ b/src/lib/libc/crypt/blowfish.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: blowfish.3,v 1.5 1999/07/09 13:35:15 aaron Exp $ | 1 | .\" $OpenBSD: blowfish.3,v 1.6 1999/09/23 04:12:00 alex Exp $ |
2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
3 | .\" All rights reserved. | 3 | .\" All rights reserved. |
4 | .\" | 4 | .\" |
@@ -65,7 +65,7 @@ function initializes the 4 8bit S-boxes and the 18 Subkeys with | |||
65 | the hexadecimal digits of Pi. The key is used for further randomization. | 65 | the hexadecimal digits of Pi. The key is used for further randomization. |
66 | The first argument to | 66 | The first argument to |
67 | .Fn blf_enc | 67 | .Fn blf_enc |
68 | is the initalized state derived from | 68 | is the initialized state derived from |
69 | .Fn blf_key . | 69 | .Fn blf_key . |
70 | The stream of 32-bit words is encrypted in Electronic Codebook | 70 | The stream of 32-bit words is encrypted in Electronic Codebook |
71 | Mode (ECB) and | 71 | Mode (ECB) and |
diff --git a/src/lib/libssl/src/doc/ca.1 b/src/lib/libssl/src/doc/ca.1 index 5b0c5a198d..e9e390a434 100644 --- a/src/lib/libssl/src/doc/ca.1 +++ b/src/lib/libssl/src/doc/ca.1 | |||
@@ -34,7 +34,7 @@ The ca program uses the ssleay.conf file for most of its configuration | |||
34 | -gencrl days - Generate a new CRL, days is when the next CRL is due | 34 | -gencrl days - Generate a new CRL, days is when the next CRL is due |
35 | This will generate a new certificate revocion list. | 35 | This will generate a new certificate revocion list. |
36 | -days arg - number of days to certify the certificate for | 36 | -days arg - number of days to certify the certificate for |
37 | When certifiying certificates, this is the number of days to use. | 37 | When certifying certificates, this is the number of days to use. |
38 | -md arg - md to use, one of md2, md5, sha or sha1 | 38 | -md arg - md to use, one of md2, md5, sha or sha1 |
39 | -policy arg - The CA 'policy' to support | 39 | -policy arg - The CA 'policy' to support |
40 | I'll describe this later, but there are 2 policies definied in the | 40 | I'll describe this later, but there are 2 policies definied in the |
@@ -46,7 +46,7 @@ The ca program uses the ssleay.conf file for most of its configuration | |||
46 | -in file - The input PEM encoded certificate request(s) | 46 | -in file - The input PEM encoded certificate request(s) |
47 | -out file - Where to put the output file(s) | 47 | -out file - Where to put the output file(s) |
48 | -outdir dir - Where to put output certificates | 48 | -outdir dir - Where to put output certificates |
49 | The -out options concatinates all the output certificied | 49 | The -out options concatenates all the output |
50 | certificates to one file, -outdir puts them in a directory, | 50 | certificates to one file, -outdir puts them in a directory, |
51 | named by serial number. | 51 | named by serial number. |
52 | -infiles .... - The last argument, requests to process | 52 | -infiles .... - The last argument, requests to process |
@@ -54,7 +54,7 @@ The ca program uses the ssleay.conf file for most of its configuration | |||
54 | 54 | ||
55 | Just about all the above have default values defined in ssleay.conf. | 55 | Just about all the above have default values defined in ssleay.conf. |
56 | 56 | ||
57 | The key variables in ssleay.conf are (for the pariticular '-name' being | 57 | The key variables in ssleay.conf are (for the particular '-name' being |
58 | used, in the default, it is CA_default). | 58 | used, in the default, it is CA_default). |
59 | 59 | ||
60 | dir is where all the CA database stuff is kept. | 60 | dir is where all the CA database stuff is kept. |
@@ -93,8 +93,8 @@ The org.Unit,Name does not have to be present and | |||
93 | commonName = supplied | 93 | commonName = supplied |
94 | commonName must be supplied in the certificate request. | 94 | commonName must be supplied in the certificate request. |
95 | 95 | ||
96 | For the 'policy_match' polocy, the order of the attributes in the | 96 | For the 'policy_match' policy, the order of the attributes in the |
97 | generated certiticate would be | 97 | generated certificate would be |
98 | countryName | 98 | countryName |
99 | stateOrProvinceName | 99 | stateOrProvinceName |
100 | organizationName | 100 | organizationName |