Re: About OpenSSL 0.9.8d to 0.9.8h Upgrade

2009-02-09 Thread Thomas J. Hruska
Chidambar Kulkarni1 wrote: Hello, We are planning for upgrading the OpenSSL libraries which are used in our application. Currently we are using OpenSSL version 0.9.8d and now we are planning for a upgrade. What would you suggest us to upgrade to 0.9.8h or 0.9.8j? Will that be backward compatible

About OpenSSL 0.9.8d to 0.9.8h Upgrade

2009-02-09 Thread Chidambar Kulkarni1
Hello, We are planning for upgrading the OpenSSL libraries which are used in our application. Currently we are using OpenSSL version 0.9.8d and now we are planning for a upgrade. What would you suggest us to upgrade to 0.9.8h or 0.9.8j? Will that be backward compatible? Will that supports all the

Re: are there any restrictions on the openssl passphrase?

2009-02-09 Thread Rustam Rakhimov
I think at least four characters

are there any restrictions on the openssl passphrase?

2009-02-09 Thread opensslmaillist
hi team, i ran the following command openssl rsa -in rsakey -des3 -out rsakey.pub it prompts me with the passphrase input . i wanna know if there is any resctrictions on the passphrase? i checked the code, but didnt find any restrictions. thanks. 2009-02-10 opensslmaillist

Re: PermitRootLogin is Missing in /etc/ssh_config

2009-02-09 Thread Charles Darwin
On 8-Feb-09, at 5:18 PM, Kyle Hamilton wrote: This is *so* not an OpenSSL question. This is not the right place to ask it. Root as an account is disabled by default on OSX. You need to create an administrator account, log into it, and then sudo whatever it is you're trying to do. -Kyle H

Re: PermitRootLogin is Missing in /etc/ssh_config

2009-02-09 Thread Charles Darwin
On 8-Feb-09, at 5:18 PM, Kyle Hamilton wrote: This is *so* not an OpenSSL question. This is not the right place to ask it. Root as an account is disabled by default on OSX. You need to create an administrator account, log into it, and then sudo whatever it is you're trying to do. -Kyle H

Re: Configure command line options

2009-02-09 Thread John Center
Thanks, Victor! This was really helpful! This should be put in the FAQ. I'm sure I'm not the only one who was wondering how to use this. -John Victor Duchovni wrote: On Sun, Feb 08, 2009 at 09:06:23PM -0500, John Center wrote: Hi, I'm trying to understand the Configure command li

Declined: OWASP Hartford: February 2009 (Open Web Application Security Project)

2009-02-09 Thread Matthew Maddox
BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN VERSION:2.0 METHOD:REPLY BEGIN:VEVENT ORGANIZER:MAILTO:openssl-users@openssl.org DTSTART:20090210T22Z DTEND:20090211T00Z LOCATION:The Hartford\, Tower Building: Atrium Conference Room TRANSP:OPAQUE SEQUENCE:1 UID:0400

Re: [OT] PermitRootLogin is Missing in /etc/ssh_config

2009-02-09 Thread Steffen DETTMER
Hi all, * Charles Darwin wrote on Sun, Feb 08, 2009 at 09:27 -0500: > Any idea? (This is off topic here) Shouldn't it be in /etc/sshd_config (or /etc/ssh/sshd_config)? And if missing there, why not simply add it?! oki, Steffen ps.: is this your real name or is it because of the `Darwin Year 20

Re: ECC

2009-02-09 Thread Emanuele Cesena
On Sat, 2009-02-07 at 21:57 +0100, Z wrote: > OpenSSL can encrypt with ECC? > no. Not directly, at least. OpenSSL has support for ECC, but only ECDSA (signature scheme) and ECDH (key agreement protocol) are implemented. You should implement ECIES or ECElGamal or whatever you like for encryption.

Re: s_client and Active Directory (ADAM)

2009-02-09 Thread Anders Lund
On Mon, 2009-02-09 at 15:10 +0100, Anders Lund wrote: > Hi again, > > I've finally found a solution for this problem. This is related to > sertificates of more than 1024 bits, and this hotfix solve the problem: > > http://support.microsoft.com/kb/955610/no I wrote "bits", but I see now tha

Declined: OWASP Hartford: February 2009 (Open Web Application Security Project)

2009-02-09 Thread Fabro, Loic
BEGIN:VCALENDAR METHOD:REPLY PRODID:Microsoft CDO for Microsoft Exchange VERSION:2.0 BEGIN:VTIMEZONE TZID:(GMT-05.00) Eastern Time (US & Canada) X-MICROSOFT-CDO-TZID:10 BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0400 TZOFFSETTO:-0500 RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=11;BYDAY=1

Re: s_client and Active Directory (ADAM)

2009-02-09 Thread Anders Lund
Hi again, I've finally found a solution for this problem. This is related to sertificates of more than 1024 bits, and this hotfix solve the problem: http://support.microsoft.com/kb/955610/no - Anders On Mon, 2009-02-09 at 11:44 +0100, Anders Lund wrote: > Hi, > > I'm having difficulti

s_client and Active Directory (ADAM)

2009-02-09 Thread Anders Lund
Hi, I'm having difficulties using s_client against some servers running ADAM on Windows 2003 servers. This is my problem: [and...@lon ~]$ openssl s_client -connect : CONNECTED(0003) depth=1 <...> verify error:num=20:unable to get local issuer certificate verify return:0 21580:error:140790E5:S

RE: OpenSSL command line HMAC

2009-02-09 Thread Young, Alistair
-Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dave Thompson Sent: 07 February 2009 01:59 To: openssl-users@openssl.org Subject: RE: OpenSSL command line HMAC > > Without the quotes, if my hmac key contains a space or tab ch

Re: OpenSSL command line HMAC

2009-02-09 Thread Steffen DETTMER
Hi all! * Dave Thompson wrote on Fri, Feb 06, 2009 at 20:59 -0500: > > Adding the quotes didn't work because, if I understand things > > correctly, the notion of quotes (or escaping characters with \) > > is a shell concept - hence my attempt to force the command to run > > under a shell. > > > Th