Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

invalid EC key is being generated #180

Open
panva opened this issue Jun 19, 2019 · 2 comments
Open

invalid EC key is being generated #180

panva opened this issue Jun 19, 2019 · 2 comments
Assignees
Labels

Comments

@panva
Copy link
Collaborator

panva commented Jun 19, 2019

Upon instance start the suite generates EC keys, occasionally these keys' coordinates are not the correctly padded.

e.g.

{
  "crv": "P-256",
  "kid": "JL3Rpg1ix0FTIZ2jbkc9a05JrFFHOuzm4lYsfQI_ejM",
  "kty": "EC",
  "use": "sig",
  "x": "TjuwU1Ivbos53bUMFywfJtZYNM83fCJPgjTVieo6txQ",
  "y": "l_JJpIXKOi5N7ouT0d4vlpooMyT_efcMDAZ_0D2Y_w"
}

This was fixed in IdentityPython/pyjwkest#88 and now needs to be propagated to this suite.

@rohe
Copy link

rohe commented Jun 27, 2019

Uploaded new version (1.4.2) to PyPI .

@zandbelt
Copy link

@rohe could you make otest depend on that version so we can pull that from your upstream repository into the one at the openid-certification org? tnx

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants