lukpueh
c5dac3136d
Revert "Minor tutorial related tweaks made after reviewing PR #775 "
...
- line-wraps are integrated with
190a736d297ef5d8d3c1e8761ac196666954f3a2 in #775
- sorting the value returned by `get_dirty_roles()` in
`dirty_roles()` is not necessary as `get_dirty_roles()` already
returns a sorted list per ac010337f0e154f9c183f8abe759ce26ed16731c
in #775 .
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2019-11-29 12:35:28 +01:00
Joshua Lock
282c9aa98b
TUTORIAL: minor cleanup
...
An attempt to make part of the tutorial less jarring, and reformatting
of the surrounding text to keep the lines <80 characters.
Signed-off-by: Joshua Lock <jlock@vmware.com>
2019-11-28 22:01:33 +00:00
Lukas Puehringer
733c2edfe0
CHANGELOG: Add v0.12.1 entry
...
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2019-11-14 15:49:10 +01:00
Justin Cappos
f6bd46fc13
Governance clarifications
...
Signed-off-by: Justin Cappos <justincappos@gmail.com>
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2019-11-11 15:51:52 +01:00
Justin Cappos
1f2df57ecd
Update docs/GOVERNANCE.md
...
Signed-off-by: Justin Cappos <justincappos@gmail.com>
Co-Authored-By: Trishank K Kuppusamy <33133073+trishankatdatadog@users.noreply.github.com>
2019-11-05 15:32:29 -05:00
Justin Cappos
35b97a1951
Update docs/GOVERNANCE.md
...
Signed-off-by: Justin Cappos <justincappos@gmail.com>
Co-Authored-By: Lois Anne DeLong <lad278@nyu.edu>
2019-11-05 15:25:36 -05:00
Justin Cappos
01b90c4245
Update docs/GOVERNANCE.md
...
Signed-off-by: Justin Cappos <justincappos@gmail.com>
Co-Authored-By: Lois Anne DeLong <lad278@nyu.edu>
2019-11-05 15:25:11 -05:00
Justin Cappos
7753af072c
Update docs/GOVERNANCE.md
...
Signed-off-by: Justin Cappos <justincappos@gmail.com>
Co-Authored-By: Lois Anne DeLong <lad278@nyu.edu>
2019-11-05 15:25:00 -05:00
Justin Cappos
6a13894fb5
CB term information
...
Signed-off-by: Justin Cappos <justincappos@gmail.com>
2019-11-05 13:28:11 -05:00
Justin Cappos
991b4f3ee3
Merge pull request #947 from theupdateframework/JustinCappos-CB-clarify+DCO
...
CB clarifications requested by Liz
2019-11-05 10:42:19 -05:00
Trishank K Kuppusamy
f067ff9e3e
Update MAINTAINERS.txt
2019-11-05 09:56:28 -05:00
Trishank K Kuppusamy
ccd8904a1e
Update MAINTAINERS.txt
2019-11-05 09:55:17 -05:00
Justin Cappos
bab230ff32
CB clarifications requested by Liz
...
Signed-off-by: Justin Cappos <justincappos@gmail.com>
2019-11-05 09:00:35 -05:00
Justin Cappos
3973e79b87
changes recommended by Liz
...
Signed-off-by: Justin Cappos <justincappos@gmail.com>
2019-10-30 06:31:33 -04:00
Justin Cappos
2ad18feb27
quorum on CB
...
Signed-off-by: Justin Cappos <justincappos@gmail.com>
Signed-off-by: Santiago Torres <santiago@nyu.edu>
2019-10-16 11:52:12 -04:00
Lukas Puehringer
3b77a7d320
CHANGELOG: Add 0.12.0 entry
...
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2019-10-14 16:47:16 +02:00
Lukas Puehringer
42a4cee56c
Add slow retrieval disclaimer
...
Since https://github.com/theupdateframework/tuf/pull/781 we
only provide limited protection against slow retrieval attacks.
So far this has only been discussed in above issue and hinted at
by a disabled test and a code comment in that test.
This change adds a corresponding disclaimer to a more prominent
place, i.e. the list of attacks in SECURITY.md.
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
Co-Authored-By: Trishank K Kuppusamy <33133073+trishankatdatadog@users.noreply.github.com>
2019-10-10 16:43:46 +02:00
lukpueh
f79ee33501
Merge pull request #915 from lukpueh/tox-with-sslib-master
...
Add sslib master tox build + flesh out test docs
2019-09-18 10:28:05 +02:00
Lukas Puehringer
86257f2729
Add extra installation instruction to contrib doc
...
Add hint to install `coverage` before using it.
This should be installed via dev-requirements.txt, however it
does not seem to fit in there, because dev-requirements.txt pins
all its dependencies which does not seem to make sense for a
development tool.
Maybe a hierarchy of requirements.txt similar to
06a28987dc
could be established.
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2019-09-18 10:21:53 +02:00
Lukas Puehringer
593490dd7d
Add sslib master tox build + flesh out test docs
...
Add a tox build that runs tests against securesystemslib's tip of
development, i.e. master branch, to ease preparation of tuf for a
new securesystmeslib release.
The tox build is run on travis but is allowed to fail.
This commit also fleshes out the testing section of the
contribution documentation.
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2019-09-16 19:04:16 +02:00
Lukas Puehringer
94d1c51611
Update link to historical tuf-spec.0.9.txt
...
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2019-09-16 15:43:39 +02:00
Lukas Puehringer
a799a69494
Update docs/MAINTAINERS.txt
...
- Remove alumni @vladimir-v-diaz
- Add @SantiagoTorres and Marina (@@mnm678)
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2019-07-16 12:00:18 +02:00
Sebastien Awwad
56a2928952
DOC: move full install instructions to INSTALLATION.rst
...
and note that if errors occur while installing the optional
crypto dependencies, that the non-Python dependencies section
should be consulted.
Also adds a git clone step to the development installation
instructions in the contributors' instructions, and other
minor installation notes for contributors.
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2019-04-08 17:13:11 -04:00
Sebastien Awwad
67dd649680
DOC: cover possible environment requirements in QUICKSTART
...
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2019-04-08 15:21:52 -04:00
Sebastien Awwad
2af4d3f12e
DOC: simplify installation instructions in QUICKSTART
...
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2019-04-08 13:32:43 -04:00
Sebastien Awwad
ed6acd4ef1
minor DOC: label the advanced tutorial as such
...
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2019-04-08 11:56:45 -04:00
Sebastien Awwad
1f3e5b6483
DOC: collapse CLI_EXAMPLES.md into CLI.md
...
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2019-04-08 11:54:10 -04:00
Sebastien Awwad
5a94d5db3e
minor DOC: fix unfinished sentence, some punctuation
...
in the QUICKSTARD.md
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2019-04-08 11:49:25 -04:00
Sebastien Awwad
907186e6a4
DOC: revise quickstart and reorganize tutorials:
...
- correctly frame the CLI's current state as a tutorial toy.
- provide a friendlier quickstart that puts what it's doing into
perspective and guides you to next steps.
- provide a better sense of what each tutorial/quickstart doc is
for.
- make the getting started page slightly more friendly.
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2019-04-05 13:44:07 -04:00
Sebastien Awwad
a4cf9c95c2
Merge pull request #833 from theupdateframework/roadmap_corrections
...
DOC: Update the outdated ROADMAP.md
2019-03-28 15:29:11 -04:00
Sebastien Awwad
24618a956b
DOC: Clarify repository_tool interface to delegated roles
...
Add note to make clear what was implicit: that once a delegated role is created,
it can be accessed (for the same purposes as you'd access the Targets role
using `repository.targets`) as: `repository.targets("<delegated rolename>")`.
Also add that specific note to the add_targets section of the tutorial.
2019-03-25 10:47:11 -04:00
Sebastien Awwad
e541d05f08
DOC: Note client dir creation in CLI instructions
...
Note that the `repo.py --init` call also sets up a client directory.
A student recently ran into some confusion on this point, and it's not properly documented here.
2019-03-11 10:31:24 -04:00
Sebastien Awwad
e97b0b091d
Merge pull request #824 from HavardLine/patch-1
...
Context to QUICKSTART.md
2019-02-26 12:51:11 -05:00
Sebastien Awwad
4847783001
DOC: Update the outdated ROADMAP.md
...
- refer to the authoritative sources for the latest releases
- include new packager information
- add tasks for upcoming releases
- generalize release schedule
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2019-02-26 11:22:47 -05:00
Vu Cong Tuan
0d58fae3a8
Update deprecated links in docs
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
2019-02-26 08:58:59 +07:00
Vu Cong Tuan
bc50deb865
Fix some typos in docs
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
2019-02-25 17:00:26 +07:00
Nguyen Quang Huy
4ad02f45ff
Add signoff to commit
...
By the site support certification, so need update http to https url
Signed-off-by: Nguyen Quang Huy <huynq0911@gmail.com>
2019-02-22 09:08:52 +07:00
Nguyen Quang Huy
6a4d222df5
Update deprecated url
...
Update deprecated url to new url
Signed-off-by: Nguyen Quang Huy <huynq0911@gmail.com>
2019-02-21 16:50:19 +07:00
lukpueh
c3e28e7082
Merge pull request #827 from huynq0911/fix_some_typos
...
Fix some typos
2019-02-21 09:56:48 +01:00
huynq0911
3772ed3d2d
Fix some typos
...
Correct some words spelling for reading more easily.
Signed-off-by: huynq0911 <huynq0911@gmail.com>
2019-02-21 00:02:24 +07:00
huynq0911
4af9cf5899
Change http to https for security links
...
For security, we should change http into https links.
Signed-off-by: huynq0911 <huynq0911@gmail.com>
2019-02-20 23:47:26 +07:00
Havard
7cc150af40
Context to QUICKSTART.md
...
Hi, I did the quick-start today and missed some context. This is my suggestion.
Thanks for a cool framework!
Regards Håvard
Signed-off-by: Håvard B Line <havard.line@gmail.com>
2019-02-17 20:05:38 +01:00
Justin Cappos
7e0c4cc29f
Update ADOPTERS.md
2018-10-16 15:10:06 -04:00
Justin Cappos
5d58ea7a81
Explaining GOVERNANCE structure to better match CNCF graduation ask
2018-10-11 10:50:47 -04:00
Vladimir Diaz
3c04c15150
Remove the notes about the doc being a work in progress in CLI.md and CLI_EXAMPLES.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-28 17:36:03 -04:00
Vladimir Diaz
dc63c07f42
Update GETTING_STARTED.rst
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-28 17:30:16 -04:00
Vladimir Diaz
8b42ea07d7
Update CLI_EXAMPLES.md with change to client.py and UnknownTargetError
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-28 12:56:53 -04:00
Vladimir Diaz
02d9980b10
Minor edits to text in CLI.md and CLI_EXAMPLES.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-28 12:14:40 -04:00
Vladimir Diaz
6bf8a95a71
Minor edits to relocate text and introduction
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-27 14:48:31 -04:00
Vladimir Diaz
3d88d8bde1
Remove obsolete text in the 'Clean' section of CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-27 14:31:00 -04:00
Vladimir Diaz
d3c0852495
Outline the steps for the second example
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-27 14:30:16 -04:00
Vladimir Diaz
bccba83f96
Add introductory text, rename headings, change title
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-27 14:15:11 -04:00
Vladimir Diaz
db7b9bd403
Include steps being follows and revise text in 'Replace a top-level key'
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-27 13:47:23 -04:00
Vladimir Diaz
58a00d6b8b
Add missing command to create key_x and key_x2
...
Add blank lines between commands to help readability
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-27 13:33:19 -04:00
Vladimir Diaz
dceb6bcc9b
Rename the keys and metadata for role X and Y
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-27 13:22:31 -04:00
Vladimir Diaz
46a624f897
Revise 'clean' section, modify a couple headings, and minor tweaks to text
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-27 11:21:35 -04:00
Vladimir Diaz
b8bec7be7d
Relocate the --sign section, add line breaks, and minor revision to text
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-27 10:40:40 -04:00
Vladimir Diaz
473a0b0c12
Add a couple line breaks to help break apart the main text
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-26 17:21:07 -04:00
Vladimir Diaz
1c3d1ee302
Revise QUICKSTART.md to capture more of what happens in the background
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-26 17:07:33 -04:00
Vladimir Diaz
1133bb4ce4
Revise instructions in QUICKSTART.md to remove unnecessary info
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-26 13:26:38 -04:00
Vladimir Diaz
3f82734504
Revise instructions in CLI.md to remove typo and unnecessary info
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-26 13:25:50 -04:00
Vladimir Diaz
cb4b95137f
Add installation instructions to QUICKSTART.md for required dependencies
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-25 11:53:59 -04:00
Vladimir Diaz
f16784c67f
Add installation instructions to CLI.md for required dependencies
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-25 11:53:29 -04:00
Vladimir Diaz
6ae7eb42ce
Revise text to cover new password behavior of securesystemslib
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-21 15:02:19 -04:00
Vladimir Diaz
fbc02d3034
Use a working example in the overview section
...
Some users will actually attempt to execute the example listed in the overview section. Use a working example that doesn't raise an error.
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-21 11:19:59 -04:00
Vladimir Diaz
965e121148
Update text covering the client update
...
* The client script is now named 'client.py' and the user is no longer required to manually copy the basic_client.py to the CWD
* A log file is not saved to the CWD, by default
* The client.py script doesn't download all target files available on the repo.
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-21 11:07:16 -04:00
Vladimir Diaz
8873b4aca9
Add latest release (v0.11.1) and link to previous releases
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-20 11:04:21 -04:00
Vladimir Diaz
48e0ecca5d
Add entry in CHANGELOG.md for v0.11.1
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-19 17:17:33 -04:00
Sebastien Awwad
c3393db29b
DOC: Typo fix in tutorial
...
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2018-06-15 14:33:42 -04:00
Vladimir Diaz
85b4a4f1a8
Check off task for silve badge and add tasks to list
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-13 13:35:38 -04:00
Vladimir Diaz
d7feacbff5
Verify --no_release with --sign, edit comment in repo.py and document change in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-07 11:03:20 -04:00
Vladimir Diaz
81cc8e3fe7
Verify --no_release option and document/revise CLI sections for --delegate and --revoke
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-07 10:39:24 -04:00
Vladimir Diaz
d45ff75efe
Verify --no_release with --remove and document the behavior in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-07 09:33:10 -04:00
Vladimir Diaz
de9eb7f5ac
Document --no_release in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-07 09:20:21 -04:00
Vladimir Diaz
be4e31c969
Update installation instructions to mention extra dependencies
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-06-04 14:52:05 -04:00
Vladimir Diaz
6031669984
Edit CLI.md to note that Ed25519 keys are generated by default
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-05-18 15:17:08 -04:00
Vladimir Diaz
b6f6c56006
Fix link to AGL page that mentions Uptane
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-05-04 13:41:30 -04:00
Vladimir Diaz
78985158b7
Edit ROADMAP.md to add v0.11.0 and a couple tasks that were completed
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-30 15:42:59 -04:00
Vladimir Diaz
bf5030e2ba
Add v0.11.0 entry in CHANGELOG.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-30 15:08:02 -04:00
Vladimir Diaz
3718dff354
Add missing org to AUTHORS.txt
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-12 15:00:44 -04:00
Vladimir Diaz
7d0ccd3ddb
Update AUTHORS.txt
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-12 14:19:05 -04:00
Vladimir Diaz
3d03f30b96
Wrap example of consistent filename in single quotes
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-10 16:53:32 -04:00
Vladimir Diaz
0525b652da
Link to CLI_EXAMPLES from CLI.md and QUICKSTART.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-10 16:48:34 -04:00
Vladimir Diaz
a678226691
Replace keystore -> tufkeystore, and /foo -> foo
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-10 16:45:32 -04:00
Vladimir Diaz
3dbccb56af
List each step in CLI_EXAMPLES on its own line
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-10 16:07:08 -04:00
Vladimir Diaz
416c0d75cc
Add a more complicated repo example with the CLI
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-10 15:19:04 -04:00
Vladimir Diaz
c302bf6c36
Add sentence to previous note
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-10 15:12:33 -04:00
Vladimir Diaz
df008b139e
Add NOTE to CLI.md about naming convention for top-level keys
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-10 15:09:14 -04:00
Vladimir Diaz
506d8db6cd
Revise/expand text in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-10 14:50:40 -04:00
Vladimir Diaz
53dadea04d
Merge branch 'develop' into repo_client_examples_with_cli
2018-04-09 10:29:05 -04:00
Vladimir Diaz
28e59c5fec
Add CLI_EXAMPLES.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-06 17:24:56 -04:00
Vladimir Diaz
7af4573a3f
Revise QUICKSTART.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-06 17:24:15 -04:00
Justin Cappos
53426da394
Update ADOPTERS.md
2018-04-06 15:22:30 -04:00
Vladimir Diaz
2ca5df896a
Swap two adopters so that the list is in alphabetical order
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-04 14:15:34 -04:00
Vladimir Diaz
00e8db93f1
Add links in ADOPTERS.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-04 14:04:37 -04:00
Vladimir Diaz
3e1352b6bf
Add missing adopters
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-04 10:51:25 -04:00
Vladimir Diaz
378433c60c
Document change to --sign in CLI.md
...
A blank --sign is no longer allowed
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-02 13:58:27 -04:00
Vladimir Diaz
6920105301
Document change to --consistent_snapshot in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-04-02 13:57:01 -04:00
Vladimir Diaz
abd51355d9
Document in CLI.md the support for multiple keys with --sign
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-03-30 17:01:49 -04:00
Vladimir Diaz
50ce58a492
Document in CLI.md the ability to sign top-level roles
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-03-30 14:53:16 -04:00
Vladimir Diaz
0592df5126
Link to resources that contain our maintainer's PGP keys
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-03-23 15:55:55 -04:00
Vladimir Diaz
90b99250e9
Document --distrust option in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-03-23 14:14:03 -04:00
Vladimir Diaz
15f0b72ab3
Document --trust option in CLI.md
...
Also make slight revisions to rest of text
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-03-19 17:02:29 -04:00
Vladimir Diaz
e6dcb27efc
Merge pull request #642 from vladimir-v-diaz/cli_add_option_delegated_roles
...
CLI: Allow --add to work with delegated roles
2018-03-16 10:48:28 -04:00
Vladimir Diaz
37872f7957
Document password changes in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-03-16 10:34:21 -04:00
Alan J Castonguay
c5dd5531a6
Update TUTORIAL.md
...
Reinstate link to ATTACKS.md, which demonstrates how the code
protects against the attacks outlined in SECURITY.md.
2018-03-13 12:21:00 -04:00
Alan J Castonguay
09c703d5b6
Update TUTORIAL.md
...
Correct links to modules and documentation.
Broken links appear to be mostly fallout from moving
documentation into the docs/ directory, as relative paths
to python source modules were broken.
2018-03-11 16:16:04 -04:00
Vladimir Diaz
e61f6f36b9
Edit CLI.md to include text for --remove option
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-03-08 11:34:18 -05:00
Vladimir Diaz
2d3a419364
Revise CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-03-05 16:41:02 -05:00
Vladimir Diaz
940a5861f7
Merge pull request #635 from vladimir-v-diaz/use_glob_pattern_example
...
Use glob pattern example in documentation for delegate() and repo.py --delegate
2018-03-05 15:46:34 -05:00
Vladimir Diaz
461c3e4a6f
Update CLI.md to remove note
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-03-02 16:15:22 -05:00
Vladimir Diaz
4b1fea27d1
Use glob pattern example in documentation for delegate()
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-03-01 16:08:35 -05:00
Vladimir Diaz
8a03fc4b30
Document --revoke in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-02-13 14:33:07 -05:00
Vladimir Diaz
b802801402
Document --delegate in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-02-09 17:21:05 -05:00
Vladimir Diaz
7c102341ef
Revise text of CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-02-09 14:13:46 -05:00
Vladimir Diaz
a3841546d0
Link to CLI.md from getting started and readme docs
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-02-06 17:00:24 -05:00
Vladimir Diaz
63ead6404e
Add text to --key section of CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-02-06 14:50:07 -05:00
Vladimir Diaz
9ac97cf06f
Document usage of --key in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-02-06 14:40:16 -05:00
Vladimir Diaz
c3b05a8e05
Document --sign option in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-02-05 17:20:31 -05:00
Vladimir Diaz
98ffc5b515
Move license files to root directory
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-02-05 10:27:04 -05:00
Vladimir Diaz
dfa0b343b0
Document '--add </path/to/dir> --recursive' in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-02-02 15:37:56 -05:00
Vladimir Diaz
59b66b45c0
Document --path command-line option in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-02-01 15:00:26 -05:00
Vladimir Diaz
19ba692e08
Edit ROADMAP to add pre-release 0.10.2
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-31 18:09:53 -05:00
Vladimir Diaz
9e87b8e33f
Add 0.10.2 changes to CHANGELOG.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-31 17:34:23 -05:00
Vladimir Diaz
d051e2b962
Update TUTORIAL.md following modified behavior to securesystemslib functions
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-31 16:12:18 -05:00
Vladimir Diaz
1b4c276ad0
Add more info to --verbose section of CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-30 16:11:35 -05:00
Vladimir Diaz
877ac2aa15
Add section to CLI.md that covers the --verbose option
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-30 16:01:40 -05:00
Vladimir Diaz
153afb52ee
Fix links to TUTORIAL.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-30 15:47:51 -05:00
Vladimir Diaz
91c6b97ddd
Revise a couple of subtitles in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-30 15:47:23 -05:00
Vladimir Diaz
e876ef6fdb
Revise CLI.md to document --pw behavior
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-30 15:18:52 -05:00
Vladimir Diaz
52dd46a628
Revise CLI.md to list forthcoming options
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-30 13:52:52 -05:00
Vladimir Diaz
b3104f6616
List the --pw argument in CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-30 12:20:59 -05:00
Vladimir Diaz
e336dfb10a
Fix the specified tuf directories in QUICKSTART.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-30 12:20:21 -05:00
Vladimir Diaz
8dc1430b58
Revise CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-29 17:14:28 -05:00
Vladimir Diaz
025dbe7118
Revise QUICKSTART.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-29 17:10:49 -05:00
Vladimir Diaz
d8af76beb9
Revise format of CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-26 12:09:12 -05:00
Vladimir Diaz
8f76cd5108
Link to spec and format text
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-26 12:04:16 -05:00
Vladimir Diaz
4872f3f1fb
Revise CLI.md text
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-26 11:51:43 -05:00
Vladimir Diaz
ab0c38efa3
Add TUTORIAL.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-26 11:51:04 -05:00
Vladimir Diaz
09b7d5ea17
Add python3 example and revise format of text
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-26 11:39:27 -05:00
Vladimir Diaz
a2bc692260
Edit format of QUICKSTART.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-26 11:23:59 -05:00
Vladimir Diaz
075dc3de28
Add CLI.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-26 11:16:48 -05:00
Vladimir Diaz
d39870ca8f
Relocate extra examples to CLI.md, and link to CLI and Tutorial
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-26 11:16:21 -05:00
Vladimir Diaz
f4e2436ef5
Label steps in QUICKSTART.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-25 17:34:39 -05:00
Vladimir Diaz
4f52b7f70c
Add tentative full working example
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-25 17:33:14 -05:00
Vladimir Diaz
930949dc9b
Add QUICKSTART.md
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-25 17:11:32 -05:00
Vladimir Diaz
7f8ea0ac63
Edit link to QUICKSTART doc
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-25 17:10:50 -05:00
Vladimir Diaz
5bf4ed68b6
Rename tutorial doc
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-24 15:23:45 -05:00
Vladimir Diaz
1212594a57
More organizational changes
...
Modified documentation links in README.
Added a Getting Started doc
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-24 14:09:48 -05:00
Vladimir Diaz
5aecea70b9
Move docs to the docs/ directory
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-24 10:57:01 -05:00
Vladimir Diaz
3f404dd886
Add banner_readme.png
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-23 16:36:51 -05:00
Vladimir Diaz
56896b97c9
Add SVG banner
...
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2018-01-23 11:10:57 -05:00
Vladimir Diaz
ed63201289
Remove obsolete proposals director (which now lives in the taps repo)
2017-10-11 15:50:59 -04:00
Vladimir Diaz
57c8862ee9
Edit specifiation files to point to their new location
2017-10-11 15:49:47 -04:00
Vladimir Diaz
c2f9d63f12
Update Last Modified
2017-10-11 12:20:12 -04:00
Vladimir Diaz
1014f1b104
Add ecdsa-sha2-nistp256 to specification
2017-10-11 12:05:11 -04:00
Vladimir Diaz
6e2344d46d
Fix 'schdemes' typo
2017-10-10 15:24:23 -04:00
Vladimir Diaz
8824ec87a1
Remove references to 'method' as proposed by TAP 9
...
TAP 9 removed the `method` attribute from metadata.
https://github.com/theupdateframework/taps/blob/master/tap9.md
2017-10-10 15:22:42 -04:00
goldenMetteyya
d8b477b360
Update tuf-spec.md
...
minor fixes
2017-10-09 20:46:07 -04:00
Vladimir Diaz
be38eec5a2
Merge branch 'develop' into add_mercury_paper
2017-08-31 10:16:18 -04:00
Vladimir Diaz
fb9aa3e5fd
Add Mercury paper and entry in README.rst
2017-08-31 10:13:05 -04:00
Vladimir Diaz
cabc2d0886
Update tuf-spec.md
...
Fix link to section "Future directions and open questions."
2017-08-30 10:19:14 -04:00
Andrew Meyer
100c5a7f3b
Fix links in table of contents
2017-08-30 08:32:47 -05:00
Vladimir Diaz
0ff07186a9
Add spec_version to tuf-spec.md
2017-08-28 17:31:25 -04:00
Vladimir Diaz
d2f85ec2b4
Remove mention of compression from specification
2017-08-28 11:16:43 -04:00
Vladimir Diaz
e4d2d50558
Update tuf-spec.md
...
Incorporate TAP 9 changes.
2017-08-23 15:05:35 -04:00
Vladimir Diaz
645a5670ec
Add disclaimer that tuf-spec.txt has been moved
2017-08-03 13:24:05 -04:00
Vladimir Diaz
bb50bee58c
re-add tuf-spec.txt, otherwise it breaks existing links to this file
2017-08-03 12:52:24 -04:00
Vladimir Diaz
2bbaade39e
Add symlink (tuf-spec.txt) to tuf-spec.md
2017-08-03 11:56:52 -04:00
Vladimir Diaz
3312f306e5
Remove tuf-spec.txt
...
tuf-spec.md is the only specification that we should edit, not two.
2017-08-03 10:33:39 -04:00
Vladimir Diaz
e121dbf595
Bold the version and last modified entries
2017-08-02 15:31:38 -04:00
Vladimir Diaz
9a77a35a46
Fix links in TOC
2017-08-02 15:25:59 -04:00
Vladimir Diaz
95e1e6e1b7
Add table of contents
2017-08-02 15:22:04 -04:00
Vladimir Diaz
1d677521fd
Edit more lists
2017-08-02 15:10:57 -04:00
Vladimir Diaz
da864ecb90
Format code block and rename markdown file
2017-08-02 14:55:56 -04:00
Vladimir Diaz
a2581dc193
Update TUF-spec.md
2017-08-02 14:34:34 -04:00
Vladimir Diaz
a9341260b1
Edit the lists in the Goals sections
2017-08-02 12:54:03 -04:00
Lois Anne DeLong
293989ce52
coverted spec to MD
...
Move text to Markdown format and did my best to add the correct formatting
2017-07-28 15:50:31 -04:00
Vladimir Diaz
2b5faf4a67
Merge branch 'develop' into _type_role_lowercase
2017-07-12 15:13:17 -04:00
Vladimir Diaz
d13a401678
Update specification
2017-07-12 15:09:15 -04:00
Vladimir Diaz
ca6a0422c3
Update tuf-spec.txt
...
Further edits to client workflow to replace instances of "this metadata file" with the specific metadata file.
2017-07-12 10:45:44 -04:00
Vladimir Diaz
7e71080156
Use consistent wording in the client workflow
...
Fixes issue #458 .
2017-07-11 17:01:09 -04:00
Vladimir Diaz
84713f366b
Fix for issue #465
...
Addresses issue #465 , where the hash and length of Root are no longer listed in Snapshot.
2017-07-06 16:55:19 -04:00
Vladimir Diaz
9025b90bac
Justify why a compromise of Root keys should be avoided
2017-06-20 11:27:06 -04:00
Vladimir Diaz
78c81c43a5
Merge branch 'develop' into vladimir-v-diaz-patch-4
2017-06-19 16:46:25 -04:00
Vladimir Diaz
5b2407b04e
Address what should happen when Root keys are compromised
2017-06-19 15:29:24 -04:00
Vladimir Diaz
a44551b77b
Merge branch 'develop' into add-detailed-workflow
2017-06-19 12:17:18 -04:00
Trishank Karthik Kuppusamy
207a0a0bb6
Remove an extraneous step (thanks @heartsucker).
2017-06-03 14:21:15 -04:00
Vladimir Diaz
dae2b7a349
Merge branch 'develop' into update_specification
2017-06-02 11:14:43 -04:00
Trishank Karthik Kuppusamy
13cfa2ee6f
Clarify checking for freeze attacks on the root metadata file.
2017-05-31 11:49:07 -04:00
Vladimir Diaz
c1e72e0fdd
"latest time" --> "latest known time"
2017-05-24 12:37:43 -04:00
Vladimir Diaz
b7f893dd62
Edit instances of "downloaded time" to just "time"
2017-05-24 12:37:43 -04:00
Vladimir Diaz
836ebe59cb
Fix section 3, where the hash is specified rather than the version number
2017-05-24 12:14:36 -04:00
Trishank Karthik Kuppusamy
c5e8c079bb
Fix bloopers.
2017-05-23 21:41:31 -04:00
Trishank Karthik Kuppusamy
558fb43dec
Merge branch 'add-detailed-workflow' of github.com:trishankkarthik/tuf into add-detailed-workflow
2017-05-23 17:12:20 -04:00
Trishank Karthik Kuppusamy
98de3c490f
Worked with @vladimir-v-diaz to add root migration workflow.
...
Also corrected how files are fetched.
2017-05-23 17:09:57 -04:00
Vladimir Diaz
06665c0bdc
Merge branch 'develop' into add-detailed-workflow
2017-05-23 12:20:25 -04:00
Trishank Karthik Kuppusamy
d80ea0b145
Add a note about the expiration of the previous root metadata file.
2017-05-19 16:32:48 -04:00
Trishank Karthik Kuppusamy
3935141b85
Remove what seems like an unnecessary note.
2017-05-19 16:31:18 -04:00
Trishank Karthik Kuppusamy
a2a5931883
Merge reading consistent snapshots with the client update workflow.
2017-05-19 00:45:28 -04:00
Trishank Karthik Kuppusamy
5666cbcfc0
Remove what seems like unnecessary, obsolete text.
2017-05-19 00:10:50 -04:00
Trishank Karthik Kuppusamy
487d27a654
Add subtleties to preorder DFS for targets.
2017-05-19 00:10:29 -04:00
Trishank Karthik Kuppusamy
30536cfb1a
Edit Section 7.2 to reflect Section 5.1.
...
Ideally, the former should be merged with the latter.
2017-05-18 21:09:35 -04:00
Trishank Karthik Kuppusamy
c5deaa340f
Explain why download targets up to the # of bytes in the targets metadata.
2017-05-18 20:59:00 -04:00
Trishank Karthik Kuppusamy
8b1f85363a
Explain how to obtain and load the previous root metadata file.
2017-05-18 20:58:37 -04:00
Trishank Karthik Kuppusamy
947e366557
Use "MUST" with regard to RFC 2119.
2017-05-18 20:44:46 -04:00
Vladimir Diaz
70cf57ad85
Slight edit to fix incorrect version of root file
2017-05-18 16:04:44 -04:00
Vladimir Diaz
1269ed9678
Fix whitespace issue in previous commit
2017-05-18 16:04:44 -04:00
Vladimir Diaz
4a1791d125
Incorporate @awwad and @heartsucker suggestions
2017-05-18 16:04:44 -04:00
Vladimir Diaz
be7a7ffd6f
Clarify procedure for updating to new root.json
...
Client's should validate new root.json according to the threshold and keys set by its previous version.
See @heartsucker comment [here](https://github.com/heartsucker/rust-tuf/issues/42#issuecomment-302436972 )
2017-05-18 16:04:44 -04:00
Trishank Karthik Kuppusamy
afa804f093
Clarify that the previous snapshot metadata file may be safely expired.
2017-05-18 12:36:01 -04:00
Trishank Karthik Kuppusamy
6236878eb1
Address comments by @JustinCappos.
2017-04-26 15:07:56 -04:00
Trishank Karthik Kuppusamy
f092d2a87b
Expand on the TUF client update workflow, per popular demand.
2017-04-26 14:02:01 -04:00
Vladimir Diaz
7eae7e38b0
Explain that section 7 covers consistent snapshots
2017-04-24 16:10:16 -04:00
Vladimir Diaz
3532fb8005
Remove alternative schemes for overlapping targets
2017-04-24 14:59:18 -04:00
Vladimir Diaz
116cb39039
Add matching example of shell-style wildcard
...
One more matching example here would help. Right now, it looks as if "?" matches only "numbers".
2017-04-24 12:55:51 -04:00
Vladimir Diaz
adf48f90ce
Remove parenthetical note
...
in text for terminating delegations.
2017-04-24 12:25:12 -04:00
Vladimir Diaz
6665d25b9e
Remove notion of a full rolename
...
We previously used a full rolename when delegations resembled a tree
2017-02-27 16:22:10 -05:00
Vladimir Diaz
6cca34b6f1
Add 'terminating' attribute and text explaining its use
2017-02-27 16:19:25 -05:00
Vladimir Diaz
bbd3288245
Update text for handling overlapping targets between delegations.
...
Remove note about priority tag schemes and our investigation of several of these schemes
2017-02-27 15:29:51 -05:00
Vladimir Diaz
1a00c4cd8f
Update text describing format of PATHPATTERN
2017-02-27 15:11:37 -05:00
Vladimir Diaz
c105077d05
Add compression_algorithms and consistent_snapshot attributes to root.json
2017-02-27 14:48:37 -05:00
Vladimir Diaz
76435bfdb5
Update tuf-spec.txt
...
Add improved definition of the fast-forward attack in the specification.
2017-02-07 11:29:43 -05:00
Vladimir Diaz
70fc8dce36
Resolve merge conflicts with upstream and ecordell-root-versioning
2016-10-18 10:28:04 -04:00
Vladimir Diaz
8882dc5b7b
Merge branch 'root-versioning' of https://github.com/ecordell/tuf into ecordell-root-versioning
...
Conflicts:
tests/test_key_revocation.py
tests/test_replay_attack.py
tests/test_repository_tool.py
tests/test_updater.py
tuf/formats.py
tuf/repository_lib.py
2016-10-17 15:57:48 -04:00
Vladimir Diaz
3ab08e52f6
Update tuf-spec.txt
...
Distinguish the "signed" portion of a metadata file from the entire file itself. Addressing comment provided by @HuKeping
2016-10-07 10:57:19 -04:00
Evan Cordell
a11709000d
Add root versioning for root key rotation
2016-09-19 15:18:20 -04:00
Vladimir Diaz
5d2c8fdc76
Update tuf-spec.txt
...
Remove mention of a "private" dictionary key in metadata. Public TUF metadata consumed by clients would never include a "private" field, so it shouldn't be specified here in the specification.
2016-09-15 14:23:44 -04:00
Vladimir Diaz
f8e56d29e6
Add favicons
...
Add two favicons that are easier to see in the browser.
2016-09-02 10:22:58 -04:00
Vladimir Diaz
158f452b1b
Create new folder
...
Add a `proposals` folder to keep track of changes made to specification.
2016-08-25 14:09:31 -04:00
Vladimir Diaz
fbd901422f
Update tuf-spec.txt
...
Address issue #364 . The specification includes examples of metadata with version numbers listed, but the description of snapshot.json does not. The `custom` field is listed only in targets metadata.
2016-08-25 07:02:00 -04:00
Vladimir Diaz
0dac8e7b19
Update tuf-spec.txt
...
Move text explaining where delegated roles live on the repository
2016-08-22 15:23:19 -04:00
Vladimir Diaz
53b16aefd1
Update tuf-spec.txt
...
All delegated metadata is stored in one flat directory.
2016-08-09 15:02:14 -04:00
Jonathan Rudenberg
03a5cc4b36
Use HTTPS links in spec
2016-08-08 11:32:00 -04:00
Jonathan Rudenberg
eac88eb3e8
Fix Thandy link
2016-08-08 11:19:38 -04:00
Vladimir Diaz
15bbbb7b53
List fast-forward attack in the specification, including those missing. Alphabetize the attacks.
2016-07-28 16:06:59 -04:00
Vladimir Diaz
ece53b413d
Mark the version 1.0 specification as a draft
2016-07-28 13:12:58 -04:00
Vladimir Diaz
f57a0bb1a9
Save version 0.9 of specification
2016-07-26 12:21:49 -04:00
Vladimir Diaz
2f909f695f
Add Spec 1.0
2016-07-26 12:17:31 -04:00
Vladimir Diaz
e3a1544070
Begin implementation changes to address issue with a global role and key database
2016-05-06 12:13:57 -04:00
Vladimir Diaz
1bed3e09a4
Update tuf-spec.txt
2016-02-25 17:29:36 -05:00
Vladimir Diaz
b008edd7cd
Update tuf-spec.txt
...
Begin section 5.1 (The Client Application) with a concise overview of the update procedure followed by client applications. Follow the overview text with the more detailed explanation of the update procedure.
2016-02-25 17:24:23 -05:00
Vladimir Diaz
e943048757
Add Diplomat paper
2016-02-19 14:13:03 -05:00
Vladimir Diaz
801c4ced2f
Remove logo of dolly
2016-02-19 11:15:51 -05:00
Vladimir Diaz
30bd90810d
Rename the banner images
2016-02-19 11:14:28 -05:00
Vladimir Diaz
2c0ef0c94a
Merge branch 'logo' of github.com:vladimir-v-diaz/tuf into logo
2016-02-19 11:10:05 -05:00
Vladimir Diaz
1b378a2f80
Add avatar, banner, and favicon
2016-02-19 11:07:43 -05:00
Vladimir Diaz
b60b741261
Update tuf-spec.txt
...
* @jawi recommended that the specification say that it is up to implementers to decide how keys should be securely stored.
* Python implementation -> reference implementation: for clarity and to be consistent with other documents.
2015-11-17 15:19:24 -05:00
Vladimir Diaz
cb1591e63d
Update tuf-spec.txt
...
Fix for issue #296 . We should document which underlying hash function is used with PKCS #1 RSA PSS signatures to maintain compatibility with different clients, or integrators that wish to verify/test our metadata.
2015-11-11 12:55:30 -05:00
Benno Fünfstück
6ae6a0cda0
tuf-spec.txt: fix duplicate 'the'
2015-10-03 15:40:24 +02:00