OpenSSL port -> libCurl with ssl

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

OpenSSL port -> libCurl with ssl

Post by jojojoris »

Today i managed to get a openssl port working.

Now you can use ssl in your apps/games.

download openssl

I also updated my LibCurl with this ssl support.
download libcurl

PS. i would like to know if it is working by other people. I compiled it successfully under ubuntu 9.04. I have not tested it on my psp

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

Cool, thanks. I been waiting for something like this.
PSHN - Playstation Hacking Network
PSX/PS1 - HACK - Game Shark
PS2 - HACK - Swap
PSP - HACK - Pandora
PS3 - ?
sauron_le_noir
Posts: 203
Joined: Sat Jul 05, 2008 8:03 am

Post by sauron_le_noir »

many thx jojojoris. now i can use sftp with my psp
Post Reply