How to use ssl V3 version for openssl 9.8h

2008-12-14 Thread joshi chandra
Hi All, I have a requirement to use only SSL v3 version of openssl 9.8h . I believe, both ssl V2 and ssl V3 is used now . So to implement this ,what all changes i have to make to implement this requirement.I believe only i have to change some configuration file. Please Help. Thanks in Advance

Re: openSSL : digest command (md5) to crypto driver

2008-12-14 Thread Madhusudan Bhat
Hi Geoff, Michael, I am working on a simple system. I have crypto driver at th freebsd kernel side, which will handle security acceleration hw. I want to expose this accelerator hw to openssl. Since, there will be one accelerator on the board, I decided not to provide engine component at the ope

Re: does this multi-domain cert config work?

2008-12-14 Thread Tom Worster
On 12/14/08 7:04 PM, "Thomas J. Hruska" wrote: > I keep a lookout for truly free AND integrated SSL certificates. The > main sticking point with that company is IE. They ARE NOT in the root > certificate store in IE.* They ARE in the root certificate store in > Firefox and Safari. > > http://

Re: does this multi-domain cert config work?

2008-12-14 Thread Thomas J. Hruska
Tom Worster wrote: kyle, thank you for your comments. that's very helpful. i'm unsure now which name to use as common name and which names to put in subjectAlternativeName. what are the considerations? thanks for mentioning startcom. i looked at them a few weeks ago but couldn't determine if th

Re: does this multi-domain cert config work?

2008-12-14 Thread Victor Duchovni
On Sun, Dec 14, 2008 at 03:47:13PM -0500, Tom Worster wrote: > kyle, thank you for your comments. that's very helpful. > > i'm unsure now which name to use as common name and which names to put in > subjectAlternativeName. what are the considerations? Choose the one most likely to be expected by

Re: does this multi-domain cert config work?

2008-12-14 Thread Tom Worster
kyle, thank you for your comments. that's very helpful. i'm unsure now which name to use as common name and which names to put in subjectAlternativeName. what are the considerations? thanks for mentioning startcom. i looked at them a few weeks ago but couldn't determine if their certs would make

Re: common name charset question

2008-12-14 Thread Victor Duchovni
On Sun, Dec 14, 2008 at 08:22:38AM -0800, Kyle Hamilton wrote: > On Fri, Dec 12, 2008 at 2:02 PM, Victor Duchovni > wrote: > > On Fri, Dec 12, 2008 at 10:46:20PM +0100, Matteo Cazzador wrote: > > > >> >Correctly implemented certificate parsers will display UTF8 encodings to > >> >the user in a wa

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

2008-12-14 Thread Frank Pirillo
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: common name charset question

2008-12-14 Thread Kyle Hamilton
On Fri, Dec 12, 2008 at 2:02 PM, Victor Duchovni wrote: > On Fri, Dec 12, 2008 at 10:46:20PM +0100, Matteo Cazzador wrote: > >> >Correctly implemented certificate parsers will display UTF8 encodings to >> >the user in a way that the user can understand. The code-points are >> >logically >> >the sa

Re: does this multi-domain cert config work?

2008-12-14 Thread Kyle Hamilton
A couple points on your proposed configuration: 1) Your proposed setup would, indeed, work. 2) The same private key would be on both systems. If one of the systems is compromised, the cert will need to be revoked and new keys generated. 3) StartCom Ltd (http://www.startcom.org/) has no-fee SSL ce

Re: Query

2008-12-14 Thread Kyle Hamilton
http://www.openssl.org/support/faq.html#USER1 On Sat, Dec 13, 2008 at 7:43 AM, sujit wrote: > Hi, > >I am using linkpoint Payment gateway API. > > It need OpenSSL for for connecting to linkpoint > > Without it . it's return error > > Unable to connect to server. ERRs: wsa=0 err=604389476

Re: Query

2008-12-14 Thread Ger Hobbelt
Thank you for checking the OpenSSL FAQ ( http://www.openssl.org/support/faq.html ), fisrt Q&A in section 3 (USER). Regards, Ger On Sat, Dec 13, 2008 at 4:43 PM, sujit wrote: > Hi, > >I am using linkpoint Payment gateway API. > > It need OpenSSL for for connecting to linkpoint > > Witho