projects/xcvb/ironclad.git
2011-05-09  Vladimir SedachFixup for 0053326492c1919 Added pbkdf password hash... master
2011-05-09  Nathan Froydadd tree-hash test vector file to the test system
2011-05-09  Vladimir SedachAdded pbkdf password hash convenience functions, docume...
2011-05-09  Vladimir SedachAdded function hex-string-to-byte-array
2011-05-09  Vladimir SedachRemoved erroneous docstring from ironclad-error.
2011-02-03  Nathan Froydmake {ENCRYPT,DECRYPT}-with-mode not take &KEY
2010-11-29  Nathan Froydfix issues with SBCL, 32-bit platforms, and SHA512
2010-09-11  Nathan Froydbreak out core of (UPDATE-DIGEST (X VECTOR)) to a commo...
2010-09-11  Nathan Froydadd x86-64 assembly for SHA1's expand function
2010-09-11  Nathan Froydeliminate extraneous SHA256/512 constructors with &AUX
2010-09-11  Nathan Froydmake all %MAKE-FOO-DIGEST constructors zero-arg functions
2010-09-11  Nathan Froydpush toplevel MACROLETs down for digests and des
2010-09-11  Nathan Froydadd assembly version of SHA256's expand function
2010-09-11  Nathan Froydupdate NEWS with bugfixes and improvements
2010-09-11  Nathan Froydfix x86-64 sbcl bug with overzealous use of N-WORD...
2010-09-10  Nathan Froydadd loop unrolling support for fill-ub8-* VOPs
2010-09-10  Nathan Froydadd x86oid optimizations for SHA1's EXPAND-BLOCK
2010-09-10  Nathan Froydadd x86oid optimizations for FILL-BLOCK-* functions
2010-09-10  Nathan Froydadd SBCL-OPT module
2010-06-18  Nathan Froydfix ENCRYPTED-MESSAGE-LENGTH for ECB and CBC modes
2010-06-18  Nathan Froydremove unused TAGBODY tag in adler32
2010-04-20  Nathan Froyddelete unneeded DEFCLASS DIGEST
2010-04-17  Nathan Froydadd 64-bit Tiger support for x86-64 SBCL
2010-03-27  Nathan Froydupdate everything to version 0.28
2010-03-27  Nathan Froydput ironclad-tests system back in ironclad.asd
2010-03-27  Nathan Froydexport MAKE-TIGER-TREE-HASH
2010-03-27  Nathan Froyddocument tree hashes in the manual
2010-03-27  Nathan Froydupdate NEWS with size and tree hash improvements
2010-03-27  Nathan Froydtweak platform information slightly
2010-03-27  Nathan Froydadd information about git repository
2010-03-18  Francois-Rene... Tweak the TREE-HASH digest to froydnj's specifications:
2010-03-05  Francois-Rene... Fix tests for TTH.
2010-02-28  Francois-Rene... Separate ironclad-tests, add test vectors for tth
2010-02-28  Francois-Rene... Add support for (tiger-)tree-hash digests.
2010-01-07  Nathan Froydmove XOR-BLOCK earlier in the compilation process
2010-01-07  Nathan Froyddial back the inlining for non-mod-wordsize implementations
2010-01-07  Nathan Froydignore variables in MAKE-CIPHER compiler macro
2009-11-24  Nathan Froydfix DECRYPT-WITH-MODE for padded cipher modes
2009-11-24  Nathan Froydadd HANDLE-FINAL-BLOCK to {EN,DE}CRYPT DEF{GENERIC...
2009-11-15  Nathan Froydmove MASSAGE-SYMBOL to a common place
2009-11-15  Nathan Froydfix little-endian INTEGER-TO-OCTETS
2009-11-14  Nathan Froydupdate known-good platforms
2009-11-14  Nathan Froydfix errors on 32-bit big-endian CMUCL and SBCL
2009-11-14  Nathan Froydmake DEFINE-STREAM-{READ,WRITE}-SEQUENCE more general
2009-11-11  Nathan FroydInitial commit.