MD4 digest provider

2008-08-16 Thread Edouard De Oliveira
Any problems regarding the use of a BouncyCastle jce provider dependency in the examples pom ? In fact the proxy code needs an MD4 digest provider for NTLM proxying. This is a dependency we don't have to bind explicitly with the core code but we may need to advertise it.   Cordialement, Re

Re: MD4 digest provider

2008-08-16 Thread Emmanuel Lecharny
Edouard De Oliveira wrote: Any problems regarding the use of a BouncyCastle jce provider dependency in the examples pom ? In fact the proxy code needs an MD4 digest provider for NTLM proxying. This is a dependency we don't have to bind explicitly with the core code but we may need to adve

Re: MD4 digest provider

2008-08-17 Thread Niklas Gustavsson
On Sat, Aug 16, 2008 at 5:29 PM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > - follow the export rules : http://apache.org/dev/crypto.html. > > If we include BC encryption code into MINA, we have to declare MINA in the > ASF Product Classification Matrix : > http://apache.org/licenses/exports/#m

Re : MD4 digest provider

2008-08-18 Thread Edouard De Oliveira
-- De : Niklas Gustavsson <[EMAIL PROTECTED]> À : dev@mina.apache.org; [EMAIL PROTECTED] Envoyé le : Dimanche, 17 Août 2008, 23h31mn 27s Objet : Re: MD4 digest provider On Sat, Aug 16, 2008 at 5:29 PM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > - follow the export rules : h

Re: Re : MD4 digest provider

2008-08-18 Thread Niklas Gustavsson
On Mon, Aug 18, 2008 at 7:47 PM, Edouard De Oliveira <[EMAIL PROTECTED]> wrote: > We could also use this special provider i wrote which only provides an md4 > implementation. > This implementation is based on the RFC and various implementations i read > on the net. That's probably an even easier