-
Re: 0.9.8h bug report
On Fri, May 30, 2008, Tuan Nha wrote:
[color=blue]
> I complie 0.9.8h today and attempted to run onwin32 machine,
> but I have bug:
>
> openssl pkcs12 -export -in MyCert.pem -inkey MyKey.pem -out MyCert.p12
> Loading 'screen' into random state - done
> Enter pass phrase for MyKey.pem:
> Enter Export Password:
> Verifying - Enter Export Password:
> OK
>
> openssl pkcs12 -export -in MyCert.pem -inkey MyKey.pem -out yCert.p12
> -name "Digital IDs"
> Loading 'screen' into random state - done
> Enter pass phrase for MyKey.pem:
> Enter Export Password:
> Verifying - Enter Export Password:
> 1872:error:0D0BA041:asn1 encoding routines:ASN1_STRING_set:malloc
> failure:.\crypto\asn1\asn1_lib.c:381:
> 1872:error:0B08A041:x509 certificate
> routines:X509_ATTRIBUTE_set1_data:malloc failure:.\crypto\x509
> \x509_att.c:317:
>
>[/color]
This patch should fix it:
[url]http://cvs.openssl.org/chngview?cn=17196[/url]
or try tomorrows snapshot. Thanks for the report.
Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Homepage: [url]http://www.drh-consultancy.demon.co.uk[/url]
______________________________________________________________________
OpenSSL Project [url]http://www.openssl.org[/url]
User Support Mailing List [email]openssl-users@openssl.org[/email]
Automated List Manager [email]majordomo@openssl.org[/email]
-
Re: 0.9.8h bug report
On May 30, 6:04*am, st...@openssl.org ("Dr. Stephen Henson") wrote:[color=blue]
> On Fri, May 30, 2008, Tuan Nha wrote:[color=green]
> > I complie 0.9.8h today and attempted to run onwin32 machine,
> > but I have bug:[/color]
>[color=green]
> > openssl pkcs12 -export -in MyCert.pem -inkey MyKey.pem -out MyCert.p12
> > * *Loading 'screen' into random state - done
> > * *Enter pass phrase for MyKey.pem:
> > * *Enter Export Password:
> > * *Verifying - Enter Export Password:
> > * *OK[/color]
>[color=green]
> > openssl pkcs12 -export -in MyCert.pem -inkey MyKey.pem -out yCert.p12 *
> > -name "Digital IDs"
> > * *Loading 'screen' into random state - done
> > * *Enter pass phrase for MyKey.pem:
> > * *Enter Export Password:
> > * *Verifying - Enter Export Password:
> > * *1872:error:0D0BA041:asn1 encoding routines:ASN1_STRING_set:malloc
> > failure:.\crypto\asn1\asn1_lib.c:381:
> > * *1872:error:0B08A041:x509 certificate
> > routines:X509_ATTRIBUTE_set1_data:malloc failure:.\crypto\x509
> > \x509_att.c:317:[/color]
>
> This patch should fix it:
>
> [url]http://cvs.openssl.org/chngview?cn=17196[/url]
>
> or try tomorrows snapshot. Thanks for the report.
>
> Steve.
> --
> Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
> OpenSSL project core developer and freelance consultant.
> Homepage:[url]http://www.drh-consultancy.demon.co.uk[/url]
> ______________________________________________________________________
> OpenSSL Project * * * * * * * * * * * * * * * *[url]http://www.openssl.org[/url]
> User Support Mailing List * * * * * * * * * *openssl-us...@openssl.org
> Automated List Manager * * * * * * * * * * * * * majord...@openssl.org- Hide quoted text -
>
> - Show quoted text -[/color]
How do I use the patch? Do I download a file or copy the file to my
directory?
What filename should I use and where to save the file to? I am using
win32.
Should I replace the openssl.exe in my apache2.2\bin with this? Do I
copied 1.8.2.1.2.1 to my directory?
Thanks,
Jason