-
Notifications
You must be signed in to change notification settings - Fork 924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support specifying the Cryptography Provider by name and instance #610
Commits on Jul 12, 2022
-
auth0#597 Add support for specifying provider without breaking changes
* No tests were changed and still compile, so the API is unchanged * ProviderName is only checked ate crypto helper. If null, then the previous code still stands. Otherwise it is used when getting an instance of java.security.Signature * Hope you find this work useful
Configuration menu - View commit details
-
Copy full SHA for 472a5b7 - Browse repository at this point
Copy the full SHA 472a5b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c6496 - Browse repository at this point
Copy the full SHA 82c6496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cdcf64 - Browse repository at this point
Copy the full SHA 2cdcf64View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe74885 - Browse repository at this point
Copy the full SHA fe74885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42818c4 - Browse repository at this point
Copy the full SHA 42818c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 665752e - Browse repository at this point
Copy the full SHA 665752eView commit details
Commits on Sep 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e10a40 - Browse repository at this point
Copy the full SHA 5e10a40View commit details
Commits on Sep 26, 2022
-
Treble all sign and verify methods to accept the provider name or a j…
…ava.security.Provider instance as it provides more flexibility. * The overloads that take the provider name check if it is loaded into Security and call the overload with the provider instance from Security. If it has not been added, they throw a NoSuchProviderException; * Old methods without provider, call the new ones with provider as null; * The methods that take a provider check if null has been passed in. If null, they call the getInstance only with the algorithm as parameter, which will use the lowest ranked provider in Security. This was the default behaviour.
Configuration menu - View commit details
-
Copy full SHA for 7b901d4 - Browse repository at this point
Copy the full SHA 7b901d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52e2ab8 - Browse repository at this point
Copy the full SHA 52e2ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc6a62 - Browse repository at this point
Copy the full SHA 3fc6a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff64ea - Browse repository at this point
Copy the full SHA dff64eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b2d87 - Browse repository at this point
Copy the full SHA a3b2d87View commit details -
Revert "enable maven publishing to INCM"
This reverts commit 665752e.
Configuration menu - View commit details
-
Copy full SHA for d051f8d - Browse repository at this point
Copy the full SHA d051f8dView commit details -
Revert "Ignore failing tests. Have no clue why, maybe a bad merge"
This reverts commit 42818c4.
Configuration menu - View commit details
-
Copy full SHA for 1f29432 - Browse repository at this point
Copy the full SHA 1f29432View commit details -
Revert "publish maven artifact to private maven repository"
This reverts commit 2cdcf64.
Configuration menu - View commit details
-
Copy full SHA for b00787c - Browse repository at this point
Copy the full SHA b00787cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b361dd - Browse repository at this point
Copy the full SHA 6b361ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a2847 - Browse repository at this point
Copy the full SHA 19a2847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20331d3 - Browse repository at this point
Copy the full SHA 20331d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc3723 - Browse repository at this point
Copy the full SHA acc3723View commit details -
Configuration menu - View commit details
-
Copy full SHA for c429db2 - Browse repository at this point
Copy the full SHA c429db2View commit details