RE: openssl s_client takes over 30 seconds to complete on Windows

2013-07-05 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Graham, Dave > Sent: Friday, 05 July, 2013 10:47 > I have a need to periodically extract a certificate from > another automated process and not being a Windows programmer > (I work in a different programming discipline) I find that a > comman

Re: S_CLIENT in Windows takes 30 seconds to complete

2013-07-05 Thread Rodney Simioni
Maybe DNS Server, aix is using a different DNS server? Sent from my iPhone, Rod On Jul 5, 2013, at 4:36 PM, "Graham, Dave" wrote: > I have a need to periodically extract a certificate from another automated > process and not being a Windows programmer (I work in a different programming > disc

How to debug notifications about failed authentication

2013-07-05 Thread Ted Byers
I installed the 64 bit Opensuse 12.3 (with KDE) on a small, entry level server. Things generally went flawlessly, with one minor annoyance. I get a 'Notification' every few minutes that says, "Authorization failed" on one line, and "Failed to obtain authentication" on the next. It gives me only

RE: need to modifying the CN field of CERT subject name

2013-07-05 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Sanjay Kumar (sanjaku5) >Sent: Friday, 28 June, 2013 06:58 >I have a requirement to get unique certificate for each user. >To achieve that I am modifying the CN field of CERT subject name >by appending the user index to CN field. >Eg. If CN=sanja

S_CLIENT in Windows takes 30 seconds to complete

2013-07-05 Thread Graham, Dave
I have a need to periodically extract a certificate from another automated process and not being a Windows programmer (I work in a different programming discipline) I find that a command line 'openssl s_client -connect "uri.com:443" > cert.txt' does exactly what I need it to do. In AIX (our pre

OpenSSL Comand Line equivalence from DLL

2013-07-05 Thread Pedro Alexandre
Good afternoon. I’ m Looking for a solution to create a hash key type Sha1 signed and encoded Base64. In openssl is done by executing in CMD: ‘openssl dgst sha1-sign Fileprivatekey.pem out Filemessage.sha1 message’ and thain ‘Openssl enc -base64 -in Filemessage.sha1 -out FileMsgb64 –A’ I can

openssl s_client takes over 30 seconds to complete on Windows

2013-07-05 Thread Graham, Dave
I have a need to periodically extract a certificate from another automated process and not being a Windows programmer (I work in a different programming discipline) I find that a command line 'openssl s_client -connect "uri.com:443" > cert.txt' does exactly what I need it to do. In AIX (our pre

X509 unsupported algorithm

2013-07-05 Thread Sasikala S
 Dear Reader, I am receiving this error message while creating the CSR using TPM. Could you please advise me on this.      sudo openssl req -keyform engine -engine tpm -key client1.key -new -out client.csr [sudo] password for sasikala: engine "tpm" set. SRK authorization:

Re: KDF algorithms

2013-07-05 Thread Aaron
Thanks so much for answering my question, Matthew. -- View this message in context: http://openssl.6102.n7.nabble.com/KDF-algorithms-tp45762p45779.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSS