CRL generating server, not from command line

2014-03-18 Thread Clesmon University
Hello: What I can find online or in book "Network security with OpenSSL" is using command line to generte a CRL. However, what I want to do is to let my server receive a serial number from outside interface and generate a CRL. I have looked many place and never find a article to mention it. Can

Re: Trouble using openssl s_client

2014-03-18 Thread Marc Chamberlin
On 03/18/2014 12:27 AM, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Marc Chamberlin Sent: Tuesday, March 18, 2014 02:34 Hi - I am trying to test the TLS/SSL connection for my Apache James 2.3.2 email server. When using Thunderbird as a client and connecting via TLS/SSL

Re: Regarding openssl-devel: changes from 0.9.8

2014-03-18 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Wim Lewis > Sent: Wednesday, March 12, 2014 13:39 > On 12 Mar 2014, at 4:44 AM, banupriya wrote: > > Hi All, > > > > I would like to know how different is openssl-devel from openssl098 version. > There is a detailed changelog here: > http:

RE: *** Spam *** Re: 0.9.8 RSA 2048, was Re: Need understanding on certutil output.

2014-03-18 Thread Dave Thompson
s_client won’t work with SQLServer because SQLServer doesn’t do immediate SSL handshake, nor even a simple STARTTLS protocol. SQLServer starts in a database protocol (TDS), then wraps the initial SSL handshake in TDS, then finally switches to actual SSL. What kind of TDS client are you using

RE: SSMTP Client: SSL routines:SSL23_GET_SERVER_HELLO

2014-03-18 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of hhachem > Sent: Monday, March 17, 2014 07:35 > openssl_capture.txt > Hello, > > I'm using OpenSSL in order to encrypt some emails, that a piece of hardware > sends. But, whenev

RE: Trouble using openssl s_client

2014-03-18 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Marc Chamberlin > Sent: Tuesday, March 18, 2014 02:34 > Hi - I am trying to test the TLS/SSL connection for my Apache James > 2.3.2 email server. When using Thunderbird as a client and connecting > via TLS/SSL protocol I don't have any problems