Multicore Application Runtime System openSSL

Investigation into how Linux on the PS3 might lead to homebrew development.

Moderators: cheriff, emoon

Post Reply
kengreen
Posts: 13
Joined: Thu Jul 31, 2008 9:34 am

Multicore Application Runtime System openSSL

Post by kengreen »

Check out the following info on Sony's Multicore Application Runtime System and accelerated openssl at ftp://ftp.infradead.org/pub/Sony-PS3/mars/ the openssl application uses the engine feature of openssl and requires 0.9.8h system. I am trying to get it to install and run and could use some help.
kengreen
Posts: 13
Joined: Thu Jul 31, 2008 9:34 am

Multicore Application Runtime System openSSL

Post by kengreen »

Kazunori Asayma at Sony gave some additional help in getting openSSL engine to run
OpenSSL and openssl-devel must be compiled with share for dynamic engine support.
Openssl 0.9.8b has a bug which causes the cfb1 mode to fail. Download openssl-0.9.8h.tar.gz and unzip it. Download openssl-cell-engine-0.1.1.tar.gz and unzip it next to the openssl0.9.8h. Add the following directives to make or the Makefile, EMBEDSPU=ppu-embedspu, ARCH_CFLAGS=-m32 and OPENSSL_DIR=../openssl-0.9.8h. Make check will work except for cfb1 modes of aes.
Post Reply