-
Notifications
You must be signed in to change notification settings - Fork 127
Comparing changes
Open a pull request
base repository: latchset/jwcrypto
base: v1.4.2
head repository: latchset/jwcrypto
compare: v1.5.0
- 14 commits
- 13 files changed
- 4 contributors
Commits on Sep 28, 2022
-
Raising the bar for minimum pyca/cryptography
Fixes #305 Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a8fb80 - Browse repository at this point
Copy the full SHA 3a8fb80View commit details
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 28d7189 - Browse repository at this point
Copy the full SHA 28d7189View commit details -
Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14d1f81 - Browse repository at this point
Copy the full SHA 14d1f81View commit details
Commits on Oct 10, 2022
-
Add Brainpool EC-curves support
This commit adds the support of Brainpool curves to jwcrypto. The Brainpool curves defined in RFC 5639 are mandatory for use in german e-health systems as defined by the Federal Office of Information Security (BSI) and National Digital Health Agency (gematik GmbH). In order to use the public E-Health APIs clients are required to: * Load and use the Brainpool keys using JWK * Sign and verify the signatures using the Brainpool elliptic curves using JWS * Encrypt and decrypt the data using the Brainpool elliptic curves and AES using JWE At the time of this commit there is no official standardization of these algorithms for JOSE/JWK/JWS/JWE. The use of these algorithms is specified solely by the gematik GmbH – National Digital Health Agency - for use in german e-health applications. Signed-off-by: Sergej Suskov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcdc7d7 - Browse repository at this point
Copy the full SHA fcdc7d7View commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 652afd9 - Browse repository at this point
Copy the full SHA 652afd9View commit details -
Python 3.6 is not available anymore in CI
With the configured Ubuntu image it is not available, and it is not worth doing a lot of work for it as 3.6 is on the way out generally anyway. Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f6cf30 - Browse repository at this point
Copy the full SHA 4f6cf30View commit details -
Make linter happier about dummy exception
Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c31ee0 - Browse repository at this point
Copy the full SHA 0c31ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 381c5d1 - Browse repository at this point
Copy the full SHA 381c5d1View commit details -
Fix test to actually do what it should
This one was odd, glad CI picked it. Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc21a78 - Browse repository at this point
Copy the full SHA dc21a78View commit details -
Fix CI to run on the correct branch for main
Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f2cd3a - Browse repository at this point
Copy the full SHA 9f2cd3aView commit details
Commits on May 30, 2023
-
Misc fixes and docstring corrections
Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fec703 - Browse repository at this point
Copy the full SHA 2fec703View commit details -
Use separate input_keysize property
This allows to propery compute an octect key for algorithms like A256CBC-HS512 ha sa different input keysize than the putput key size. Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e08cbf1 - Browse repository at this point
Copy the full SHA e08cbf1View commit details -
Add test to generate key with algorithm
This uses an algorithm that has different input_keysize and output keysize. Signed-off-by: Simo Sorce <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db1f9f4 - Browse repository at this point
Copy the full SHA db1f9f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41fb08a - Browse repository at this point
Copy the full SHA 41fb08aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.2...v1.5.0