summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_use_certificate.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/man/SSL_CTX_use_certificate.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_use_certificate.3 b/src/lib/libssl/man/SSL_CTX_use_certificate.3
index fac1245f1c..c88a6971b2 100644
--- a/src/lib/libssl/man/SSL_CTX_use_certificate.3
+++ b/src/lib/libssl/man/SSL_CTX_use_certificate.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_use_certificate.3,v 1.16 2021/03/31 16:53:30 tb Exp $ 1.\" $OpenBSD: SSL_CTX_use_certificate.3,v 1.17 2025/01/18 10:45:12 tb Exp $
2.\" full merge up to: OpenSSL 3aaa1bd0 Mar 28 16:35:25 2017 +1000 2.\" full merge up to: OpenSSL 3aaa1bd0 Mar 28 16:35:25 2017 +1000
3.\" selective merge up to: OpenSSL d1f7a1e6 Apr 26 14:05:40 2018 +0100 3.\" selective merge up to: OpenSSL d1f7a1e6 Apr 26 14:05:40 2018 +0100
4.\" 4.\"
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: March 31 2021 $ 53.Dd $Mdocdate: January 18 2025 $
54.Dt SSL_CTX_USE_CERTIFICATE 3 54.Dt SSL_CTX_USE_CERTIFICATE 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -315,7 +315,7 @@ It compares the
315key components and parameters of an OpenSSL private key with the 315key components and parameters of an OpenSSL private key with the
316corresponding certificate loaded into 316corresponding certificate loaded into
317.Fa ctx . 317.Fa ctx .
318If more than one key/certificate pair (RSA/DSA) is installed, 318If more than one key/certificate pair (RSA/ECDSA) is installed,
319the last item installed will be compared. 319the last item installed will be compared.
320If, e.g., the last item was an RSA certificate or key, 320If, e.g., the last item was an RSA certificate or key,
321the RSA key/certificate pair will be checked. 321the RSA key/certificate pair will be checked.