PDA

View Full Version : Where can I find openssl for OS2008?


hoorayhu
04-27-2009, 03:01 PM
Seems that it is not in /root/certificates and I downloaded several of openssl on ARM but they do not work at all.

mikkov
04-27-2009, 04:24 PM
openssl is preinstalled (if I remember correctly)

edit: libssl0.9.7 or libssl0.9.8 is preinstalled, but actual openssl package isn't available
edit2: actually openssl is in sdk repository, don't know how it works on device

ekul
04-27-2009, 06:41 PM
Are you looking to generate keys or link to the library? The library itself is located in /usr/lib like most shared libraries.

The openssl binary doesn't appear to be on the device but perhaps it's available in the sdk as has been suggested

hoorayhu
04-28-2009, 05:02 PM
I'm looking to generate keys and basically i want to connect to an WPA2 wireless network.

So i can find it if I install the sdk?

Thanks,
Hooray

mikkov
04-28-2009, 05:59 PM
http://repository.maemo.org/pool/diablo/free/o/openssl/

hoorayhu
04-29-2009, 02:46 AM
Unable to install openssl.
Incompatible application package.

I used the armel packages.

mikkov
04-29-2009, 04:23 AM
you can install it with dpkg from command line

jeremiah
04-29-2009, 04:58 AM
Or even better maybe, with apt-get. Try this;

fakeroot apt-get install openssl

mikkov
04-29-2009, 05:22 AM
Not a good idea with sdk repository (when installing to device)