Re: Compile openssl as shared library for EM7075 (Mips EL)

2011-01-23 Thread Martin Herrman
2011/1/22 Michael S. Zick open...@morethan.org: This is intentionally off-list, see below: I have an entire web-site for the subject of customizing the Media Player device(s). http://minimodding.com And mirrors of the Eminent bundles at: http://mirrors.minimodding.com/index.html#menu-e

Re: Compile openssl as shared library for EM7075 (Mips EL)

2011-01-23 Thread Dr. Stephen Henson
On Sat, Jan 22, 2011, Martin Herrman wrote: All, I am working on a custom firmware for a multimedia device (Eminent EM7075) which is based on a MIPS EL architecture. The official firmware contains a shared libcrypto.so library. When I cross-compile for target 'dist' using the 'shared'

Re: Compile openssl as shared library for EM7075 (Mips EL)

2011-01-23 Thread Michael S. Zick
On Sun January 23 2011, Dr. Stephen Henson wrote: On Sat, Jan 22, 2011, Martin Herrman wrote: All, I am working on a custom firmware for a multimedia device (Eminent EM7075) which is based on a MIPS EL architecture. The official firmware contains a shared libcrypto.so library.

Do SSL_ERROR_SYSCALL / SSL_ERROR_SSL mean that SSL was shutdown? Is a retry possible?

2011-01-23 Thread Yannay Alon-BAY004
Hi all What is the state of the SSL connection after SSL_ERROR_SYSCALL or SSL_ERROR_SSL? 1) Is the secure session teared down? (I mean within the OpenSSL state machine) 2) If not, may a retry of SSL_write or SSL_read succeed w/o a re-handshake? Regards Alon

Extracting cert from pfx file

2011-01-23 Thread Muhammed Shafeek
Hi All, The following code is to extract cert from a pfx file. p12Cert = d2i_PKCS12_fp(fp, NULL); //fp points to a .pfx file. PKCS12_parse(p12Cert, pass, NULL, oCert, NULL); Here the resultant oCert has multiple localKeyID as shown below. MAC verified OK Bag Attributes localKeyID: 01 00 00