[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: preauth requires DES3 keys???
In message <199904171505.LAA24469@rushlight.kf8nh.apk.net>, "Brandon S. Allbery
KF8NH" writes:
+-----
| The notable thing is that the only enctype searched for is des3-cbc-sha1.
+--->8
I should mention that default_etypes is set, and is being read:
(gdb) print context->etypes[0]
$3 = ETYPE_NEW_DES3_CBC_SHA1
(gdb) print context->etypes[1]
$4 = ETYPE_DES_CBC_MD5
(gdb) print context->etypes[2]
$5 = ETYPE_DES_CBC_MD4
(gdb) print context->etypes[3]
$6 = ETYPE_DES_CBC_CRC
(gdb) print context->etypes[4]
$7 = ETYPE_NULL
Apparently only the first enctype in the list is ever used. This makes
transitional structures somewhat difficult....
--
brandon s. allbery [os/2][linux][solaris][japh] allbery@kf8nh.apk.net
system administrator [WAY too many hats] allbery@ece.cmu.edu
carnegie mellon / electrical and computer engineering KF8NH
We are Linux. Resistance is an indication that you missed the point.