- Aug 01, 2012
-
-
Brian Warner authored
I grepped through the browserid code (as of 0366b9f7) and verified that all calls to cert.sign() have been updated to match the new API in jwcrypto-0.4.0 . The use of jwcrypto-0.4.0 allows browserid code to handle the new key format and certificate format in version="2012.08.15". It won't create new-format keys or certs yet: that will require a new jwcrypto release, as well as changes in browserid to detect when it is safe to use the new format (we must either wait for all deployed IdP primaries, browser implementations, and verifiers to handle the new format, or implement feature-advertisements and negotiation tools to selectively enable it). The cert.sign() API calls were actually upgraded to the new API in commit 67e54de3, when pull-request #2133 was landed. The branch was not quite ready at that time, as it was using a named branch of jwcrypto instead of the final 0.4.0 release. This commit effectively finishes off that branch.
-
- Jul 27, 2012
-
-
Lloyd Hilaiel authored
-
- Jul 23, 2012
-
-
Sean McArthur authored
-
- Jul 21, 2012
-
-
Ben Adida authored
-
- Jul 19, 2012
-
-
Sean McArthur authored
- Windows doesn't have signals, so process.on("SIGINT") throws - changing process.env.PATH is a bad idea
-
- Jul 18, 2012
-
-
Sean McArthur authored
making this script cross-platform
-
- Jul 16, 2012
-
-
Sean McArthur authored
also prevents error from require node-statsd if it wasn't installed, but logs error if config says it should be enabled.
-
- Jul 14, 2012
-
-
Lloyd Hilaiel authored
-
- Jul 13, 2012
-
-
Lloyd Hilaiel authored
-
- Jul 11, 2012
-
-
Zachary Carter authored
perform rigorous validation on all API parameters, cleanup redundancy in sanitize.js and validate.js - issue #1526 Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
- Jul 09, 2012
-
-
Lloyd Hilaiel authored
This reverts commit 64cc6a9b.
-
- Jul 07, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jun 29, 2012
-
-
Lloyd Hilaiel authored
-
Ben Adida authored
-
- Jun 21, 2012
-
-
Zachary Carter authored
-
- Jun 18, 2012
-
-
Zachary Carter authored
-
- Jun 14, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jun 13, 2012
-
-
Lloyd Hilaiel authored
-
- Jun 11, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jun 08, 2012
-
-
Lloyd Hilaiel authored
-
- Jun 07, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
move to awsbox 0.2.5 which fixes the list command. all VMs are shown even if multiple have the same name
-
- Jun 01, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- May 30, 2012
-
-
Lloyd Hilaiel authored
-
- May 10, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- May 04, 2012
-
-
Ben Adida authored
-
Ben Adida authored
added conformance tests. tests should now pass updated to jwcrypto that has proper callback delay guarantees and removed unnecessary setTimeouts Updated all calls to jwcrypto to use the more intuitive API. Fixed a front-end test that was failing due to true asynchronicity of jwcrypto.
-
- Apr 19, 2012
-
-
Lloyd Hilaiel authored
update to published v0.0.6 of node-client-sessions which is bitwise identical to what we were using before, just not hosted as a tgz on lloyd's github account - issue #1449
-
- Apr 18, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Mar 30, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-