More secure storage of key material.
[openssl.git] / doc / crypto / bn.pod
index b52916bada6cd31b574a3098fae9c9144b2c098f..ab809f95e4b68322d0fc7cc3a18ef645fefa4354 100644 (file)
@@ -14,6 +14,7 @@ bn - multiprecision integer arithmetics
  void BN_clear_free(BIGNUM *a);
 
  BN_CTX *BN_CTX_new(void);
+ BN_CTX *BN_CTX_secure_new(void);
  void BN_CTX_free(BN_CTX *c);
 
  BIGNUM *BN_copy(BIGNUM *a, const BIGNUM *b);