[ECOS] NTP authentication in eCos

2013-08-20 Thread vx worker
Hello everybody! Now I need to make NTP authentication work in eCos. Does anybody have similar experience on this? or any information? Thanks, Yan! -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Re: [ECOS] NTP authentication in eCos

2013-08-20 Thread Jay Foster
I have used the sntp eCos. I don't use authentication, but did have a problem a while back with the sntp code not working with ntp servers that were configured to do NTP auth. The eCos sntp code includes the KeyIdentifier and MessageDigest fields in it's NTP packets to the NTP server, but it

Re: [ECOS] NTP authentication in eCos

2013-08-20 Thread vxWorker
Hi Jay, thanks for your response, I 'll keep that in mind. Were you using SNTP included in eCos? My plan is to port latest NTP source code package (4.2.6p5) to eCos. NTPv4 implemented Autokey protocol, I'am worrying about uncertainties ahead of me in this porting. Does eCos support that? How about

Re: [ECOS] NTP authentication in eCos

2013-08-20 Thread Jay Foster
I used the eCos SNTP code. The code I used is about 8 years old, so maybe things have changed some. I don't know anything about NTP/v4 or Autokey protocol. On 8/20/2013 2:34 PM, vxWorker wrote: Hi Jay, thanks for your response, I 'll keep that in mind. Were you using SNTP included in eCos?