index
:
fscrypt.git
chr-fork-doc-02
ext4
man
master
refactor
sshd-bug-workaround
Go tool for managing Linux filesystem encryption
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
metadata
Age
Commit message (
Expand
)
Author
2022-12-04
Stop using deprecated package io/ioutil
Eric Biggers
2022-10-19
Add support for AES_256_HCTR2 filenames encryption
Eric Biggers
2022-08-27
Ignore JSON whitespace in tests (#364)
Joseph Richey
2022-08-23
fsync set policy ioctls
Marcel Lauhoff
2022-04-08
Switch to google.golang.org/protobuf/proto
Eric Biggers
2022-02-23
Strictly validate metadata file ownership by default
Eric Biggers
2021-01-25
Avoid using the word "whitelist"
Eric Biggers
2020-05-09
metadata: improve errors
Eric Biggers
2020-03-23
Simplify choosing the key description prefix
Eric Biggers
2020-01-05
Metadata support for v2 encryption policies
Eric Biggers
2020-01-05
keyring: support filesystem keyring with v1 encryption policies
Eric Biggers
2019-11-27
Use latest fscrypt declarations from sys/unix
Eric Biggers
2019-01-14
Add support for the Adiantum encryption mode
Eric Biggers
2018-08-30
Go 1.11 gofmt updatae
Joe Richey joerichey@google.com
2018-08-30
Use proto.Equal instead of reflect.DeepEquals
Joe Richey joerichey@google.com
2018-08-30
Update Protoc Compiler to 3.6.1
Joe Richey joerichey@google.com
2018-02-12
metadata: regenerate .pb.go
Joseph Richey
2018-02-11
vet: eliminate unnecessary shadowing
Joseph Richey
2017-09-29
metadata: Add new encryption modes
Joseph Richey
2017-07-18
metadata: Remove "go generate" and regenerate
Joe Richey joerichey@google.com
2017-07-18
tests: Unit tests and Integration tests work
Joe Richey joerichey@google.com
2017-07-18
Travis.yml and Makefile now run integration tests.
Joe Richey joerichey@google.com
2017-06-28
Finalize import paths and documentation
v0.1.0
0.1.0
Joe Richey joerichey@google.com
2017-06-28
Change error handling to new package
Joe Richey joerichey@google.com
2017-06-15
metadata: change encryption mode names
Joe Richey joerichey@google.com
2017-05-31
metadata: reorganize and add consistency checks
Joe Richey joerichey@google.com
2017-05-02
crypto: insert key into keyring from go
Joe Richey
2017-05-02
metadata: get and set policies from go
Joe Richey
2017-05-02
metadata: introduce protobuf structures
Joe Richey