search for: xyssl

Displaying 1 result from an estimated 1 matches for "xyssl".

2007 Sep 02
2
other crypto apis
Hi I'd like to make tincd work with other crypto apis than openssl/ libcrypt. I've learned from the subversion repository that an effort was started to port it to gnu-tls. I for myself would like to get tincd linking against xyssl (1) because it is very lightweight and thus an adequate option on devices with little memory and disk/flash space, i.e. embedded systems. Now i'm browsing the sourcecode from 1.1 branch and i'm tempted to isolate everything which is looking like crypto stuff to a separate file and d...