From 66e599bd04a1a21ab07ce26a92a35cbe9dfd484d Mon Sep 17 00:00:00 2001 From: alex <> Date: Thu, 23 Sep 1999 04:12:01 +0000 Subject: Typo fixes. --- src/lib/libc/crypt/blowfish.3 | 4 ++-- 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 @@ -.\" $OpenBSD: blowfish.3,v 1.5 1999/07/09 13:35:15 aaron Exp $ +.\" $OpenBSD: blowfish.3,v 1.6 1999/09/23 04:12:00 alex Exp $ .\" Copyright 1997 Niels Provos .\" All rights reserved. .\" @@ -65,7 +65,7 @@ function initializes the 4 8bit S-boxes and the 18 Subkeys with the hexadecimal digits of Pi. The key is used for further randomization. The first argument to .Fn blf_enc -is the initalized state derived from +is the initialized state derived from .Fn blf_key . The stream of 32-bit words is encrypted in Electronic Codebook 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 -gencrl days - Generate a new CRL, days is when the next CRL is due This will generate a new certificate revocion list. -days arg - number of days to certify the certificate for - When certifiying certificates, this is the number of days to use. + When certifying certificates, this is the number of days to use. -md arg - md to use, one of md2, md5, sha or sha1 -policy arg - The CA 'policy' to support 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 -in file - The input PEM encoded certificate request(s) -out file - Where to put the output file(s) -outdir dir - Where to put output certificates - The -out options concatinates all the output certificied + The -out options concatenates all the output certificates to one file, -outdir puts them in a directory, named by serial number. -infiles .... - The last argument, requests to process @@ -54,7 +54,7 @@ The ca program uses the ssleay.conf file for most of its configuration Just about all the above have default values defined in ssleay.conf. -The key variables in ssleay.conf are (for the pariticular '-name' being +The key variables in ssleay.conf are (for the particular '-name' being used, in the default, it is CA_default). 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 commonName = supplied commonName must be supplied in the certificate request. -For the 'policy_match' polocy, the order of the attributes in the -generated certiticate would be +For the 'policy_match' policy, the order of the attributes in the +generated certificate would be countryName stateOrProvinceName organizationName -- cgit v1.2.3-55-g6feb