diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/man/ASN1_OBJECT_new.3 | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ASN1_OBJECT_new.3 b/src/lib/libcrypto/man/ASN1_OBJECT_new.3 index 6aa4723c7f..3e2eac02ee 100644 --- a/src/lib/libcrypto/man/ASN1_OBJECT_new.3 +++ b/src/lib/libcrypto/man/ASN1_OBJECT_new.3 | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | .\" $OpenBSD: ASN1_OBJECT_new.3,v 1.15 2021/12/15 20:07:51 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_OBJECT_new.3,v 1.16 2023/09/05 15:01:39 schwarze Exp $ |
| 2 | .\" full merge up to: OpenSSL 99d63d4 Mar 19 12:28:58 2016 -0400 | 2 | .\" full merge up to: OpenSSL 99d63d4 Mar 19 12:28:58 2016 -0400 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
| 5 | .\" The changes are covered by the following Copyright and license: | 5 | .\" The changes are covered by the following Copyright and license: |
| 6 | .\" | 6 | .\" |
| 7 | .\" Copyright (c) 2017, 2021 Ingo Schwarze <schwarze@openbsd.org> | 7 | .\" Copyright (c) 2017, 2021, 2023 Ingo Schwarze <schwarze@openbsd.org> |
| 8 | .\" | 8 | .\" |
| 9 | .\" Permission to use, copy, modify, and distribute this software for any | 9 | .\" Permission to use, copy, modify, and distribute this software for any |
| 10 | .\" purpose with or without fee is hereby granted, provided that the above | 10 | .\" purpose with or without fee is hereby granted, provided that the above |
| @@ -65,7 +65,7 @@ | |||
| 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 67 | .\" | 67 | .\" |
| 68 | .Dd $Mdocdate: December 15 2021 $ | 68 | .Dd $Mdocdate: September 5 2023 $ |
| 69 | .Dt ASN1_OBJECT_NEW 3 | 69 | .Dt ASN1_OBJECT_NEW 3 |
| 70 | .Os | 70 | .Os |
| 71 | .Sh NAME | 71 | .Sh NAME |
| @@ -207,3 +207,22 @@ first appeared in SSLeay 0.5.1 and | |||
| 207 | in SSLeay 0.8.0. | 207 | in SSLeay 0.8.0. |
| 208 | These functions have been available since | 208 | These functions have been available since |
| 209 | .Ox 2.4 . | 209 | .Ox 2.4 . |
| 210 | .Sh BUGS | ||
| 211 | The function | ||
| 212 | .Fn ASN1_OBJECT_new | ||
| 213 | is not useful for any practical purpose because the library does not | ||
| 214 | provide any function capable of adding data to an existing object. | ||
| 215 | Consequently, if the application program creates an object with | ||
| 216 | .Fn ASN1_OBJECT_new , | ||
| 217 | that object will always remain empty. | ||
| 218 | .Pp | ||
| 219 | Similarly, if an | ||
| 220 | .Fa nid | ||
| 221 | of | ||
| 222 | .Dv NID_undef | ||
| 223 | is passed to | ||
| 224 | .Fn ASN1_OBJECT_create , | ||
| 225 | or if | ||
| 226 | .Dv NULL | ||
| 227 | is passed for any of its pointer arguments, the returned object | ||
| 228 | will permanently remain incomplete. | ||
