chiark / gitweb /
Honour dpkg-architecture's DEB_HOST_GNU_TYPE, to fix cross-building.
[chiark-tcl.git] / crypto / crypto.c
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-21 iandgram compiles and works; dispatch()
2006-03-30 ianDebian package wip
2006-01-07 ianhbytes and crypto compile now
2006-01-07 ianworking on compiling out of troglodyte; before relegage...
2004-12-16 ianfix c violations detected by newer gcc - urgh
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 ianLogging fixes.
2002-09-19 ianFix memory and type management bugs.
2002-09-18 ianNew blockcipher mac stuff. New hbytes clockincrement.
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-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...