hi
the following crashes after a few loops (if linked with 0.9.0) :

if ((p = BN_new()) == NULL)
        return;

while(1) {
BN_rand(p,16,0,1);
j=BN_is_prime(p,BN_prime_checks,NULL,NULL,NULL);
}

if crashes also for integers larger than 16 bits (but it takes longer to crash)

i have not figured out the problem ... but i'm still searching
best regards

Reply via email to