Any comments on the last release?

Nikos Mavroyanopoulos nmav at gnutls.org
Sat Apr 17 18:53:30 CEST 2004


On Thursday 08 April 2004 09:30, Werner Koch wrote:

> > I've tested it with gnutls and a multi-threaded web server and worked
> > fine. I have noticed, however, a delay in the RSA parameters generation
> > (at least for the 512 bits that are used by gnutls). Were there any
> > changes on this part?
> There is one change in the prime generator where the callback is
> called at other places using the new modes:
>   #define GCRY_PRIME_CHECK_AT_GOT_PRIME   1
>   #define GCRY_PRIME_CHECK_AT_MAYBE_PRIME 2
> if you probably check for mode (which used to be 0 in previous
> versions), it should not make any difference.
How can I do that? I currently generate the parameters using
gcry_pk_genkey() with a sexp of "(genkey(rsa(nbits %d)))".

>   Werner

-- 
Nikos Mavroyanopoulos



More information about the Gcrypt-devel mailing list