Hi,
I have built my own dll file for engine pkcs11 and have tried including that.
But I get the error:

2140:error:2507606A:DSO support routines:WIN32_BIND_FUNC:could not bind to the requested symbol name:.\crypto\dso\dso_win32.c:288:symname(bind_engine) 2140:error:2506C06A:DSO support routines:DSO_bind_func:could not bind to the requested symbol name:.\crypto\dso\dso_lib.c:294:

Please let me know,
what could go wrong?
Thanks,
Torsha



Saurabh Arora wrote:
hello Marek

thanks.. it works now


tanish
--------------------------------

On 6/19/06, Marek Marcola <[EMAIL PROTECTED]> wrote:
Hello,
> > Hello,
> > > i am not able to use asn1parse on my certificate.
> > >
> > > i generated the certificate by :
> > > - generating request
> > > - signing request by ca
> > >
> > > also i used CA.pl to do the same task.
> > >
> > > but in both cases, when i use asn1parse, it gives me the following error :
> > > ------------------------------------
> > > # ./openssl asn1parse -in cert
> > >     0:d=0  hl=2 l=  31 cons: UTF8STRING
> > >     2:d=1  hl=2 l=  12 cons: appl [ 8 ]
> > > Error in encoding
> > > 12109:error:0D07207B:asn1 encoding routines:ASN1_get_object:header too
> > > long:asn1_lib.c:150:
> > > ------------------------------------
> > >
> > > instead when i generate a self-signed certificate, asn1parse works fine.
> > >
> > > i wonder why ?
> > Remove some text information above "real" certificate in cert file.
>
> there is no custom text information, i am using core openssl-0.9.8b
> without any custom changes with default openssl.cnf.
Not in openssl.cnf but in generated certificate.
There are lines beginning with line "Certificate:" - text information
about generated certificate.
Real certificate is at the end of file in form:
-----BEGIN CERTIFICATE-----
..
..
-----END CERTIFICATE-----

and this should stay.

Best regards,
--
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to