chiark / gitweb /
changelog: start 1.3.2
[chiark-tcl.git] / crypto /
2014-11-09 Ian JacksonRemove .cvsignore files from git repo.
2013-10-15 Sergei Golovanchiark-tcl (1.1.1+nmu1) unstable; urgency=low
2012-06-02 Ian Jacksonremove fsf street address
2012-06-02 Ian Jacksoncopyright dates
2007-01-10 ianhbcrypto hash-{init,update,final} for incremental hashing
2006-08-25 ianuse dispatch()
2006-08-21 iandgram compiles and works; dispatch()
2006-04-02 iannew initialisation arrangements are sane and consistent
2006-03-30 ianDebian package wip
2006-03-30 ianchanged build arrangements, added version number, in...
2006-01-07 ianhbytes and crypto compile now
2006-01-07 ianhbytes compiles
2006-01-07 ianworking on compiling out of troglodyte; before relegage...
2006-01-07 ianadns compiles ish, working on transferring the rest
2004-12-16 ianfix c violations detected by newer gcc - urgh
2004-01-01 ianneed stddef.h
2002-09-29 ianDrop alg->byteswap; implement counter mode; split paddi...
2002-09-29 ianbetter core algorithm selection and new core alg suites
2002-09-21 ianUse nettle for hash functions.
2002-09-21 ianLogging fixes.
2002-09-19 ianFix memory and type management bugs.
2002-09-18 ianNew blockcipher mac stuff. New hbytes clockincrement.
2002-09-17 ianAbolish serpent-l. Use PKCS#1 v1.5 RSA padding but...
2002-09-10 ianRipped out a lot of crap. Now it compiles and passes...
2002-09-10 ianDo not insist on iv if none wanted. If get_key failes...
2002-09-07 ianSocket address stuff. Sockid is broken still.
2002-09-06 ianTwo serpents
2002-09-02 ianhmac seems to work
2002-09-02 ianSerpent seems to work. Byte order is very strange.
2002-09-01 ianPadding works.
2002-09-01 ianCompiles but does not link. Before undo silly pad...