This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: security providers and ...
- From: Mark Wielaard <mark at klomp dot org>
- To: Vladimir Puskas <vpuskas at eunet dot yu>
- Cc: tromey at redhat dot com, java at gcc dot gnu dot org
- Date: 15 Jul 2002 00:19:03 +0200
- Subject: Re: security providers and ...
- References: <02042318321700.06739@mcphails><87adrd6jds.fsf@creche.redhat.com> <200207091542.43343.vpuskas@eunet.yu>
Hi,
On Tue, 2002-07-09 at 15:45, Vladimir Puskas wrote:
> On Monday 06 May 2002 23:45, Tom Tromey wrote:
> > >>>>> "Vladimir" == Vladimir Puskas <vpuskas@EUnet.yu> writes:
> >
> > I didn't see a response to this.
> >
> > Vladimir> 1) The 'gnu.java.security.provider.Gnu' says that it
> > Vladimir> supports MD5 beside other things but
> > Vladimir> 'gnu.java.security.provider.MD5' simply isn't there.
> >
> > That must be an oversight or missed merge opportunity. Sorry about
> > that.
>
> I get my GCC/GCJ by downloading weekly snapshot and building it.
> As far as I know, classes I have mentioned, aren't there. To remedy this I'll
> send them to the list, or whereever you advise me. Last time I haven't
> offered this because they are part of GNU Classpath project, and I expected
> someone would merge them.
Sorry that we missed this. I have just added the missing
gnu.java.security classes (plus a couple of small updates) to libgcj
CVS. But I don't think they are very well tested so please let us know
if they work correctly for you.
Thanks,
Mark