summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-11-13 17:57:00 +0000
committerTheodore Tso <tytso@mit.edu>1995-11-13 17:57:00 +0000
commit54d0d275b6609e52157caec48c9ee3a4d3b9c430 (patch)
tree702c6944035952bd38ab27635f727251116380a5 /src/include/ChangeLog
parent01cc5eb727ff872c52be731a72ae9a5b1a567836 (diff)
downloadkrb5-54d0d275b6609e52157caec48c9ee3a4d3b9c430.tar.gz
krb5-54d0d275b6609e52157caec48c9ee3a4d3b9c430.tar.xz
krb5-54d0d275b6609e52157caec48c9ee3a4d3b9c430.zip
Added typedef for krb5_preauth_proces_proc, and changed the prototype
of krb5_process_padata() to take additional arguments for returning the decryption key to use for decrypting the as_reply, as well as passing in the decrypt_proc procedure in case some preauth types want to call decrypt_proc themselves. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7101 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 32ab6f52b..fee9e7b89 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,5 +1,12 @@
Mon Nov 13 11:49:02 1995 Theodore Y. Ts'o <tytso@dcl>
+ * k5-int.h: Added typedef for krb5_preauth_proces_proc, and
+ changed the prototype of krb5_process_padata() to take
+ additional arguments for returning the decryption key to
+ use for decrypting the as_reply, as well as passing in the
+ decrypt_proc procedure in case some preauth types want to
+ call decrypt_proc themselves.
+
* krb5.hin: Add prototypes for krb5_encrypt_data(),
krb5_decrypt_data().