Document supported curve functions.
[openssl.git] / doc / ssl / SSL_CONF_CTX_new.pod
index 63fa8cf706b3c2d1680d568ae3a53c30a62135a5..a9ccb049f4f24a45fe4d843cbf9fa651b17e7f90 100644 (file)
@@ -13,7 +13,7 @@ SSL_CONF_CTX_new, SSL_CONF_CTX_free - SSL configuration allocation functions
 
 =head1 DESCRIPTION
 
-The function SSL_CONF_CTX_new() allocates and initialised an B<SSL_CONF_CTX>
+The function SSL_CONF_CTX_new() allocates and initialises an B<SSL_CONF_CTX>
 structure for use with the SSL_CONF functions.
 
 The function SSL_CONF_CTX_free() frees up the context B<cctx>.
@@ -29,11 +29,12 @@ SSL_CONF_CTX_free() does not return a value.
 
 L<SSL_CONF_CTX_set_flags(3)|SSL_CONF_CTX_set_flags(3)>,
 L<SSL_CONF_CTX_set_ssl_ctx(3)|SSL_CONF_CTX_set_ssl_ctx(3)>,
+L<SSL_CONF_CTX_set1_prefix(3)|SSL_CONF_CTX_set1_prefix(3)>,
 L<SSL_CONF_cmd(3)|SSL_CONF_cmd(3)>,
 L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 1.1.0
+These functions were first added to OpenSSL 1.0.2
 
 =cut