| View previous topic :: View next topic |
| Author |
Message |
kengreen
Joined: 31 Jul 2008 Posts: 13
|
Posted: Mon Aug 25, 2008 1:04 am Post subject: 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. |
|
| Back to top |
|
 |
kengreen
Joined: 31 Jul 2008 Posts: 13
|
Posted: Tue Sep 02, 2008 6:03 am Post subject: 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. |
|
| Back to top |
|
 |
|