Mercurial > dropbear
annotate TODO @ 383:2c89a3a04104 libtomcrypt-dropbear
Fix up some slight changes.
Hack out the RSA code in tomcrypt_math.h fairly crudely, as LTC's rsa_key
collide's with Dropbear's rsa_key
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 11 Jan 2007 03:04:55 +0000 |
parents | d5faf4814ddb |
children | 0cbe8f6dbf9e |
rev | line source |
---|---|
380 | 1 stopped at ch12 |
2 -- needs examples for ecc/dsa!!! (and for asn.1) | |
280
59400faa4b44
Re-import libtomcrypt 1.05 for cleaner propagating.
Matt Johnston <matt@ucc.asn.au>
parents:
diff
changeset
|
3 |
380 | 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 :-) |