projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfcc2c0
)
need a digest function which is secure
author
John Kohl
<jtkohl@mit.edu>
Thu, 3 Jan 1991 16:48:26 +0000
(16:48 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 3 Jan 1991 16:48:26 +0000
(16:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1601
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/krbconfig.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/krbconfig.c
b/src/lib/krb5/krb/krbconfig.c
index 7e3644faad4e03ff28d5e852b1b73737535e17ae..156bb27f2dbb22fb1b6c1a200d237123c734cbc6 100644
(file)
--- a/
src/lib/krb5/krb/krbconfig.c
+++ b/
src/lib/krb5/krb/krbconfig.c
@@
-19,5
+19,5
@@
static char rcsid_krbconfig_c [] =
#include <krb5/krb5.h>
krb5_deltat krb5_clockskew = 5 * 60; /* five minutes */
-krb5_cksumtype krb5_kdc_req_sumtype = CKSUMTYPE_
CRC32
;
+krb5_cksumtype krb5_kdc_req_sumtype = CKSUMTYPE_
RSA_MD4_DES
;
krb5_flags krb5_kdc_default_options = KDC_OPT_RENEWABLE_OK;