// JP opened flex table

Click to See Complete Forum and Search --> : transport layer security support in vc++6


ngayathri
December 3rd, 2007, 06:27 AM
Can anyone give the information whether vc++6 has built in library support for ftps(TLS 1.0).

If not then how can I proceed for supporting my ftp application with TLS security?

Thankx

Richard.J
December 3rd, 2007, 11:13 AM
There must be built-in support in Windows. Search for "SCHANNEL.DLL" which contains relevant functions. I have never used it, though.

Or else search for "openSSL".

HTH
Richard

ngayathri
December 3rd, 2007, 08:27 PM
can u suggest me a site where I can get infn abt how to access functions present in schannel.dll thru vc++6 code.

Thankx.

Richard.J
December 4th, 2007, 02:22 AM
you can try to search MSDN. I don't remember any of the functions in the DLL, but will try to provide one.
Do a search here on codeguru (or on codeproject), there must be examples of a SLL client/server app.

Richard.J
December 4th, 2007, 04:40 PM
you might want to start your search with "CertOpenStore".

HTH,
Richard

ngayathri
December 5th, 2007, 11:02 AM
are u sure that I will be able to enhance the simple ftp application with tls support by including schannel.dll and using its functions in vc++.

thankx for the response.

Richard.J
December 5th, 2007, 02:57 PM
I don't know about your requirements. I was simply trying to provide you with some hints where to find information about TLS on Windows.

//JP added flex table