44 Commits

Author SHA1 Message Date
Nicky Semenza
dae41a447c move GODEBUG from code to readme 2021-10-13 15:37:09 -07:00
Nicky Semenza
dcb780a3a5 use go 1.16, GODEBUG=x509ignoreCN=0, upgrade some old deps, replace travis with actions 2021-10-13 11:19:36 -07:00
Michael McAtee
0788ed7009 Updating README.md 2020-01-16 15:52:21 -06:00
Mahrud Sayrafi
b1fdf6d637 RO SSH Agent Forwarding Works
Well, technically it already worked once the ROAgent.List method
was working.
2018-03-12 12:39:32 -07:00
Mahrud Sayrafi
998d924d79 ssh-add mode is introduced, ssh-agent mode is polished
See the last paragraph in README.md for an example.
2018-03-12 12:39:32 -07:00
Mahrud Sayrafi
433afa9574 Replaced ssh subcommand with a working ssh-agent subcommand 2018-03-12 12:39:32 -07:00
Mahrud Sayrafi
e6481c0513 Fixing rebase of andrewbuss/decrypt_sign
Also switched testdata/ssh_key with an ssh-ed25519 key
2018-03-12 12:39:32 -07:00
Andrew Buss
bba026d535 Added SSH authentication example to README 2018-03-12 12:39:32 -07:00
Zi Lin
78e9720635 Zi/disable dead loop retry (#175)
* disable endless retry logic

- we should do the retry logic at application cmd/ro, cmd/ro will need to
  deal with keyboard interrupts as well

* update test self-signed certificate with a expiry of 100 years

* ro tool supports retries after getting delegation errors
2016-10-17 15:19:30 -07:00
Kyle Isom
e7cb6d7d5e Update vendored packages. (#165) 2016-08-08 14:14:50 -07:00
Kyle Isom
1cf72b1f6d Vendor dependencies. (#162) 2016-08-04 15:52:25 -07:00
Nick Sullivan
19d3852ff3 Remove drone.io badge from README. 2016-02-19 13:38:30 -08:00
Prayag Verma
287b889e64 Fix typos in Readme
`enviroment` → `environment`
`ecrypted` → `encrypted`
2016-02-19 13:08:36 +05:30
ejcx
6991a38586 Take a slice of users for orders
Don't assume that the creator of the order wants the delegations.
Instead it's much nicer with our current scheme to take in a big
slice of people who want delegations, so that each person who ne
eds a delegation doesn't need to make an order.
2016-01-29 15:51:38 -08:00
ejcx
9292e137d2 Take care of Nick's nitpicks. All good changes 2016-01-25 16:48:42 -08:00
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