-
Notifications
You must be signed in to change notification settings - Fork 376
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
Preperations for version 2.x #49
Merged
Commits on Dec 24, 2014
-
Prepare splitting code into JWT, JWS and JWA
JWT, JWS, JWA logic should be represented in seperate modules. Added new pending tests for each module. Update travis configuration. Dropped support for jruby and rbx for now. Added some more configuration options for travis. Renamed spec/helper to spec/spec_helper. All tests now load the modules by relative path. Added empty JWA and JWS modules.
Configuration menu - View commit details
-
Copy full SHA for a133496 - Browse repository at this point
Copy the full SHA a133496View commit details -
Dropping mri 1.8 support, update configuration
Dropping ruby mri 1.8 support due to the missing require_relative support. Adding codeclimate test reporter gem. Update spec/spec_helper configuration.
Configuration menu - View commit details
-
Copy full SHA for b2631a0 - Browse repository at this point
Copy the full SHA b2631a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c21a0c9 - Browse repository at this point
Copy the full SHA c21a0c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe71b94 - Browse repository at this point
Copy the full SHA fe71b94View commit details -
Make rspec tests more readable. Add missing bit to description for HMAC rspec test cases.
Configuration menu - View commit details
-
Copy full SHA for deb7dcb - Browse repository at this point
Copy the full SHA deb7dcbView commit details -
Add basic support for RSA-SHA functionality. Add bin/prepare-test.sh file. Generates certificates required for running the tests. Update .gitignore file. Update .travis.yml file.
Configuration menu - View commit details
-
Copy full SHA for 2717351 - Browse repository at this point
Copy the full SHA 2717351View commit details
Commits on Dec 25, 2014
-
JWA ECDSA implementation [in theory]
ECDSA cannot be implemented without fixing following bug in the ruby openssl libs: https://bugs.ruby-lang.org/issues/5600
Configuration menu - View commit details
-
Copy full SHA for 92ea937 - Browse repository at this point
Copy the full SHA 92ea937View commit details -
Configuration menu - View commit details
-
Copy full SHA for af564c1 - Browse repository at this point
Copy the full SHA af564c1View commit details -
Add simple plain verification and signing functions. Uncomment and disable ecdsa features.
Configuration menu - View commit details
-
Copy full SHA for 277115e - Browse repository at this point
Copy the full SHA 277115eView commit details
Commits on Dec 27, 2014
-
Drop old ideas, restart at HS256 only
Drop old code. Reformat code. Drop current code. Add first specs to cover simple HS256 decoding and encoding.
Configuration menu - View commit details
-
Copy full SHA for 816dbe5 - Browse repository at this point
Copy the full SHA 816dbe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e694fc4 - Browse repository at this point
Copy the full SHA e694fc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a20006 - Browse repository at this point
Copy the full SHA 9a20006View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d4fde - Browse repository at this point
Copy the full SHA a7d4fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 707b8e8 - Browse repository at this point
Copy the full SHA 707b8e8View commit details -
See: JSON Web Algorithms (only for digital signatures) https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-38#section-3
Configuration menu - View commit details
-
Copy full SHA for d2e01d4 - Browse repository at this point
Copy the full SHA d2e01d4View commit details
Commits on Dec 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1575512 - Browse repository at this point
Copy the full SHA 1575512View commit details
Commits on Dec 29, 2014
-
Extend JWA HMAC logic, add sign/verify basic logic and tests. Break tests by removing padding from base64 encoded strings. TODO: Implement padding handling for base64 strings in order to be compatible with the JOSE JWT/JWS/JWA specs.
Configuration menu - View commit details
-
Copy full SHA for 275638f - Browse repository at this point
Copy the full SHA 275638fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f660b8 - Browse repository at this point
Copy the full SHA 5f660b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7036713 - Browse repository at this point
Copy the full SHA 7036713View commit details
Commits on Dec 30, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 64aa4f4 - Browse repository at this point
Copy the full SHA 64aa4f4View commit details
Commits on Dec 31, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 621aaa6 - Browse repository at this point
Copy the full SHA 621aaa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e432867 - Browse repository at this point
Copy the full SHA e432867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9338632 - Browse repository at this point
Copy the full SHA 9338632View commit details -
Configuration menu - View commit details
-
Copy full SHA for d799c92 - Browse repository at this point
Copy the full SHA d799c92View commit details
Commits on Jan 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bd372df - Browse repository at this point
Copy the full SHA bd372dfView commit details -
Add JWA::NONE for plain JWT Update JWT to integrate JWA
Configuration menu - View commit details
-
Copy full SHA for 0b0ff16 - Browse repository at this point
Copy the full SHA 0b0ff16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be475d - Browse repository at this point
Copy the full SHA 1be475dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ada171f - Browse repository at this point
Copy the full SHA ada171fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10562e5 - Browse repository at this point
Copy the full SHA 10562e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b65b9 - Browse repository at this point
Copy the full SHA 33b65b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0eb5b - Browse repository at this point
Copy the full SHA 5a0eb5bView commit details
Commits on Jan 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e0b2e6c - Browse repository at this point
Copy the full SHA e0b2e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b6788 - Browse repository at this point
Copy the full SHA 94b6788View commit details -
Change examples to use to current hash syntax since ruby 1.8 dropped in version 2.x.
Configuration menu - View commit details
-
Copy full SHA for 7eef40e - Browse repository at this point
Copy the full SHA 7eef40eView commit details
Commits on Jan 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8088bb1 - Browse repository at this point
Copy the full SHA 8088bb1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.