0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bump version to 0.2.1 after publishing 0.2.0 More... almost 13 years ago
Merge pull request #13 from mozilla/v0.2 More... almost 13 years ago
updated jwcrypto API, readme, tests, and added conformance tests. Everything is now async. Backwards INcompatible. More... almost 13 years ago
small addition to check-assertion script More... almost 13 years ago
Merge branch 'api_play' of github.com:lloyd/jwcrypto More... almost 13 years ago
Merge pull request #8 from fmarier/missing_semicolons More... about 13 years ago
Merge pull request #9 from fmarier/utils_inputexception More... about 13 years ago
Copy InputException from jws.js More... about 13 years ago
Add missing semicolons More... about 13 years ago
udpate changelog with 0.1.0 and 0.1.1 changes More... about 13 years ago
bump package.json to 0.1.2 after publishing 0.1.1 More... about 13 years ago
Merge pull request #7 from mozilla/new_assertion_format More... about 13 years ago
put assertion JWS last, certs first. because 'that's the order in which you verify stuff' More... about 13 years ago
don't use Array.isArray(), ie8 will hate that. also pass args to split as a string, not an array containing a string. that's silly More... about 13 years ago
implement a new assertion format that concatenates JWS structures (assertion and certificates) with tildes. bundleCertsAndAssertion takes a flag, unbundle supports either format. More... about 13 years ago
fix check-assertion - it needs to include jwcert More... about 13 years ago
added stronger rng for case where we use node-bigint to generate stronger keys More... about 13 years ago
bump to 0.1.1 after publishing 0.1.0 More... about 13 years ago
upped version number to 0.1.0 with native support More... about 13 years ago
Merge branch 'bugfix-issuedat' More... about 13 years ago
consider that issued_at may be null. More... about 13 years ago
meh More... about 13 years ago
stash away the two versions of biginteger More... about 13 years ago
added node-bigint support More... about 13 years ago
sketch new api More... about 13 years ago
add missing include in generate-keypair More... about 13 years ago
bump version number after publishing 0.0.2 More... about 13 years ago
fix under node.js 0.6.3 with built in npm More... about 13 years ago
add a changelog More... about 13 years ago
remove sloppy checking of expiration window. The assertion issue specifies expiration time, we verify that it hasn't passed. More... about 13 years ago