Re: [classlib][security] crypto provider: implementation of SHA-1 algorithm

2006-07-10 Thread Mark Hindess
On 10 July 2006 at 7:20, "Geir Magnusson Jr." <[EMAIL PROTECTED]> wrote: > > On Jul 10, 2006, at 6:59 AM, Mark Hindess wrote: > > > > > On 10 July 2006 at 17:50, "Mikhail Loenko" <[EMAIL PROTECTED]> wrote: > >> 2006/7/10, Anton Luht <[EMAIL PROTECTED]>: > >>> Mark, > >>> > >>> Let me report one

Re: [classlib][security] crypto provider: implementation of SHA-1 algorithm

2006-07-10 Thread Geir Magnusson Jr.
On Jul 10, 2006, at 6:59 AM, Mark Hindess wrote: On 10 July 2006 at 17:50, "Mikhail Loenko" <[EMAIL PROTECTED]> wrote: 2006/7/10, Anton Luht <[EMAIL PROTECTED]>: Mark, Let me report one more build problem in this thread: On build 420458 of VM + classlib the following test: import javax.swi

Re: [classlib][security] crypto provider: implementation of SHA-1 algorithm

2006-07-10 Thread Mark Hindess
On 10 July 2006 at 17:50, "Mikhail Loenko" <[EMAIL PROTECTED]> wrote: > 2006/7/10, Anton Luht <[EMAIL PROTECTED]>: > > Mark, > > > > Let me report one more build problem in this thread: On build 420458 > > of VM + classlib the following test: > > > > import javax.swing.*; > > > > public class Test

Re: [classlib][security] crypto provider: implementation of SHA-1 algorithm

2006-07-10 Thread Mikhail Loenko
2006/7/10, Anton Luht <[EMAIL PROTECTED]>: Mark, Let me report one more build problem in this thread: On build 420458 of VM + classlib the following test: import javax.swing.*; public class Test { public static void main(String[] args) throws Throwable { new JButton(); } } prints: Unc

Re: [classlib][security] crypto provider: implementation of SHA-1 algorithm

2006-07-10 Thread Anton Luht
Mark, Let me report one more build problem in this thread: On build 420458 of VM + classlib the following test: import javax.swing.*; public class Test { public static void main(String[] args) throws Throwable { new JButton(); } } prints: Uncaught exception in AWT-EventQueue: java.lang.U

Re: [classlib][security] crypto provider: implementation of SHA-1 algorithm

2006-07-07 Thread Mark Hindess
On 7 July 2006 at 16:07, Mark Hindess <[EMAIL PROTECTED]> wrote: > > On 7 July 2006 at 18:34, "Anton Luht" <[EMAIL PROTECTED]> wrote: > > Yuri, > > > > I'm trying to test serialization but the simple test: > > > > import java.io.*; > > > > public class Test { > > public static void main(Stri

Re: [classlib][security] crypto provider: implementation of SHA-1 algorithm

2006-07-07 Thread Mark Hindess
On 7 July 2006 at 18:34, "Anton Luht" <[EMAIL PROTECTED]> wrote: > Yuri, > > I'm trying to test serialization but the simple test: > > import java.io.*; > > public class Test { > public static void main(String[] args) throws Throwable { > ObjectOutputStream oos = new ObjectOutputStream(n

Re: [classlib][security] crypto provider: implementation of SHA-1 algorithm

2006-07-07 Thread Anton Luht
Yuri, I'm trying to test serialization but the simple test: import java.io.*; public class Test { public static void main(String[] args) throws Throwable { ObjectOutputStream oos = new ObjectOutputStream(new ByteArrayOutputStream()); oos.writeObject(new Object()); } } fails: java.la

RE: [classlib][security] crypto provider: implementation of SHA-1 algorithm

2006-07-05 Thread Kropachev, Yuri A
Tim, I already filled in the questionnaire. Regards, - Yuri -Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 5:48 PM To: harmony-dev@incubator.apache.org Subject: [classlib][security] crypto provider: implementation of SHA-1 algorithm Yuri

[classlib][security] crypto provider: implementation of SHA-1 algorithm

2006-07-04 Thread Tim Ellison
Kropachev (JIRA) wrote: > [ http://issues.apache.org/jira/browse/HARMONY-742?page=all ] > > Yuri Kropachev updated HARMONY-742: > --- > > Attachment: provider_1.patch > >> [classlib][security] crypto provid