aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/man/man3/DSA_set_method.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/man3/DSA_set_method.3')
-rw-r--r--secure/lib/libcrypto/man/man3/DSA_set_method.311
1 files changed, 7 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/man/man3/DSA_set_method.3 b/secure/lib/libcrypto/man/man3/DSA_set_method.3
index f063f53a19db..71fc42a5a760 100644
--- a/secure/lib/libcrypto/man/man3/DSA_set_method.3
+++ b/secure/lib/libcrypto/man/man3/DSA_set_method.3
@@ -1,5 +1,5 @@
.\" -*- mode: troff; coding: utf-8 -*-
-.\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45)
+.\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -52,10 +52,13 @@
. \}
.\}
.rr rF
+.\"
+.\" Required to disable full justification in groff 1.23.0.
+.if n .ds AD l
.\" ========================================================================
.\"
.IX Title "DSA_SET_METHOD 3ossl"
-.TH DSA_SET_METHOD 3ossl 2025-09-30 3.5.4 OpenSSL
+.TH DSA_SET_METHOD 3ossl 2026-04-07 3.5.6 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -102,7 +105,7 @@ as returned by \fBDSA_OpenSSL()\fR.
structures created later.
\&\fBNB\fR: This is true only whilst no ENGINE has
been set as a default for DSA, so this function is no longer recommended.
-This function is not thread-safe and should not be called at the same time
+This function is not thread\-safe and should not be called at the same time
as other OpenSSL functions.
.PP
\&\fBDSA_get_default_method()\fR returns a pointer to the current default
@@ -115,7 +118,7 @@ recommended.
previous method was supplied by an ENGINE, the handle to that ENGINE will
be released during the change. It is possible to have DSA keys that only
work with certain DSA_METHOD implementations (e.g. from an ENGINE module
-that supports embedded hardware-protected keys), and in such cases
+that supports embedded hardware\-protected keys), and in such cases
attempting to change the DSA_METHOD for the key can have unexpected
results. See \fBDSA_meth_new\fR\|(3) for information on constructing custom DSA_METHOD
objects;