~ubuntu-branches/ubuntu/natty/python-crypto/natty-security

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-16 16:15:28 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090616161528-ve0f8gn27gsq76t3
Tags: 2.0.1+dfsg1-4ubuntu1
* Merge from debian unstable (LP: #388002), remaining changes:
  - Install the -dbg build using --install-layout=deb.
  - The md5 module is deprecated in Python 2.6, use hashlib when possible.
  - Explicitly use python2.5 to build the docs; the old doc tools are not
    included in python2.6 anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
* Manual and Web page: point to SF project for bug reports
5
5
 
 
6
* Update the demos
 
7
 
6
8
* Update documentation (mention dodgy status of PublicKey code)
7
9
 
8
10
* Clean up markup in pycrypt.tex
25
27
 
26
28
* A secret sharing module should be added to Util or Protocols.
27
29
        
 
30
Demo programs:
 
31
        Shadowing of files into X parts
 
32
 
28
33
Documentation:
29
34
        Document chaff/winnow better
30
35
        Add docstrings everywhere.