aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-06 23:26:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-06 23:26:11 +0000
commit65f2a56580ec1b5ad27f1c898cd6891532d898a3 (patch)
tree22c26e864f1c5e5e48771788792ddc48bff2bacf /doc
parentf1f5c70a04d3fadbafe2e160bdf7efb84937a681 (diff)
downloadopenssl-65f2a56580ec1b5ad27f1c898cd6891532d898a3.tar.gz
documentation fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/ssl/SSL_CONF_CTX_set_flags.pod2
-rw-r--r--doc/ssl/SSL_CONF_cmd.pod10
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/ssl/SSL_CONF_CTX_set_flags.pod b/doc/ssl/SSL_CONF_CTX_set_flags.pod
index 6f7bf11a8b..90d97e74f0 100644
--- a/doc/ssl/SSL_CONF_CTX_set_flags.pod
+++ b/doc/ssl/SSL_CONF_CTX_set_flags.pod
@@ -26,7 +26,7 @@ Currently the following B<flags> values are recognised:
=over 4
-=item SSL_CONF_FLAG_FLAG_CMDLINE, SSL_CONF_FLAG_FLAG_FILE
+=item SSL_CONF_FLAG_CMDLINE, SSL_CONF_FLAG_FILE
recognise options intended for command line or configuration file use. At
least one of these flags must be set.
diff --git a/doc/ssl/SSL_CONF_cmd.pod b/doc/ssl/SSL_CONF_cmd.pod
index 90446ebfe6..0fbf0d75df 100644
--- a/doc/ssl/SSL_CONF_cmd.pod
+++ b/doc/ssl/SSL_CONF_cmd.pod
@@ -55,8 +55,8 @@ the value set for B<-sigalgs> will be used instead.
=item B<-curves>
-This sets the supported elliptic curves. For servers the curves are
-sent using the supported curves extension for TLS v1.2. For clients it is used
+This sets the supported elliptic curves. For clients the curves are
+sent using the supported curves extension. For servers it is used
to determine which curve to use. This setting affects curves used for both
signatures and key exchange, if applicable.
@@ -141,7 +141,7 @@ Note: the command prefix (if set) alters the recognised B<cmd> values.
=over 4
-=item B<CipherSuite>
+=item B<CipherString>
Sets the cipher suite list to B<value>. Note: syntax checking of B<value> is
currently not performed unless an B<SSL> or B<SSL_CTX> structure is
@@ -174,8 +174,8 @@ the value set for B<SignatureAlgorithms> will be used instead.
=item B<Curves>
-This sets the supported elliptic curves. For servers the curves are
-sent using the supported curves extension for TLS v1.2. For clients it is used
+This sets the supported elliptic curves. For clients the curves are
+sent using the supported curves extension. For servers it is used
to determine which curve to use. This setting affects curves used for both
signatures and key exchange, if applicable.