aboutsummaryrefslogtreecommitdiff
path: root/metadata
AgeCommit message (Expand)Author
2022-12-04Increase checks for invalid HashingCostsJoe Richey
2022-12-04Add truncation_fixed field to HashingCostsJoe Richey
2022-12-04Update file commentJoe Richey
2022-12-04Stop using deprecated package io/ioutilEric Biggers
2022-10-19Add support for AES_256_HCTR2 filenames encryptionEric Biggers
2022-08-27Ignore JSON whitespace in tests (#364)Joseph Richey
2022-08-23fsync set policy ioctlsMarcel Lauhoff
2022-04-08Switch to google.golang.org/protobuf/protoEric Biggers
2022-02-23Strictly validate metadata file ownership by defaultEric Biggers
2021-01-25Avoid using the word "whitelist"Eric Biggers
2020-05-09metadata: improve errorsEric Biggers
2020-03-23Simplify choosing the key description prefixEric Biggers
2020-01-05Metadata support for v2 encryption policiesEric Biggers
2020-01-05keyring: support filesystem keyring with v1 encryption policiesEric Biggers
2019-11-27Use latest fscrypt declarations from sys/unixEric Biggers
2019-01-14Add support for the Adiantum encryption modeEric Biggers
2018-08-30Go 1.11 gofmt updataeJoe Richey joerichey@google.com
2018-08-30Use proto.Equal instead of reflect.DeepEqualsJoe Richey joerichey@google.com
2018-08-30Update Protoc Compiler to 3.6.1Joe Richey joerichey@google.com
2018-02-12metadata: regenerate .pb.goJoseph Richey
2018-02-11vet: eliminate unnecessary shadowingJoseph Richey
2017-09-29metadata: Add new encryption modesJoseph Richey
2017-07-18metadata: Remove "go generate" and regenerateJoe Richey joerichey@google.com
2017-07-18tests: Unit tests and Integration tests workJoe Richey joerichey@google.com
2017-07-18Travis.yml and Makefile now run integration tests.Joe Richey joerichey@google.com
2017-06-28Finalize import paths and documentationv0.1.00.1.0Joe Richey joerichey@google.com
2017-06-28Change error handling to new packageJoe Richey joerichey@google.com
2017-06-15metadata: change encryption mode namesJoe Richey joerichey@google.com
2017-05-31metadata: reorganize and add consistency checksJoe Richey joerichey@google.com
2017-05-02crypto: insert key into keyring from goJoe Richey
2017-05-02metadata: get and set policies from goJoe Richey
2017-05-02metadata: introduce protobuf structuresJoe Richey