Does anyone know if the posix crypto functions work under Win32? I am specifically looking for encrypt(3) and setkey(3).

Googling so far has shown me 2 things. Some guys porting mysqld to windows got it to work (researching) and the venerable MCrypt toolset should work (would require me to change my Unix side to that, but it may be worth it.)

What I'm trying to figure out is how to call/find functions in the supposed posix support that has been there since NT3.51 days. Aa far as I can see, POSIX support in Windows is weak. Only 1003.1 is supported, and there have been updates since then (such as 1003.1-2001)

From the cygwin list
http://sources.redhat.com/ml/cygwin/2001-03/msg01875.html

This is the DLL that contains the POSIX support:

psxdll.dll


Does anyone know if a full port was ever done (and not Cygwin?) This code has to link against a C++/MFC (VC6) app.


Thanks.

--
Ed Howland
WDT Solutions, LLC.
[EMAIL PROTECTED]
(314) 962-0766

_______________________________________________
CWE-LUG mailing list
http://www.cwelug.org/ [EMAIL PROTECTED]
http://lists.firepipe.net/listinfo/cwe-lug

Reply via email to