Hi Yuuki,

I'm sorry I wasn't available to help with the install. My time zone is GMT+2 
and I was asleep when you most needed that help. I tried to reach you on the 
IRC channel today but it seems our time zones do not cross :)

To unzip cryptlib under Mac OS X you need the -a option (unzip -a) to 
convert the text files to the Unix format.

If you installed cryptlib through DarwinPorts (version 3.1 revision 2) 
you'll need to 'port uninstall' it because it is no longer supported by 
Peter Gutmann and the header file has changed.

The binding is based on the latest release (cryptlib 3.3.1) 
(http://www.cs.auckland.ac.nz/~pgut001/cryptlib/). you may find the mirror 
(http://www.cypherpunks.to/~peter/cl331.zip) more reliable.

To build it as a shared library, use 'make shared' and copy the resulting 
libcl.3.3.dylib to your /usr/local/lib or /usr/lib or else set 
LD_LIBRARY_PATH to whatever location you want to use. A soft link such as 
'ln -s libcl.3.3.dylib libcl.dylib' may be convenient.

I gave a few instructions in my 'SSL/TLS/SSH binding' post 
(http://permalink.gmane.org/gmane.comp.lang.factor.general/408) on May 7 and 
'cryptlib binding unit tests' post 
(http://permalink.gmane.org/gmane.comp.lang.factor.general/413) on May 14, 
mainly about the implemented features and how to run the unit tests. I do 
recommend that you download the exhaustive manual 
(http://www.cypherpunks.to/~peter/manual.pdf) and read the short 
introduction. The code examples on pages 14-15 are important to grasp the 
Envelope paradigm because both encryption and SSL/TLS session handling are 
based on it.

Best regards,

Elie

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to