gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnutls-dev] Time-based release schedule and GnuTLS v2.2 plans


From: Werner Koch
Subject: Re: [gnutls-dev] Time-based release schedule and GnuTLS v2.2 plans
Date: Thu, 20 Sep 2007 15:45:11 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7)

On Wed, 19 Sep 2007 10:12, address@hidden said:

> It seems to be premature to directly write code adding support for 
> camellia.  I will insert "#ifdef USE_CAMELLIA" to the source code.

What about 

#define MY_GCRY_CIPHER_CAMELLIA128  310

and using a runtime test like I do in GnuPG:

    if (!gcry_cipher_test_algo (MY_GCRY_CIPHER_CAMELLIA128))
       yes_we_can_do_with_camellia ();    

Make a note somewhere to revise that code as soon as libgcrypt 1.3 is
required.  


Shalom-Salam,

   Werner


-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]