summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/aes
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
committerSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
commit779066fca01df6c4354ccd4f80dcafe4e96d891c (patch)
tree45813dea9d0492f0411ea537cd3b521544767a94 /src/lib/crypto/aes
parent4e4c10590e698cfbb138bfb85bd1455b74919ec7 (diff)
downloadkrb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.gz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.xz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.zip
Remove ChangeLog files from the source tree. From now on, the
subversion commit log entry needs to include information that would have been in the changelog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17893 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/aes')
-rw-r--r--src/lib/crypto/aes/ChangeLog94
1 files changed, 0 insertions, 94 deletions
diff --git a/src/lib/crypto/aes/ChangeLog b/src/lib/crypto/aes/ChangeLog
deleted file mode 100644
index 421f81570..000000000
--- a/src/lib/crypto/aes/ChangeLog
+++ /dev/null
@@ -1,94 +0,0 @@
-2006-04-02 Ken Raeburn <raeburn@mit.edu>
-
- * uitypes.h: Include autoconf.h.
-
-2006-04-01 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (DEFS): Make empty.
-
-2006-03-30 Ken Raeburn <raeburn@mit.edu>
-
- * aesopt.h: Include autoconf.h.
-
-2005-05-03 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (aes-gen): Use CC_LINK. Reported by Mike Friedman.
-
-2005-04-13 Ken Raeburn <raeburn@mit.edu>
-
- * aesopt.h: On PalmOS, include FloatMgr.h to get endianness flag.
- (ENC_UNROLL, DEC_UNROLL, ENC_ROUND, LAST_ENC_ROUND, DEC_ROUND,
- LAST_DEC_ROUND, KEY_SCHED): If CONFIG_SMALL is defined, set to
- NONE or NO_TABLES as appropriate.
-
- * aes_s2k.c (krb5int_aes_string_to_key): Widen bytes of iteration
- count before shifting.
-
- * Makefile.in (all-unix): Don't build aes-gen by default, leave it
- for 'make check'.
-
-2004-09-28 Ken Raeburn <raeburn@mit.edu>
-
- * vbaxam.doc: File deleted.
-
-2004-05-25 Tom Yu <tlyu@mit.edu>
-
- * aesopt.h (PLATFORM_BYTE_ORDER): Treat _WIN32 as always
- little-endian. Default to little-endian if there's no other
- compile-time way to detect endianness, noting it as a guess.
- (SAFE_IO): Error out if SAFE_IO is not set and endianness was
- guessed.
-
-2004-05-13 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (aes-test): Link test program against thread support
- library.
-
-2004-05-07 Ken Raeburn <raeburn@mit.edu>
-
- * aesopt.h (PLATFORM_BYTE_ORDER): Check for _MIPSEB, _MIPSEL. If
- endian.h or machine/endian.h is available, include it instead of
- sys/param.h. Don't mess around with multibyte character
- constants.
-
-2003-07-17 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (LIBNAME) [##WIN16##]: Don't define.
-
-2003-05-13 Ken Raeburn <raeburn@mit.edu>
-
- * aes_s2k.c (DEFAULT_ITERATION_COUNT): New macro; define to 4096.
- (MAX_ITERATION_COUNT): New macro.
- (krb5int_aes_string_to_key): Use them.
-
-2003-04-29 Ken Raeburn <raeburn@mit.edu>
-
- * uitypes.h: Use inttypes.h if HAVE_INTTYPES_H is defined.
-
-2003-04-13 Ken Raeburn <raeburn@mit.edu>
-
- * aes_s2k.c (krb5int_aes_string_to_key): Return an error if the
- supplied iteration count is really, really large.
-
-2003-03-04 Ken Raeburn <raeburn@mit.edu>
-
- * aes_s2k.c, aes_s2k.h: New files.
- * Makefile.in (STLIBOBJS, OBJS, SRCS): Build aes_s2k.
- (LOCALINCLUDES): Add dk directory.
- (GEN_OBJS): New variable.
- (aes-gen): Use GEN_OBJS.
-
-2003-02-28 Ezra Peisach <epeisach@bu.edu>
-
- * Makefile.in (clean): Cleanup testing objects and outputs
-
-2003-02-05 Ezra Peisach <epeisach@.bu.edu>
-
- * Makefile.in (run-aes-test): Add $(RUN_SETUP) so that if
- compiling only shared libraries, LD_LIBRARY_PATH is set for test.
-
-2003-02-03 Ken Raeburn <raeburn@mit.edu>
-
- * New directory, with Briad Gladstone's implementation of AES,
- tweaked for the MIT krb5 build system.
-