#118 Use JWKSet.export if it is available
Merged by puiterwijk. Opened by puiterwijk.
puiterwijk/ipsilon fix-jwcrypto-0.3.0  into  master

Download 118.patch

This function was released as part of the jwcrypto 0.3.0 release, so if it is
available, that function is prefered over our manual building of the keyset.

Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com

rebased

rebased

Looks like it's equivalent, based on my reading of the jwcrypto code. +1 from me.

rebased

Pull-Request has been merged by puiterwijk

This was reverted.
The problem is that this breaks with jwcrypto 0.2.0, since it doesn't accept the private_keys argument for the export function.
We will need to fix this by hacking around.

Metadata