Re: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Eric Rescorla
ever really verified them. > > PureTLS (http://www.rtfm.com/puretls) is a free Java SSL/TLS > > implementation that interoperates fine with OpenSSL. > > Thanks for the link! I checked it out. Do you have any idea what the > performance is like compared to JSSE? (I

Re: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Chris Cleeland
s has been fixed or not (though it only applies to > DSA). Right. Good point. However, for some reason I remember that we had problems with JSSE doing RSA properly, too. But memory is fuzzy anymore. > PureTLS (http://www.rtfm.com/puretls) is a free Java SSL/TLS > implementation th

Re: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Eric Rescorla
t; Check out the following link: > > >http://groups.google.com/groups?hl=en&frame=right&th=364ff2e1a2f20db0&seekm=40373dc3.0108131639.3b69c55d%40posting.google.com#link3 I dunno if this has been fixed or not (though it only applies to DSA). PureTLS (http://www.rtfm.com/puretls) i

RE: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Chris Cleeland
On Tue, 30 Apr 2002, Ed Moyle wrote: > On Monday, April 29, 2002 09:15, arjan pot [mailto:[EMAIL PROTECTED]] wrote: > > > In other words; is it possible to connect with a Java - client through > > OpenSSL to a server, written in C? > > The part about this that sounds hard is the "connect throu

RE: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Ed Moyle
On Monday, April 29, 2002 09:15, arjan pot [mailto:[EMAIL PROTECTED]] wrote: > In other words; is it possible to connect with a Java - client through > OpenSSL to a server, written in C? The part about this that sounds hard is the "connect through OpenSSL" part. My recommendation would be to us

AW: Java + SSL

2002-04-03 Thread Zamangoer, Ferruh
] Gesendet: Mittwoch, 3. April 2002 14:42 An: [EMAIL PROTECTED] Betreff: Re: Java + SSL "Zamangoer, Ferruh" wrote: > > Hi All, > > have anybody experiences with the following Error, which occurs when I want > to use the example from the JNDI ==> LDAP ==> Securit

Re: Java + SSL

2002-04-03 Thread Rabellino Sergio
"Zamangoer, Ferruh" wrote: > > Hi All, > > have anybody experiences with the following Error, which occurs when I want > to use the example from the JNDI ==> LDAP ==> Security to connect to an LDAP > Server over SSL: > > > // Set up the environment for creating the initial context > Hashtable

Java + SSL

2002-04-03 Thread Zamangoer, Ferruh
Hi All, have anybody experiences with the following Error, which occurs when I want to use the example from the JNDI ==> LDAP ==> Security to connect to an LDAP Server over SSL: // Set up the environment for creating the initial context Hashtable env = new Hashtable(); env.put(Context.INITIAL_

Re: Problems with Java SSL API

2000-01-05 Thread Alon Koren
L PROTECTED]> cc: Mark Striebeck <[EMAIL PROTECTED]> (bcc: Alon Koren/MN/Unitedmail) Subject: Re: Problems with Java SSL API Your verisign root CA has expired: this is the last one in the chain. You should replace it with a newer version, you can get this from several places incl

Re: Problems with Java SSL API

2000-01-04 Thread Dr Stephen Henson
Your verisign root CA has expired: this is the last one in the chain. You should replace it with a newer version, you can get this from several places including certs/vsign3.pem in later versions of OpenSSL or if you have MSIE you can export it using the base64 encoded option. Steve. -- Dr Step

Problems with Java SSL API

2000-01-04 Thread Mark Striebeck
Folks, we are using a Java SSL API called ITISLL (it sits on top of OpenSSL - or SSLeay) for an application that needs https access to a web server. So far we didn“t have problems with it. But now since the beginning of this year we get the following problem when we try to use the stored

OT: Java SSL implementation (was RE: www.openssl.org)

1999-05-27 Thread Wham Bang
Entrust's Java Toolkit includes an SSL implementation. It's available free (with registration) from http://developer.entrust.com, and I think also available internationally (and free as well) from http://developer.entrust.ch. --- David Friedman <[EMAIL PROTECTED]> wrote: > Does anyone know of an

RE: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-12 Thread Andrei Popovici
Buchs Christian writes: > > > > Do you support (or plan to support) also SSLeay-0.9.0b or OpenSSL ? > > > > > > It builds and works fine with SSLeay-0.9.0b and openssl-0.9.1c without > > changes. (just tested) > > Not under NT unfortunately... You're right. I'm just writing a fix.. s

Re: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-11 Thread Francois Orsini
ubject: RE: Fresh meat -- Java SSL using OpenSSL (SSLeay) > >> > Do you support (or plan to support) also SSLeay-0.9.0b or OpenSSL ? >> >> >> It builds and works fine with SSLeay-0.9.0b and openssl-0.9.1c without >> changes. (just tested) > >Not under NT unf

Re: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread Andrei Popovici
Martin Kuzela writes: > Do you support (or plan to support) also SSLeay-0.9.0b or OpenSSL ? It builds and works fine with SSLeay-0.9.0b and openssl-0.9.1c without changes. (just tested) However, OpenSSL has a different License, I have to ask if it's ok, etc.. Regards, Andrei. __

RE: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread GOMEZ Henri
> You put the so/dll in your library path on your host, and > java will load'it at runtime. It's not 'mobile' code :( > [GOMEZ Henri] Thanks to point out the dll/so pre-installation. It will be a first answer to a common problem. Having a free SSL implementation for java... _

RE: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread Buchs Christian
> Allways no 100% pure Java SSL implementation but there is a > premice (http://security.dstc.edu.au/projects/java/jcsi.html) They don't plan to implement SSL for now, Kerberos V and S/MIME have higher priority for them... Moreover, OpenSSL (and SSLeay before) have been used

RE: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread Andrei Popovici
GOMEZ Henri writes: > Since JAVA SSL use OpenSSL/SSLeay DLL, how can we made it work > under a standard browser ? You put the so/dll in your library path on your host, and java will load'it at runtime. It's not 'mobile' code :( > Allways no 100% pur

RE: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread GOMEZ Henri
Since JAVA SSL use OpenSSL/SSLeay DLL, how can we made it work under a standard browser ? Allways no 100% pure Java SSL implementation but there is a premice (http://security.dstc.edu.au/projects/java/jcsi.html) See you

Re: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-10 Thread Andrei Popovici
Martin Kuzela writes: > > Do you support (or plan to support) also SSLeay-0.9.0b or OpenSSL ? > Yes, asap. > Is it problem to establish some cooperation between these two project? > I hope not. But I haven't had the time to look closely at OpenSSL.. Andrei Ppopovici _

Re: Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-09 Thread Martin Kuzela
Wow wow wow This seems to be exactly what I was looking for - free SSL for java. Do you support (or plan to support) also SSLeay-0.9.0b or OpenSSL ? Is it problem to establish some cooperation between these two project? Martin Kuzela Andrei Popovici wrote: > Hello everybody, > > I just finis

Fresh meat -- Java SSL using OpenSSL (SSLeay)

1999-03-09 Thread Andrei Popovici
Hello everybody, I just finished a complete Java & JNI implementation for SUN's SSL reference API using the old incarnation of OpenSSL (SSLeay 0.8.1). The comments are a little bit out of date, since I wrote that code for my diploma thesis. Btw, its free, You can get it at http://sponsor.iti