We have a project that requires secure communications between server and client. The server is Windows 2003 and client is XP Embedded (almost identical to XP). We already implemented AES encryption to our TCP/IP channels. Nowwe need to implement an authentication on the top of it.
I have set up a CA onthe server.A PKI certificate is installed on both server andclient. I want to use the certificate installedto establish the authenticationbeforemessage exchage. How do I do it?
jd