Update X509V3_get_d2i.pod returned pointer needs to be freed
CLA: trivial
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/24927)
(cherry picked from commit a4fd948512
)
This commit is contained in:
parent
dd744cd19b
commit
12c38af865
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue