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

Werner Koch wk at gnupg.org
Thu Sep 20 15:45:11 CEST 2007


On Wed, 19 Sep 2007 10:12, yanagisawa at csg.is.titech.ac.jp 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.





More information about the Gnutls-devel mailing list