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
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-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-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

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

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

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 Michael Sierchio
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 the following

Re: help with error

2014-07-03 Thread Lakhsa
: 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 following command, as instructed by Cisco: req -new -config c:\openssl\share\openssl.cnf -newkey rsa:1024 -nodes -keyout mykey.pem

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\openssl.cnf

Re: Help: DecryptFinal error

2014-03-09 Thread Larry Bugbee
Sent from iTouch On Mar 7, 2014, at 11:42 AM, Li, David l...@cloudshield.com wrote: Hi, I am new to openssl C APIs. So I wrote a simple test to encrypt and decrypt a 15 byte ASCII string using AES128. The encryption seems OK and the encrypted length is 16. But the decryption

Help: DecryptFinal error

2014-03-08 Thread Li, David
Hi, I am new to openssl C APIs. So I wrote a simple test to encrypt and decrypt a 15 byte ASCII string using AES128. The encryption seems OK and the encrypted length is 16. But the decryption always failed at EVP_DecryptFinal_ex(). The error code is 0 and means padding error. I have been

Re: Help: DecryptFinal error

2014-03-08 Thread Larry Bugbee
On Mar 8, 2014, at 11:23 AM, Larry Bugbee bug...@mac.com wrote: On Mar 7, 2014, at 11:42 AM, Li, David l...@cloudshield.com wrote: Hi, I am new to openssl C APIs. So I wrote a simple test to encrypt and decrypt a 15 byte ASCII string using AES128. The encryption seems OK and the

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,

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 processors.

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 attempting

Help Needed: Error loading cert from Char buffer

2008-03-28 Thread Mohd Saleem
Hi, I am trying to load a cert from a char buffer, I am getting an error, error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag This is the code snippet, could one somene please tell me what is the error ??? And how do we rectify it. Thanks, Saleem int SClient::loadCert(char

Help regarding error

2008-02-29 Thread Prasad Pawar
when i compile the program p192.c i get following error [EMAIL PROTECTED] ~]# gcc p192.c /tmp/ccicrxZV.o: In function `main': p192.c:(.text+0x12): undefined reference to `DH_new' p192.c:(.text+0x31): undefined reference to `BN_bin2bn' p192.c:(.text+0x3e): undefined reference to `BN_new'

Re: Help regarding error

2008-02-29 Thread Marek . Marcola
Hello, when i compile the program p192.c i get following error [EMAIL PROTECTED] ~]# gcc p192.c /tmp/ccicrxZV.o: In function `main': p192.c:(.text+0x12): undefined reference to `DH_new' p192.c:(.text+0x31): undefined reference to `BN_bin2bn' p192.c:(.text+0x3e): undefined reference to

RE: Help regarding error

2008-02-27 Thread David Schwartz
when i compile the program p192.c i get following error [EMAIL PROTECTED] ~]# gcc p192.c This is not the command to compile. This is the command to compile and link. gcc -c p192.c is the command to compile, and you will likely get no errors. /tmp/ccicrxZV.o: In function `main':

Help regarding error

2008-02-26 Thread Prasad Pawar
when i compile the program p192.c i get following error [EMAIL PROTECTED] ~]# gcc p192.c /tmp/ccicrxZV.o: In function `main': p192.c:(.text+0x12): undefined reference to `DH_new' p192.c:(.text+0x31): undefined reference to `BN_bin2bn' p192.c:(.text+0x3e): undefined reference to `BN_new'

RE: help needed! error trying to verify a certificate

2002-11-14 Thread Mitchel, Jennifer (Jem)
Whacker [mailto:levitte;stacken.kth.se] Sent: Thursday, November 14, 2002 3:20 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: help needed! error trying to verify a certificate In message [EMAIL PROTECTED] on Wed, 13 Nov 2002 16:10:07 -0600, Mitchel, Jennifer (Jem) [EMAIL PROTECTED] said

Re: help needed! error trying to verify a certificate

2002-11-14 Thread Charles B Cranston
Mitchel, Jennifer (Jem) wrote: I have generated my key pair. I have generated my certificate signing request sent it to my CA and gotten my certificate back... I named it server.crt I am trying to use ssl to verify the certificate. I have the key pair, csr server.crt all in install/bin so

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

RE: Need help... Fatal error when running nmake -f ms\ntdll.mak

2000-07-18 Thread Harry Ng
CTED]] Sent: Tuesday, July 18, 2000 2:16 PM To: [EMAIL PROTECTED] Subject: Re: Need help... Fatal error when running "nmake -f ms\ntdll.mak" Harry Ng wrote: Have anyone seen this error? I follow the install.w32 instructions and I was trying to run the nmake command, but I get a fata

RE: Need help... Fatal error when running nmake -f ms\ntdll.mak

2000-07-18 Thread Harry Ng
nt: Tuesday, July 18, 2000 12:31 PM To: [EMAIL PROTECTED] Subject: RE: Need help... Fatal error when running "nmake -f ms\ntdll.mak" You need the M$ Macro Assembler in your path. I don't think it comes with the regular OS. You may need to go to the web and download it.

help on error?

2000-03-08 Thread abush
My app. is giving this error and I'm not sure where to look or how to correct this? This is on a SSL_read(): 29413:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number:s3_pkt.c:279: Any pointers on what to look for? Thanks, Aaron