Re: command truncated on paste

2012-08-08 Thread Jonathan Shaw
Ok. Thanks again. Sent from my mobile phone. On Aug 8, 2012, at 7:32 PM, Jakob Bohm wrote: > On 8/9/2012 12:47 AM, Jonathan Shaw wrote: >> Thank you Jakob. >> >> No need to bother with more system detail at this point if I >> understand correctly. You are saying there is no built in limit to >

Re: command truncated on paste

2012-08-08 Thread Jakob Bohm
On 8/9/2012 12:47 AM, Jonathan Shaw wrote: Thank you Jakob. No need to bother with more system detail at this point if I understand correctly. You are saying there is no built in limit to the command length in characters? If so, I can troubleshoot my own system. Though I might mention this sam

RE: Certtificate chain broken

2012-08-08 Thread Dave Thompson
>From: owner-openssl-...@openssl.org On Behalf Of Mithun Kumar >Sent: Wednesday, 08 August, 2012 16:53 Note: individual recipient dropped; that's poor netiquette unless requested, which AFAICS it wasn't. I think this should be -users not -dev, so I added -users back. >i will elaborate, for >X509_

Re: command truncated on paste

2012-08-08 Thread Jonathan Shaw
Thank you Jakob. No need to bother with more system detail at this point if I understand correctly. You are saying there is no built in limit to the command length in characters? If so, I can troubleshoot my own system. Though I might mention this same Behavior happened with putty and openssh.

Re: command truncated on paste

2012-08-08 Thread Jakob Bohm
On 8/8/2012 7:10 PM, jonycp wrote: Hello, I am trying to paste a lengthy one-line command at the OpenSSL prompt. I recently installed 1.0.1c but I'm not certain it started happening in this version. I used to be able to paste the full command, and now the command is truncated to 257 character

Certtificate chain broken

2012-08-08 Thread Mithun Kumar
Hello All, I am trying working on getting my client connected to Microsoft SQL Server. Handshake fails after server hello. I keep getting error Subject Issuer Mismatch * int X509_check_issued(X509 *issuer, X509 *subject) { if(X509_NAME_cmp(X509_get_subject_name(issuer), X509_get_is

command truncated on paste

2012-08-08 Thread jonycp
Hello, I am trying to paste a lengthy one-line command at the OpenSSL prompt. I recently installed 1.0.1c but I'm not certain it started happening in this version. I used to be able to paste the full command, and now the command is truncated to 257 characters (inlcuding spaces). Is this new an

Re: OpenSSL in multithreaded environment.

2012-08-08 Thread Vishal Rao
See http://openssl.org/support/faq.html#PROG1 and http://openssl.org/docs/crypto/threads.html -- "The World is a book, and those who do not travel read only a page." - St. Augustine. __ OpenSSL Project

OpenSSL in multithreaded environment.

2012-08-08 Thread Tayade, Nilesh
Hi, I am using OpenSSL-1.0.0g in a multithreaded environment. Each thread comes up with its own decryption context (which has own decrypted premaster, the random values and rsa pointer). And I am sure NO two threads touch each other's decryption context. But I see some issue (program crash) wh