Revert "filter: exposed functions to Lua to verify digital signature"#77
Merged
yxue merged 1 commit intorelease-1.1from Jun 6, 2019
Merged
Revert "filter: exposed functions to Lua to verify digital signature"#77yxue merged 1 commit intorelease-1.1from
yxue merged 1 commit intorelease-1.1from
Conversation
Member
Author
|
@duderino PTAL. The pr was merged into upstream. After reverting, I am going to send another pr to cherry-pick the final commit. Thanks! |
|
/approved |
PiotrSikora
added a commit
that referenced
this pull request
Nov 1, 2019
This PR is a bit overloaded and includes a lot of changes, but it would be impossible to split them up: 1. Emscripten: update to 1.38.48. 2. Emscripten: use "upstream" instead of "fastcomp". 3. Emscripten: use STANDALONE_WASM=1. 4. Emscripten: use __wasm_global_ctors. 5. Emscripten: use WASI calls. 6. Emscripten: drop underscore prefix. 7. Emscripten: remove support for the JavaScript-flavored Emscripten. 8. Runtimes: throw WasmException for function call errors. 9. Tests: catch DivByZero (which is now an runtime error). 10. WAVM: update to 2019-10-15. 11. WAVM: stop using WAVM's Emscripten implementation, since we have our own. 12. SDK: distribute static libraries instead of the bytecode. Fixes #77, #212. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
jplevyak
pushed a commit
to jplevyak/envoy
that referenced
this pull request
Dec 28, 2019
* Stricter validation of HTTP/1 headers (CVE-2019-18802). Signed-off-by: Alyssa Wilk <alyssar@chromium.org> * Remove unnecessary nghttp2 patches after it was upgraded to 1.40.0 Signed-off-by: Yan Avlasov <yavlasov@google.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Reverts #76