summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/man/RSA_new.320
1 files changed, 6 insertions, 14 deletions
diff --git a/src/lib/libcrypto/man/RSA_new.3 b/src/lib/libcrypto/man/RSA_new.3
index b4c595ff25..f5c7929e77 100644
--- a/src/lib/libcrypto/man/RSA_new.3
+++ b/src/lib/libcrypto/man/RSA_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_new.3,v 1.17 2022/07/13 21:51:35 schwarze Exp $ 1.\" $OpenBSD: RSA_new.3,v 1.18 2023/11/19 21:03:22 tb Exp $
2.\" full merge up to: 2.\" full merge up to:
3.\" OpenSSL doc/man3/RSA_new.pod e9b77246 Jan 20 19:58:49 2017 +0100 3.\" OpenSSL doc/man3/RSA_new.pod e9b77246 Jan 20 19:58:49 2017 +0100
4.\" OpenSSL doc/crypto/rsa.pod 35d2e327 Jun 3 16:19:49 2016 -0400 (final) 4.\" OpenSSL doc/crypto/rsa.pod 35d2e327 Jun 3 16:19:49 2016 -0400 (final)
@@ -67,7 +67,7 @@
67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
68.\" OF THE POSSIBILITY OF SUCH DAMAGE. 68.\" OF THE POSSIBILITY OF SUCH DAMAGE.
69.\" 69.\"
70.Dd $Mdocdate: July 13 2022 $ 70.Dd $Mdocdate: November 19 2023 $
71.Dt RSA_NEW 3 71.Dt RSA_NEW 3
72.Os 72.Os
73.Sh NAME 73.Sh NAME
@@ -128,12 +128,8 @@ decrements the reference count by 1.
128If it reaches 0, it calls the optional 128If it reaches 0, it calls the optional
129.Fa finish 129.Fa finish
130function set up with 130function set up with
131.Xr RSA_meth_set_finish 3 , 131.Xr RSA_meth_set_finish 3
132calls 132and frees the
133.Xr ENGINE_finish 3
134if
135.Fa rsa
136uses an engine, and frees the
137.Vt RSA 133.Vt RSA
138structure and its components. 134structure and its components.
139The key is erased before the memory is returned to the system. 135The key is erased before the memory is returned to the system.
@@ -185,12 +181,8 @@ values are available.
185.Pp 181.Pp
186Note that RSA keys may use non-standard 182Note that RSA keys may use non-standard
187.Vt RSA_METHOD 183.Vt RSA_METHOD
188implementations, either directly or by the use of 184implementations.
189.Vt ENGINE 185In some cases, these
190modules.
191In some cases (e.g. an
192.Vt ENGINE
193providing support for hardware-embedded keys), these
194.Vt BIGNUM 186.Vt BIGNUM
195values will not be used by the implementation or may be used for 187values will not be used by the implementation or may be used for
196alternative data storage. 188alternative data storage.