summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-05-20 06:04:45 +0000
committerjmc <jmc@openbsd.org>2019-05-20 06:04:45 +0000
commitcf72297a07bc18f7cdef124444310b28fb40242c (patch)
treee4890b725ff8adccbbfa258a3a2f888586321a13
parenttweak previous; (diff)
downloadwireguard-openbsd-cf72297a07bc18f7cdef124444310b28fb40242c.tar.xz
wireguard-openbsd-cf72297a07bc18f7cdef124444310b28fb40242c.zip
*an* RSA;
-rw-r--r--lib/libcrypto/man/RSA_set_method.36
-rw-r--r--lib/libssl/man/SSL_CTX_set_cipher_list.36
-rw-r--r--lib/libssl/man/SSL_CTX_use_certificate.36
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libcrypto/man/RSA_set_method.3 b/lib/libcrypto/man/RSA_set_method.3
index b4724e3e6da..524430b6f85 100644
--- a/lib/libcrypto/man/RSA_set_method.3
+++ b/lib/libcrypto/man/RSA_set_method.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: RSA_set_method.3,v 1.12 2018/04/18 01:07:38 schwarze Exp $
+.\" $OpenBSD: RSA_set_method.3,v 1.13 2019/05/20 06:04:45 jmc Exp $
.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>
@@ -50,7 +50,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 18 2018 $
+.Dd $Mdocdate: May 20 2019 $
.Dt RSA_SET_METHOD 3
.Os
.Sh NAME
@@ -308,5 +308,5 @@ but will not be reflected in the return value of the
.Fn RSA_flags
function - in effect
.Fn RSA_flags
-behaves more like a RSA_default_flags() function, which does not
+behaves more like an RSA_default_flags() function, which does not
currently exist.
diff --git a/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/lib/libssl/man/SSL_CTX_set_cipher_list.3
index a64826e5782..64da0092d35 100644
--- a/lib/libssl/man/SSL_CTX_set_cipher_list.3
+++ b/lib/libssl/man/SSL_CTX_set_cipher_list.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.7 2018/04/10 21:37:20 schwarze Exp $
+.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.8 2019/05/20 06:04:45 jmc Exp $
.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 10 2018 $
+.Dd $Mdocdate: May 20 2019 $
.Dt SSL_CTX_SET_CIPHER_LIST 3
.Os
.Sh NAME
@@ -338,7 +338,7 @@ On the server side, all cipher suites have additional requirements.
ADH ciphers don't need a certificate, but DH-parameters must have been set.
All other cipher suites need a corresponding certificate and key.
.Pp
-A RSA cipher can only be chosen when a RSA certificate is available.
+A RSA cipher can only be chosen when an RSA certificate is available.
RSA ciphers using DHE need a certificate and key and additional DH-parameters
(see
.Xr SSL_CTX_set_tmp_dh_callback 3 ) .
diff --git a/lib/libssl/man/SSL_CTX_use_certificate.3 b/lib/libssl/man/SSL_CTX_use_certificate.3
index 9959330283b..17b7ef54e97 100644
--- a/lib/libssl/man/SSL_CTX_use_certificate.3
+++ b/lib/libssl/man/SSL_CTX_use_certificate.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_CTX_use_certificate.3,v 1.11 2019/04/09 22:01:50 schwarze Exp $
+.\" $OpenBSD: SSL_CTX_use_certificate.3,v 1.12 2019/05/20 06:04:45 jmc Exp $
.\" full merge up to: OpenSSL 3aaa1bd0 Mar 28 16:35:25 2017 +1000
.\" selective merge up to: OpenSSL d1f7a1e6 Apr 26 14:05:40 2018 +0100
.\"
@@ -50,7 +50,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 9 2019 $
+.Dd $Mdocdate: May 20 2019 $
.Dt SSL_CTX_USE_CERTIFICATE 3
.Os
.Sh NAME
@@ -312,7 +312,7 @@ corresponding certificate loaded into
.Fa ctx .
If more than one key/certificate pair (RSA/DSA) is installed,
the last item installed will be compared.
-If, e.g., the last item was a RSA certificate or key,
+If, e.g., the last item was an RSA certificate or key,
the RSA key/certificate pair will be checked.
.Fn SSL_check_private_key
performs the same