]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/crypto/bn.pod
Bleichenbacher's DSA attack
[thirdparty/openssl.git] / doc / crypto / bn.pod
index 224dfe166a7079144ce02edb3eceb839dcc1a369..8558ccfcd5c6a0ce045dc8a64f399901b59c1761 100644 (file)
@@ -68,6 +68,7 @@ bn - multiprecision integer arithmetics
 
  int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
  int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
+ int BN_rand_range(BIGNUM *rnd, BIGNUM *min, BIGNUM *max);
 
  BIGNUM *BN_generate_prime(BIGNUM *ret, int bits,int safe, BIGNUM *add,
          BIGNUM *rem, void (*callback)(int, int, void *), void *cb_arg);