Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: tools/origin_trials/third_party/ed25519/README.chromium

Issue 1578793002: Add experimental framework token generation tool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a header to satisfy licencecheck.pl, which can't check the LICENCE file. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/origin_trials/third_party/ed25519/OWNERS ('k') | tools/origin_trials/third_party/ed25519/ed25519.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/origin_trials/third_party/ed25519/README.chromium
diff --git a/tools/origin_trials/third_party/ed25519/README.chromium b/tools/origin_trials/third_party/ed25519/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..412b4c351611ef691fcc1ae63080cc163216d596
--- /dev/null
+++ b/tools/origin_trials/third_party/ed25519/README.chromium
@@ -0,0 +1,21 @@
+Name: Ed25519: high-speed high-security signatures
+Short Name: Ed25519
+URL: http://ed25519.cr.yp.to/software.html
+Version: 0
+License: Public Domain
+License File: NOT_SHIPPED
+Security Critical: no
+
+Description:
+This package is used by the command-line utilities in tools/origin_trials to
+sign tokens for experimental feature usage, and to verify the signatures on
+those tokens.
+Although this package does provide cryptographic signing and verification
+capabilities, it is currently not considered security-critical. It is only used
+to sign tokens for use in unit tests, or for custom developer builds of Chrome;
+not to generate tokens usable in release Chrome builds, and not for verification
+of signatures. This classification may change if the package is used for other
+purposes in the future.
+
+Local Modifications:
+None.
« no previous file with comments | « tools/origin_trials/third_party/ed25519/OWNERS ('k') | tools/origin_trials/third_party/ed25519/ed25519.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698