Commit Graph

29 Commits

Author SHA1 Message Date
J Delaney
b2ecf864e6 Upadte README to specify Go 1.4 2015-12-03 11:19:06 -08:00
Brendan McMillion
2422b2920d Update owners API and README with predicates. 2015-11-11 15:23:14 -08:00
Joshua Kroll
96c07919bb Fix the usage string, example systemd files, and README for breaking flags change. 2015-10-15 12:41:10 -07:00
J Delaney
3eab302f81 Update README to explain what the UserType option is for in the create-user API 2015-10-10 11:32:19 -07:00
J Delaney
51f74f29e2 Update README to include documentation on create user API 2015-10-09 13:06:32 -07:00
Nick Sullivan
9ba021c622 Fix README 2015-10-09 10:48:23 -07:00
Nick Sullivan
62d79f2503 Add coverage information through cover.io 2015-10-09 10:35:29 -07:00
Giulio Iotti
6e4957554c Implement purge action to remove all delegates, closes #48 2015-07-20 23:48:16 -07:00
Peter Sanford
68c9b46d1c README.md: fix permission info on api endpoints
This updates the docs to match how permissions work since
the delegation model changed in 8e910c20.
2015-07-16 09:44:40 -05:00
Alessandro Ghedini
4183569465 Add support for listing required delegations for an encrypted secret
This patch adds the /owners API endpoint that returns the list of users
that "own" the given secret. These are the users that can delegate their
passwords for decrypting the secret.

It also adds the "Get Owners" form in the web UI that uses the new API.

Fixes #62
2015-06-17 11:07:26 +02:00
Brendan Mc
e90713a370 Cleaned up; Patched identity point & invalid curve attacks..
- Update README.md
- Set read-only and write-only channels.
- Reorganized code.
- Set Content-Type and HSTS on index
- House keeping in ecdh.go and symcrypt.go
- Fixed bug; user changes weren't being saved.
2015-04-24 16:55:06 -07:00
Chris Streeter
2f7dce12c7 Add some commas for readability 2014-07-08 11:04:34 -07:00
Albert Strasheim
95e4a88036 Update README.md for embedded index.html. Add index.html example. 2014-03-02 09:19:08 -08:00
Nick Sullivan
522f2f23b9 Add support for unmarshalling ECC passvault
- Minor readme fixes
- Add structure for EC Public key unmarshal
2014-03-01 11:55:10 -08:00
Eric Walker
c29cd8aa5f corrected typo in instructions for "run the server"
Keygen instructions suggestion using the folder named "cert".
Server run instructions use the folder "certs".
This change harmonizes the two to be "cert".
2013-12-02 10:38:11 +01:00
Nick Sullivan
f0b03d58b7 Update README.md
Fix issue #20
2013-11-27 17:58:00 -08:00
Albert Strasheim
056cc550df Add travis-ci build status to README. 2013-11-27 07:58:58 -08:00
Albert Strasheim
c570a1f456 Add drone.io build status. 2013-11-26 11:49:53 -08:00
Marek Majkowski
dd83f1e970 Rewritten readme 2013-11-26 06:31:32 -08:00
Tony Stuck
c9f55e42c7 Added index.html as an example UI to manage the Red October service 2013-11-25 20:13:07 -08:00
José Manuel Díez
f5c77700dd Added newlines to README.md to show examples as code blocks 2013-11-22 13:52:01 +00:00
José Manuel Díez
16db488ea4 Fix markdown in README (tabs -> spaces) 2013-11-22 13:49:16 +00:00
Darren Olivier
af28e0cb49 Fix typo on line 110, decryped -> decrypted. 2013-11-22 14:32:00 +02:00
grittygrease
55f36c9d6a Update README.md
Update build and install instructions to use go get.
2013-11-21 12:26:54 -08:00
Nick Sullivan
9c2cf08409 Add external dependency to makefile. 2013-11-21 08:20:49 -08:00
Nick Sullivan
d7d64a0c6b Small changes
The string used for selecting the transaction type should
be copied because it is passed by reference.

Augment HMAC to validate entire decryption request

All the valued fields need to be hashed for incoming
encrypted file.  This is to keep the integrity of the
request.

Add static test case for core

Test the output of a pre-computed encrypted blob with associated
vault.

Support hosting static file under /index

Require client auth only when server CA present

Add tests for cryptor.go

Improve comments.
2013-11-20 17:51:20 -08:00
Nick Sullivan
e9a2f77007 Update command line call for redoctober 2013-11-19 17:53:12 -08:00
Nick Sullivan
4e1aa78fb8 [redoctober] Initial logic for alpha server 2013-11-18 17:29:05 -08:00
grittygrease
0358ef9e63 Initial commit 2013-10-30 12:35:26 -07:00