summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/yarrow/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/yarrow/ChangeLog')
-rw-r--r--src/lib/crypto/yarrow/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/crypto/yarrow/ChangeLog b/src/lib/crypto/yarrow/ChangeLog
index 4581ea036b..6a0e5c4e05 100644
--- a/src/lib/crypto/yarrow/ChangeLog
+++ b/src/lib/crypto/yarrow/ChangeLog
@@ -1,5 +1,17 @@
+2001-11-09 Sam Hartman <hartmans@mit.edu>
+
+ * yhash.h : Use krb5 shaa1
+
+ * yarrow.c (Yarrow_Reseed): For all calls to cipher_init, use TRY
+ block and use function rather than macros
+ (Yarrow_Reseed): call encrypt block function not macro
+
+ * ycipher.h: Make the the interface use functions not macros; convert for krb5 ciphers
+
2001-11-08 Sam Hartman <hartmans@mit.edu>
+ * ylock.h (lock UNLOCK): Turn into no-ops
+
* yarrow.h: Don't use #error
(YARROW_DLL): Don't actually ever export or import from win32 dlls as Yarrow is not a public part of krb5 API
(yarrow_poll): Drop from the API