diff options
Diffstat (limited to 'doc/man3/X509V3_get_d2i.pod')
-rw-r--r-- | doc/man3/X509V3_get_d2i.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/X509V3_get_d2i.pod b/doc/man3/X509V3_get_d2i.pod index 4a2e81b0dbdf..88294ff710f2 100644 --- a/doc/man3/X509V3_get_d2i.pod +++ b/doc/man3/X509V3_get_d2i.pod @@ -108,6 +108,7 @@ The function X509V3_get_d2i() and its variants will return NULL if the extension is not found, occurs multiple times or cannot be decoded. It is possible to determine the precise reason by checking the value of I<*crit>. +The returned pointer must be explicitly freed. The function X509V3_add1_i2d() and its variants allocate B<X509_EXTENSION> objects on STACK I<*x> depending on I<flags>. The B<X509_EXTENSION> objects @@ -236,7 +237,7 @@ L<X509_verify_cert(3)> =head1 COPYRIGHT -Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |