git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3534 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-09-22 18:28:20 +00:00
parent 5c600d0ba3
commit a888c4e3ac

View File

@@ -1,5 +1,14 @@
Mon Sep 22 11:44:27 1997 Johan Danielsson <joda@blubb.pdc.kth.se>
* kdc/kerberos5.c: Somewhat fix the etype usage. The list sent by
the client is used to select wich key to encrypt the kdc rep with
(in case of as-req), and with the server info to select the
session key type. The server key the ticket is encrypted is based
purely on the keys in the database.
* kdc/string2key.c: Add keytype support. Default to version 5
keys.
* lib/krb5/get_in_tkt.c: Fix a lot of etype/keytype misuse.
* lib/krb5/encrypt.c: Add des3-cbc-md5, and des3-cbc-sha1. Add