Discussion:
[PATCH] Two typos in the 'enc' man page
Alex Weber
2014-10-17 03:44:16 UTC
Permalink
Not much else to say about this. :)


diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod
index 41791ad..8f4ef99 100644
--- a/doc/apps/enc.pod
+++ b/doc/apps/enc.pod
@@ -170,7 +170,7 @@ configuration file is read and any ENGINEs loaded.
Engines which provide entirely new encryption algorithms (such as ccgost
engine which provides gost89 algorithm) should be configured in the
configuration file. Engines, specified in the command line using -engine
-options can only be used for hadrware-assisted implementations of
+options can only be used for hardware-assisted implementations of
ciphers, which are supported by OpenSSL core or other engine, specified
in the configuration file.

@@ -212,7 +212,7 @@ Note that some of these ciphers can be disabled at compile time
and some are available only if an appropriate engine is configured
in the configuration file. The output of the B<enc> command run with
unsupported options (for example B<openssl enc -help>) includes a
-list of ciphers, supported by your versesion of OpenSSL, including
+list of ciphers, supported by your version of OpenSSL, including
ones provided by configured engines.

The B<enc> program does not support authenticated encryption modes

______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-***@openssl.org
Automated List Manager ***@openssl.org
Matt Caswell
2014-10-17 09:07:23 UTC
Permalink
Post by Alex Weber
Not much else to say about this. :)
Hi Alex

Please can you submit patches to "***@openssl.org"? They automatically
get copied to this list too. That way we can track them properly.
Patches sent directly to this list will have a tendency to be
lost/forgotten about.

Thanks

Matt
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-***@openssl.org
Automated List Manager ***@openssl.org
Loading...