Help with Error: data too large for modulus

2020-08-13 Thread Gautam Bhat
Hi, I am trying to do a walkthrough of verifying a certificate signing. 1) I have pulled the signature as follows: openssl asn1parse -in cert.pem -out cert.sig -noout -strparse 638 The offset of 638 is because asn1parse of the cert.pem file produces: 625:d=2 hl=2 l= 9 prim: OBJECT

Re: help with error

2014-07-04 Thread Lakhsa
Maybe it's not a bug, but a feature. Steven might wish to bring the issue to the attention of the dev team (openssl-...@openssl.org) for code inspection, discussion and an agreed way forward with the core team. Cheers Lakhsa On 04/07/2014 18:33, Jakob Bohm wrote: > On 7/3/2014 8:52 PM, Michael S

Re: help with error

2014-07-04 Thread Jakob Bohm
On 7/3/2014 8:52 PM, Michael Sierchio wrote: My Windoze knowledge is hazy, and from the distant past, but if you're running this in a CMD window, you may simply need to increase the available memory from the default for that process. Too hazy, I am afraid. Those memory settings are/were only

Re: help with error

2014-07-03 Thread Lakhsa
Seems to be the second case. Code check on master: In app/req.c:1561 the call if(!X509_REQ_add1_attr_by_NID(req, nid, chtype, (unsigned char *)buf, -1)) { works through crypto/x509/x509_att.c:313 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) { if (!

RE: help with error

2014-07-03 Thread Michael Wojcik
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Jakob Bohm > Sent: Thursday, 03 July, 2014 12:22 > > On 7/3/2014 5:50 PM, Steven Kinney wrote: > > I enter the following command, as instructed by Cisco: > > > > req -new -config c:\openssl\share\opens

Re: help with error

2014-07-03 Thread Lakhsa
gt; >> >> Original message >> From: Jakob Bohm >> Date:07/03/2014 1:23 PM (GMT-06:00) >> To: openssl-users@openssl.org >> Subject: Re: help with error >> >> On 7/3/2014 5:50 PM, Steven Kinney wrote: >>> I enter the foll

Re: help with error

2014-07-03 Thread Michael Sierchio
> > Sent on the new Sprint Network from my Samsung Galaxy S®4. > > > Original message > From: Jakob Bohm > Date:07/03/2014 1:23 PM (GMT-06:00) > To: openssl-users@openssl.org > Subject: Re: help with error > > On 7/3/2014 5:50 PM, Steven Kinney

RE: help with error

2014-07-03 Thread Steven Kinney
No. Running on my Dell laptop. Sent on the new Sprint Network from my Samsung Galaxy S®4. Original message From: Jakob Bohm Date:07/03/2014 1:23 PM (GMT-06:00) To: openssl-users@openssl.org Subject: Re: help with error On 7/3/2014 5:50 PM, Steven Kinney wrote: > I enter

Re: help with error

2014-07-03 Thread Jakob Bohm
On 7/3/2014 5:50 PM, Steven Kinney wrote: I enter the following command, as instructed by Cisco: req -new -config c:\openssl\share\openssl.cnf -newkey rsa:1024 -nodes -keyout mykey.pem -out myreq.pem And I get the following error: Please enter the following 'extra' attributes to be sent with

help with error

2014-07-03 Thread Steven Kinney
I enter the following command, as instructed by Cisco: req -new -config c:\openssl\share\openssl.cnf -newkey rsa:1024 -nodes -keyout mykey.pem -out myreq.pem And I get the following error: Please enter the following 'extra' attributes to be sent with your certificate request A challenge passwor

RE: Help with error - hardware capability unsupported SSE2

2009-11-26 Thread Jeremy Farrell
From: Jeremy Farrell From: Chris Copeland I am building and packaging the following on one machine (the "build" machine) and attemptin

RE: Help with error - hardware capability unsupported SSE2

2009-11-26 Thread Jeremy Farrell
From: Chris Copeland I am building and packaging the following on one machine (the "build" machine) and attempting to install and use on other machines ("target" machines) some of which have different processor

Help with error - hardware capability unsupported SSE2

2009-11-26 Thread Chris Copeland
Hello All, I am building and packaging the following on one machine (the "build" machine) and attempting to install and use on other machines ("target" machines) some of which have different processors. * OpenSSL 0.9.8l * Apache 2.2.14 * Tomcat Connectors 1.2.28 The problem, as far as I can tell

Help with error codes needed...

2000-09-28 Thread Todd Chapman
Hi. I am having problems with an OpenSSL enabled application. Unfortunatley I'm not the author of the app. and don't know much about SSL programming. What I am trying to do is modify the code to produced more useful error messages. The client is failing on the call to SSL_connect and the server