|
From: Jochen H. <Joc...@In...> - 2002-03-26 10:40:51
|
On Sunday, 24. March 2002 03:28, you wrote: > > GNU Keyring 1.1 claims it requires PalmOS 3.0 with DES encryption > > (MS-Chap support). Since I'm running PalmOS 3.5.3, I'm guessing > > that this thing either doesn't have MS-CHAP support or the > > Kyocera doesn't return a version/info string that the program > > recognizes. The encryption routines keyring is using are not documented. All information I got from the header files. When DES encryption is not supported, previous versions of keyring just gave up with a cryptic error message when creating the first record. So I decided to query the sysFtrNumEncryption feature to check whether DES set. It seems that not all palms that support DES encryption also set this flag :( I have to think about a different way. Probably the best way is to invoke the DES encryption routine and check whether it works. Jochen -- Jochen Hoenicke -- ICQ: 101057678 |