[Fwd: MQV Support in BC Provider]

View: New views
6 Messages — Rating Filter:   Alert me  

[Fwd: MQV Support in BC Provider]

by Gurmeen Bindra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

Does Bouncy castle Provider support MQV ?
http://en.wikipedia.org/wiki/MQV

If yes, are there any examples for using it ?

Thanks,
Gurmeen


Re: [Fwd: MQV Support in BC Provider]

by Peter Dettman-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Gurmeen,

I've committed an initial implementation of MQV to CVS. It will be
available in the next beta build that we release (due in the next couple
of days).

For examples of usage, you will need to consult the test code:

Lightweight tests:
    org.bouncycastle.crypto.test.ECTest.testECMQV*

Provider tests:
    org.bouncycastle.jce.provider.test.MQVTest

We are intending to add support soon for use of MQV key agreement in
CMS, per RFC 3278. Depending on your needs, this may prove a simpler
option than working directly with the key agreement APIs.

Cheers,
Pete.


Gurmeen Bindra wrote:

>
> ------------------------------------------------------------------------
>
> Subject:
> [dev-crypto] MQV Support in BC Provider
> From:
> Gurmeen Bindra <gurmeen.bindra@...>
> Date:
> Wed, 04 Nov 2009 17:39:54 +0000
> To:
> Bouncy castle <dev-crypto@...>
>
> To:
> Bouncy castle <dev-crypto@...>
>
>
> Hello,
>
> Does Bouncy castle Provider support MQV ?
> http://en.wikipedia.org/wiki/MQV
>
> If yes, are there any examples for using it ?
>
> Thanks,
> Gurmeen
>



Re: [Fwd: MQV Support in BC Provider]

by David Hook-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Further on this, the new beta is now up.

http://www.bouncycastle.org/betas

You want 145b05 or later.

Regards,

David

On Sun, 2009-11-08 at 21:07 +1100, Peter Dettman wrote:

> Hi Gurmeen,
>
> I've committed an initial implementation of MQV to CVS. It will be
> available in the next beta build that we release (due in the next couple
> of days).
>
> For examples of usage, you will need to consult the test code:
>
> Lightweight tests:
>     org.bouncycastle.crypto.test.ECTest.testECMQV*
>
> Provider tests:
>     org.bouncycastle.jce.provider.test.MQVTest
>
> We are intending to add support soon for use of MQV key agreement in
> CMS, per RFC 3278. Depending on your needs, this may prove a simpler
> option than working directly with the key agreement APIs.
>
> Cheers,
> Pete.
>
>
> Gurmeen Bindra wrote:
> >
> > ------------------------------------------------------------------------
> >
> > Subject:
> > [dev-crypto] MQV Support in BC Provider
> > From:
> > Gurmeen Bindra <gurmeen.bindra@...>
> > Date:
> > Wed, 04 Nov 2009 17:39:54 +0000
> > To:
> > Bouncy castle <dev-crypto@...>
> >
> > To:
> > Bouncy castle <dev-crypto@...>
> >
> >
> > Hello,
> >
> > Does Bouncy castle Provider support MQV ?
> > http://en.wikipedia.org/wiki/MQV
> >
> > If yes, are there any examples for using it ?
> >
> > Thanks,
> > Gurmeen
> >
>
>



Re: [Fwd: MQV Support in BC Provider]

by Gurmeen Bindra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Peter Dettman wrote:

> Hi Gurmeen,
>
> I've committed an initial implementation of MQV to CVS. It will be
> available in the next beta build that we release (due in the next couple
> of days).
>
> For examples of usage, you will need to consult the test code:
>
> Lightweight tests:
>    org.bouncycastle.crypto.test.ECTest.testECMQV*
>
> Provider tests:
>    org.bouncycastle.jce.provider.test.MQVTest
>
> We are intending to add support soon for use of MQV key agreement in
> CMS, per RFC 3278. Depending on your needs, this may prove a simpler
> option than working directly with the key agreement APIs.
>
> Cheers,
> Pete.
>
>
> Gurmeen Bindra wrote:
>>
>> ------------------------------------------------------------------------
>>
>> Subject:
>> [dev-crypto] MQV Support in BC Provider
>> From:
>> Gurmeen Bindra <gurmeen.bindra@...>
>> Date:
>> Wed, 04 Nov 2009 17:39:54 +0000
>> To:
>> Bouncy castle <dev-crypto@...>
>>
>> To:
>> Bouncy castle <dev-crypto@...>
>>
>>
>> Hello,
>>
>> Does Bouncy castle Provider support MQV ?
>> http://en.wikipedia.org/wiki/MQV
>>
>> If yes, are there any examples for using it ?
>>
>> Thanks,
>> Gurmeen
>>
>
>
Hi Peter,

Thanks a lot for implementing the MQV support in the Provider.
I saw that David has updated the Beta with MQV related classes.
Thanks for that David.
Is it possible for me to have a look the source and test classes of the
beta ?


Thanks,
Gurmeen


Re: [Fwd: MQV Support in BC Provider]

by Peter Dettman-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Please see the section headed "CVS Access" at
http://www.bouncycastle.org/latest_releases.html (almost at the end of
the page).

> Hi Peter,
>
> Thanks a lot for implementing the MQV support in the Provider.
> I saw that David has updated the Beta with MQV related classes.
> Thanks for that David.
> Is it possible for me to have a look the source and test classes of
> the beta ?
>
>
> Thanks,
> Gurmeen
>
>



Re: [Fwd: MQV Support in BC Provider]

by Gurmeen Bindra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Peter Dettman wrote:

> Please see the section headed "CVS Access" at
> http://www.bouncycastle.org/latest_releases.html (almost at the end of
> the page).
>
>> Hi Peter,
>>
>> Thanks a lot for implementing the MQV support in the Provider.
>> I saw that David has updated the Beta with MQV related classes.
>> Thanks for that David.
>> Is it possible for me to have a look the source and test classes of
>> the beta ?
>>
>>
>> Thanks,
>> Gurmeen
>>
>>
>
>
Thank you very much.