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
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
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