Updated doc for BN_clear, BN_CTX_end when param is NULL
authorShane Lontis <shane.lontis@oracle.com>
Tue, 19 Mar 2019 22:13:55 +0000 (08:13 +1000)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Mar 2019 09:29:51 +0000 (10:29 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8532)

doc/man3/BN_CTX_start.pod
doc/man3/BN_new.pod

index bf3a8b59ad01a559631237e62e85f0941af375fc..d4780fe9cdc163dacb13a421fe90630d6ab52c18 100644 (file)
@@ -27,6 +27,7 @@ calls must be made before calling any other functions that use the
 B<ctx> as an argument.
 
 Finally, BN_CTX_end() must be called before returning from the function.
+If B<ctx> is NULL, nothing is done.
 When BN_CTX_end() is called, the B<BIGNUM> pointers obtained from
 BN_CTX_get() become invalid.
 
index e3800b82b738dccb0219b7ec964033aeb1b9eca7..e7269e0176923754c8db0b578b00faf078dff435 100644 (file)
@@ -27,6 +27,7 @@ OPENSSL_secure_malloc(3) is used to store the value.
 BN_clear() is used to destroy sensitive data such as keys when they
 are no longer needed. It erases the memory used by B<a> and sets it
 to the value 0.
+If B<a> is NULL, nothing is done.
 
 BN_free() frees the components of the B<BIGNUM>, and if it was created
 by BN_new(), also the structure itself. BN_clear_free() additionally