Multicore Application Runtime System openSSL
Multicore Application Runtime System openSSL
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.
Multicore Application Runtime System openSSL
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.
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.