- Jan 17, 2012
-
-
Lloyd Hilaiel authored
add version.js - a small abstraction which extracts a 7char abbrev sha from the current source - issue #226
-
Lloyd Hilaiel authored
-
- Dec 21, 2011
-
-
Ben Adida authored
changed generate to use nodejs crypto, added weakgenerate, added async support for generate, and added tests
-
- Dec 15, 2011
-
-
Lloyd Hilaiel authored
-
- Dec 09, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 29, 2011
-
-
Ben Adida authored
-
- Nov 19, 2011
-
-
Lloyd Hilaiel authored
store public key on disk as a certificate which has embedded creation time. use that as the value returned in /wsapi/session_context as domain_key_creation_time - now you can update keys at any time and outstanding client certs are expired automatically - closes #599
-
- Nov 18, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 15, 2011
-
-
Lloyd Hilaiel authored
public and private keys explicitly read, whenever we can't read them we go down with a hard error: closes #581, related to issue #576
-
- Nov 10, 2011
-
-
Lloyd Hilaiel authored
reorganize browserid process - break out view serving and wsapi handling. preparation for dbwriter split. issue #460
-
- Oct 28, 2011
-
-
Lloyd Hilaiel authored
-
- Oct 25, 2011
-
-
Pete Fritchman authored
Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
- Sep 14, 2011
-
-
Lloyd Hilaiel authored
now that jwcrypto is a node module, we shall change the way that we include it (ie jwcrypto/vep rather than by relative path)
-
- Sep 08, 2011
-
-
Ben Adida authored
-
- Aug 31, 2011
-
-
Ben Adida authored
-
- Aug 19, 2011
-
-
Lloyd Hilaiel authored
move secrets.js up to the libs/ dir. it's useful that all code that uses random strings routes through the same abstraction so that we can later improve a single function. a central location makes this (more) obvious.
-
- Aug 09, 2011
-
-
Lloyd Hilaiel authored
-
- Jul 22, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jul 20, 2011
-
-
Lloyd Hilaiel authored
-
- Jun 22, 2011
-
-
Lloyd Hilaiel authored
-
- Jun 21, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Apr 16, 2011
-
-
Lloyd Hilaiel authored
generate a persistent secret for cookie encryption at first server run. still in pursuit of zero-config and as stateless as possible.
-