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
Looks like it's equivalent, based on my reading of the jwcrypto code. +1 from me.
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.
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