Re: using the bn library tips, faq or howto anywhere

2004-09-05 Thread b l
thanks Nils, brian --- Nils Larsch <[EMAIL PROTECTED]> wrote: > b l wrote: > > Hi, > > > > If i reuse a BIGNUM created with BN_new() without > > freeing it first will i cause a memory leak? > > no > > > does the BIGNUM dynamically alloc

using the bn library tips, faq or howto anywhere

2004-09-05 Thread b l
Hi, If i reuse a BIGNUM created with BN_new() without freeing it first will i cause a memory leak? does the BIGNUM dynamically allocate memory each time it is used by certain functions? for example i create BIGNUM * tempBN=BN_new(); i might make a call to BN_bin2bn (char1,len,tempBN); i might

problem running tests on Windows CE

2003-01-11 Thread b l
hi, i'm having difficulty running all the tests on Windows CE. the PRNG hasn't been seeded so key gen tests won't work. how can i seed the PRNG on the Pocket PC ? i have read the faq but i don't quite understand. do i have to create a RANDFILE environment variable on the Pocket Pc (how is this done