Re: unknown message digest algorithm

2019-06-20 Thread Mody, Darshan Arvindkumar (Darshan)
Hi The openssl version is 1.0.2 Thanks and Regards Darshan From: Mody, Darshan Arvindkumar (Darshan) Sent: Wednesday, 19 June, 19:49 Subject: unknown message digest algorithm To: 'openssl-users@openssl.org', openssl-...@openssl.org Cc: Mahajan, Hrishikesh Ulhas (Hrishikesh), Phad

unknown message digest algorithm

2019-06-19 Thread Mody, Darshan Arvindkumar (Darshan)
Hi We are facing issues with regards to SSL_Read operation. We see the error "error:0D0C50A1:asn1 encoding routines:ASN1_item_verify: unknown message digest algorithm" during SSL read operation. Below are my queries 1. Is it possible to have such error during 'read operat

RE: Unknown message digest algorithm sha256RSA OpenSSL 1.0.1e

2013-02-27 Thread John Unsworth
02:03 To: openssl-users@openssl.org Subject: Re: Unknown message digest algorithm sha256RSA OpenSSL 1.0.1e On 27-02-2013 23:54, John Unsworth wrote: > I have a Windows CA that has created a sha256RSA CA cert and server cert. > However OpenSSL fails to validate them. > > C:\MetaAndDi

Re: Unknown message digest algorithm sha256RSA OpenSSL 1.0.1e

2013-02-27 Thread jb-openssl
On 27-02-2013 23:54, John Unsworth wrote: I have a Windows CA that has created a sha256RSA CA cert and server cert. However OpenSSL fails to validate them. C:\MetaAndDirectory\certs>openssl verify -verbose -CAfile win2k8r2-ca.cer win2k8r2-server.cer win2k8r2-server.cer: /DC=net/DC=cp/DC=macc/CN=

Unknown message digest algorithm sha256RSA OpenSSL 1.0.1e

2013-02-27 Thread John Unsworth
I have a Windows CA that has created a sha256RSA CA cert and server cert. However OpenSSL fails to validate them. C:\MetaAndDirectory\certs>openssl verify -verbose -CAfile win2k8r2-ca.cer win2k8r2-server.cer win2k8r2-server.cer: /DC=net/DC=cp/DC=macc/CN=macc-JOHN-WIN2K8R2-1-CA error 7 at 1 depth l

Error 0D0C50A1 (unknown message digest algorithm) after call to OpenSSL_add_all_algorithms

2011-03-02 Thread Hannes Mezger
hi, i have a problem with OpenSSL_add_all_algorithms() in openssl: on startup, my application calls OpenSSL_add_all_algorithms() in the main thread. a while after that, a new thread is created. this second thread then calls X509_verify_cert() which returns the error: 'error:0D0C50A1:asn1 encodin

Error 0D0C50A1 (unknown message digest algorithm) after call to OpenSSL_add_all_algorithms

2011-01-27 Thread Hannes Mezger
hi, i have a problem with OpenSSL_add_all_algorithms() in openssl: on startup, my application calls OpenSSL_add_all_algorithms() in the main thread. a while after that, a new thread is created. this second thread then calls X509_verify_cert() which returns the error: 'error:0D0C50A1:asn1 encodin

Re: Problem "unknown message digest algorithm" verifying server certificate from Perl OpenSSL client

2008-08-23 Thread pbirk
Tim Hudson wrote: > > Try connecting with >openssl s_client -state -debug -connect hostname:port and see what > details > are returned in the server certificate - that will at least tell you what > algorithms are used by the server certificate. > > Are you sure you are actaully calling O

Re: Problem "unknown message digest algorithm" verifying server certificate from Perl OpenSSL client

2008-08-23 Thread Tim Hudson
pbirk wrote: I'm trying to use IO-Socket-SSL-1.13_5, Net-SSLeay 1.32 and OpenSSL 0.9.7j. I have the Perl module coded the following way. Try connecting with openssl s_client -state -debug -connect hostname:port and see what details are returned in the server certificate - that will at

Problem "unknown message digest algorithm" verifying server certificate from Perl OpenSSL client

2008-08-23 Thread pbirk
;m using on the client (it's split up into CA.pem, Cert.pem, and Key.pem).I've seen a similar error on Google where the resolution was to call SSLeay_add_ssl_algorithms().. I did this in my application and still have the "unknown message digest algorithm" error. Does anyon

Re: verify returns "unknown message digest algorithm"

2003-07-21 Thread Dr. Stephen Henson
On Sun, Jul 20, 2003, Leonard R Smith II wrote: > > To all, > I have a cert that is signed by verisign. Its works find with > openssl-0.9.6e that I compiled. The openssl verify command works and tells > me that that cert is okay and most of the ssl clients I used recognize it. > > Ho

verify returns "unknown message digest algorithm"

2003-07-20 Thread Leonard R Smith II
To all, I have a cert that is signed by verisign. Its works find with openssl-0.9.6e that I compiled. The openssl verify command works and tells me that that cert is okay and most of the ssl clients I used recognize it. However I am having trouble with Sun Microsystems openssl dis