index
:
Project-1CE/system_update_engine
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payload_generator
/
payload_signer_unittest.cc
Age
Commit message (
Expand
)
Author
2020-10-29
update_engine: Fix leaking unit tests
Amin Hassani
2020-07-06
Merge remote-tracking branch 'aosp/upstream-master' into merge
Tianjie
2020-04-04
update_engine: changes for libchrome r680000 uprev
hscham
2019-10-10
Add EC key signing support
Tianjie Xu
2019-10-04
Factor out the RSA verification in payload verifier
Tianjie Xu
2019-10-01
Signature size now uses size_t
Tianjie Xu
2019-04-02
Support signing payload with 4096 bits RSA keys
xunchang
2019-02-22
Use string for Signatures protobuf.
Sen Jiang
2019-01-16
update_engine: Run clang-format on payload_generator/
Amin Hassani
2019-01-09
Don't use temp file for public key.
Sen Jiang
2018-10-22
Replace LoadPayloadMetadata() with PayloadMetadata class.
Sen Jiang
2018-07-03
Use ScopedTempFile in unit test.
Sen Jiang
2016-07-28
Fix clang-tidy performance warnings in update_engine.
Chih-Hung Hsieh
2016-03-25
Introduce PayloadVersion struct for version information.
Alex Deymo
2016-03-23
Fix unittest key path in Brillo.
Sen Jiang
2016-02-17
Build unittests in Brillo.
Alex Deymo
2016-02-05
New "properties" sub-command to export payload properties.
Alex Deymo
2015-11-12
Split payload application code into a subdirectory.
Alex Deymo
2015-10-23
delta_generator: Include metadata signature in major version 2.
Sen Jiang
2015-10-22
Skip metadata signature when hashing payload in major version 2.
Sen Jiang
2015-10-20
PayloadVerifier should not depend on DeltaPerformer to load payload.
Sen Jiang
2015-10-13
update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces
Alex Vakulenko
2015-09-30
Check all signatures regardless of the version.
Alex Deymo
2015-08-19
Re-license update_engine to Apache2
Alex Deymo
2015-02-11
update_engine: replace std::vector<char> with chromeos::Blob
Alex Vakulenko
2014-09-01
update_engine: Replace NULL with nullptr
Alex Vakulenko
2014-07-18
update_engine: Split payload signing and verification.
Alex Deymo