This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
release v0.1 #78
Open
adon-at-work
wants to merge
170
commits into
master
Choose a base branch
from
v0.1.1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
release v0.1 #78
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
no more gmonkeystub.js
or it is during tests
- restrict to yahoo email lookup for now - expect empty existing index and entry hash in tree proof - use “25519” as the default key name
- skipped verifying the old key when updating a new key - refused to generate key when there’s an existing private key
with PASSPHRASE_ENCRYPTION_LINK disabled for now
- asynchronously check chip validity once a recipient is entered - support per message passphrase encryption
adon-at-work
force-pushed
the
v0.1.1
branch
3 times, most recently
from
February 23, 2016 06:36
63e4a92
to
f95dbed
Compare
Previously, the benchmark code would run all benchmarks in parallel, resulting in pathological results when mixing synchronous and asynchronous benchmarks. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119373860
This lets e2e use WebCrypto inside a Web Worker, and also preserves Closure typechecking. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119675116
With this change: * Keys generated with WebCrypto will be have location == WEB_CRYPTO * These keys can be saved to the keyring * When loaded from the keyring, these keys will have location == JAVASCRIPT * If e2e is compiled with nonstandard flags, all operations on JAVASCRIPT P-256 keys can be performed using WebCrypto ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119746227
… too no notification as a result
CLA is valid! |
adon-at-work
force-pushed
the
v0.1.1
branch
2 times, most recently
from
May 10, 2016 05:02
bcaa263
to
77e1e0e
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@maditya, this branch is the most updated one, and is ready to be deployed to the alpha channel.
please have a quick look and let's get this pushed out.