> -----Original Message----- > From: Joe Orton > Sent: Freitag, 11. Juni 2010 13:19 > To: [email protected] > Subject: Re: svn commit: r946347 - in > /httpd/test/framework/trunk/t: conf/ssl/ssl.conf.in > ssl/extlookup.t ssl/require.t > > On Fri, Jun 11, 2010 at 11:41:25AM +0100, Dr Stephen Henson wrote: > > On 11/06/2010 07:00, Ruediger Pluem wrote: > > >> Index: lib/Apache/TestSSLCA.pm > > >> > =================================================================== > > >> --- lib/Apache/TestSSLCA.pm (Revision 946346) > > >> +++ lib/Apache/TestSSLCA.pm (Revision 946347) > > >> @@ -243,6 +243,7 @@ > > >> > > >> [ comment ] > > >> nsComment = This Is A Comment > > >> +1.3.6.1.4.1.18060.12.0 = ASN1:UTF8String:Lemons > > > > > > This fails with openssl 0.9.7a on Redhat 4. > > > > It will do: that syntax needs the mini-ASN1 compiler which > first appeared in > > OpenSSL 0.9.8. > > > > Including the raw encoding with the DER option should work > on all versions, you > > can generate that with asn1parse in OpenSSL 0.9.8. FYI it is: > > > > 0c 06 4c 65 6d 6f 6e 73 > > Thanks for that. Ruediger, does it work with r953662?
Yep. Thanks. Regards Rüdiger
