home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libgcrypt11 / TODO < prev   
Encoding:
Text File  |  2005-07-29  |  1.2 KB  |  36 lines

  1. What's left to do                                 -*- outline -*-
  2.  
  3. * Add more tests.  Even basic is very minimal.
  4.  
  5. * udiv-qrnbd.o should get build as *.lo [HPUX]
  6.  
  7. * Allow operation using RSA keys consisting of the OpenSSL list of
  8.   parameters and allow for a third form where the private Exponent
  9.   is not given (saves space).
  10.  
  11. * Add a warning to the manual, to check that libgcrypt actually has
  12.   been compiled with thread support when used by a threaded
  13.   application.
  14.  
  15. * write an autoconf test to check whether the linker supports a
  16.   version script.
  17.  
  18. * Make use of the forthcoming visibility attribute.
  19.  
  20. * Add attributes to the MPI functions.
  21.  
  22. * Write tests for the progress function
  23.  
  24. * In case the ac interface will be more popular than the pk interface,
  25.   the asymmetric ciphers could be changed for convenient interaction
  26.   with the ac interface (i.e. by using ac's `data sets') and the pk
  27.   interface could be changed to be a wrapper for the ac interface.
  28.  
  29. * HMAC won't work with sha-512 due to the different block size.  OTOH,
  30.   I can imagine no cryptographic reason to use it.
  31.  
  32. * cipher/pubkey.c and pubkey implementaions.
  33.   Don't rely on the secure memory based wiping function but add an
  34.   extra wiping.
  35.   
  36.