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
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
_
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
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 's
2011/1/22 Michael S. Zick :
> 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
>
> Getting the