diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/man/EC_KEY_new.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EC_KEY_new.3 b/src/lib/libcrypto/man/EC_KEY_new.3 index 06afdd537c..f415b91d6f 100644 --- a/src/lib/libcrypto/man/EC_KEY_new.3 +++ b/src/lib/libcrypto/man/EC_KEY_new.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: EC_KEY_new.3,v 1.18 2023/08/29 10:07:42 tb Exp $ | 1 | .\" $OpenBSD: EC_KEY_new.3,v 1.19 2024/02/16 06:09:36 tb Exp $ |
| 2 | .\" full merge up to: OpenSSL 3aef36ff Jan 5 13:06:03 2016 -0500 | 2 | .\" full merge up to: OpenSSL 3aef36ff Jan 5 13:06:03 2016 -0500 |
| 3 | .\" partial merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 3 | .\" partial merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 |
| 4 | .\" | 4 | .\" |
| @@ -49,7 +49,7 @@ | |||
| 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 51 | .\" | 51 | .\" |
| 52 | .Dd $Mdocdate: August 29 2023 $ | 52 | .Dd $Mdocdate: February 16 2024 $ |
| 53 | .Dt EC_KEY_NEW 3 | 53 | .Dt EC_KEY_NEW 3 |
| 54 | .Os | 54 | .Os |
| 55 | .Sh NAME | 55 | .Sh NAME |
| @@ -324,6 +324,10 @@ object, the private key and the | |||
| 324 | public key for the | 324 | public key for the |
| 325 | .Fa key , | 325 | .Fa key , |
| 326 | respectively. | 326 | respectively. |
| 327 | The setters copy the group and key objects without sanity checks | ||
| 328 | and it is the caller's responsibility to ensure that | ||
| 329 | the resulting key is valid, for example using | ||
| 330 | .Fn EC_KEY_check_key . | ||
| 327 | .Pp | 331 | .Pp |
| 328 | The functions | 332 | The functions |
| 329 | .Fn EC_KEY_get_enc_flags | 333 | .Fn EC_KEY_get_enc_flags |
