diff options
-rw-r--r-- | src/lib/libcrypto/man/RSA_new.3 | 20 |
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. | |||
128 | If it reaches 0, it calls the optional | 128 | If it reaches 0, it calls the optional |
129 | .Fa finish | 129 | .Fa finish |
130 | function set up with | 130 | function set up with |
131 | .Xr RSA_meth_set_finish 3 , | 131 | .Xr RSA_meth_set_finish 3 |
132 | calls | 132 | and frees the |
133 | .Xr ENGINE_finish 3 | ||
134 | if | ||
135 | .Fa rsa | ||
136 | uses an engine, and frees the | ||
137 | .Vt RSA | 133 | .Vt RSA |
138 | structure and its components. | 134 | structure and its components. |
139 | The key is erased before the memory is returned to the system. | 135 | The key is erased before the memory is returned to the system. |
@@ -185,12 +181,8 @@ values are available. | |||
185 | .Pp | 181 | .Pp |
186 | Note that RSA keys may use non-standard | 182 | Note that RSA keys may use non-standard |
187 | .Vt RSA_METHOD | 183 | .Vt RSA_METHOD |
188 | implementations, either directly or by the use of | 184 | implementations. |
189 | .Vt ENGINE | 185 | In some cases, these |
190 | modules. | ||
191 | In some cases (e.g. an | ||
192 | .Vt ENGINE | ||
193 | providing support for hardware-embedded keys), these | ||
194 | .Vt BIGNUM | 186 | .Vt BIGNUM |
195 | values will not be used by the implementation or may be used for | 187 | values will not be used by the implementation or may be used for |
196 | alternative data storage. | 188 | alternative data storage. |