Skip to content

issues Search Results · repo:IdentityPython/JWTConnect-Python-CryptoJWT language:Python

Filter by

36 results
 (61 ms)

36 results

inIdentityPython/JWTConnect-Python-CryptoJWT (press backspace or delete to remove)

I suggest we replace black/isort with ruff - much faster and active development. WDYT?
question
  • jschlyter
  • 1
  • Opened 
    on Sep 9, 2024
  • #167

Hello and thanks for the good work on this library. While I was using it I came across one inconsistency with respect to handling x5c certificates on various asymmetric keys. It looks that in principle ...
  • sallner
  • 3
  • Opened 
    on Jul 26, 2024
  • #165

We should start linting (and maybe also formatting) with ruff.
  • jschlyter
  • Opened 
    on May 29, 2024
  • #162

Hello cryptojwt team, Thanks for your work, it usually works like a charm. I found an issue in cryptojwt.jwe.jwe_ec.JWE_EC.dec_setup. https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/blob/727bb9bff122a67e4e270330d990a7c1a1199664/src/cryptojwt/jwe/jwe_ec.py#L147 ...
  • vernans
  • 1
  • Opened 
    on May 2, 2024
  • #159

I use cryptojwt = 1.8.3 and cryptography = 42.0.5 and I get the following DeprecationWarning: def new_ec_key(crv, kid= , **kwargs): _key = ec.generate_private_key(curve=NIST2SEC[crv], backend=default_backend()) ...
bug
  • sallner
  • 4
  • Opened 
    on Apr 22, 2024
  • #157

Add support for draft-jones-jose-fully-specified-algorithms.
  • jschlyter
  • 1
  • Opened 
    on Sep 11, 2023
  • #152

It s 2023, we should support ed25519.
enhancement
  • jschlyter
  • 1
  • Opened 
    on May 10, 2023
  • #141

Here https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/blob/main/src/cryptojwt/jws/jws.py#L119 When I need a typ value it converts automatically this claim name to type it should be typ instead ...
  • peppelinux
  • 2
  • Opened 
    on Jun 20, 2022
  • #126

We may handle these kind of exceptions properly cryptojwt/jws/jws.py(229)verify_compact_verbose() - if not verifier.verify(jwt.sign_input(), jwt.signature(), _key): (Pdb) ValueError: Invalid signature ...
invalid
  • peppelinux
  • Opened 
    on May 9, 2022
  • #123

I m considering moving all of the http/file data (json/der) logic to a separate class to track file/url changes (last modified, etag, etc). Does anyone know of a good existing library tracking content? ...
question
  • jschlyter
  • 2
  • Opened 
    on Feb 26, 2022
  • #111
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub