ChangeLog entries for gosthash94cp.
[gd/nettle] / cbc.c
2018-12-26 Niels MöllerMerge branch 'release-3.4-fixes' into master
2018-01-08 Niels MöllerTweaks for in-place cbc, cfb and gcm.
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2014-03-18 Niels MöllerDefine and use nettle_cipher_func, for block ciphers.
2013-04-26 Niels MöllerUse size_t rather than unsigned for all cipher-related...
2012-07-07 Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-06-25 Niels MöllerConsistently use foo_func *f (rather than foo_func...
2012-02-18 Niels MöllerConverted files to utf-8.
2011-07-01 Niels Möller(CBC_BUFFER_LIMIT): Reduced to 512 bytes.
2010-07-20 Niels MöllerFixed spelling in comment.
2004-02-26 Niels Möller* cbc.h (nettle_crypt_func): Moved typedef here.
2004-02-25 Niels Möller(cbc_encrypt, cbc_decrypt): Use a _const_ void *ctx...
2004-01-08 Niels Möller(TMP_DECL, TMP_ALLOC): New macros. When alloca is unava...
2003-05-12 Niels MöllerUse "config.h", not <config.h>.
2003-05-12 Niels Möller* Reordered includes in most or all .c-files. All shoul...
2002-02-11 Niels Möller(cbc_decrypt_internal): New function, doing the real CBC
2001-09-09 Niels Möller* cbc.c (cbc_encrypt): Bug fix, encrypt block *after...
2001-09-08 Niels Möller*** empty log message ***
2001-09-07 Niels MöllerWork-in-progress.
2001-09-06 Niels Möller* cbc.c, cbc.h: New files, for general CBC encryption.