~ubuntu-branches/ubuntu/utopic/dropbear/utopic-proposed

« back to all changes in this revision

Viewing changes to libtomcrypt/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Gerrit Pape, Matt Johnston, Gerrit Pape
  • Date: 2008-03-27 20:08:06 UTC
  • mfrom: (1.4.1 upstream) (9 hardy)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20080327200806-c1hhdgt3ht2gk496
Tags: 0.51-1
[ Matt Johnston ]
* New upstream release.
  - Wait until a process exits before the server closes a connection,
    so that an exit code can be sent. This fixes problems with exit
    codes not being returned, which could cause scp to fail (closes:
    #448397, #472483).

[ Gerrit Pape ]
* debian/dropbear.postinst: don't print an error message if the
  update-service program is not installed (thx Matt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
For 1.06
2
 
 
3
 
1. export ECC functions globally [e.g. mulmod and the sets]
4
 
   - goal is tv_gen module and test vectors
5
 
2. ASN.1 SET and T61String
6
 
3. phase out DH code [RSA/ECC/DSA is enough]
7
 
4. Some ASN.1 demo programs [for now read the source code!]
8
 
5. Start working towards making the bignum code plugable
9
 
6. Look into other ECC point muls and consider a "precomp" interface 
10
 
7. Add OID for ciphers and PRNGs to their descriptors
 
1
stopped at ch12
 
2
-- needs examples for ecc/dsa!!! (and for asn.1)
 
3
 
 
4
must have for v1.16
 
5
- document PK build flags
 
6
- document makefile flags [INSTALL_* for instance]
 
7
- prepare manual for printing (both soft and hard cover)
 
8
 
 
9
Nice to have [in order of precedence]
 
10
- add X9.63 IES
 
11
- add CPP macros like OpenSSL has for ASN1 (e.g. encode/decode functions, etc) shameless ripoff :-)