aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-13README: Add badges for protect, docs, report cardJoseph Richey
2017-07-13README: fix typos and formattingJoseph Richey
2017-06-28Finalize import paths and documentationv0.1.00.1.0Joe Richey joerichey@google.com
2017-06-28Update Makefile and READMEJoe Richey joerichey@google.com
2017-06-28cmd/fscrypt: commands to add/remove protectorsJoe Richey joerichey@google.com
2017-06-28cmd/fscrypt: add metadata commandJoe Richey joerichey@google.com
2017-06-28cmd/fscrypt: add in status and purge commandsJoe Richey joerichey@google.com
2017-06-28cmd/fscrypt: setup, encrypt, unlock commandsJoe Richey joerichey@google.com
2017-06-28actions: error handling and API changedJoe Richey joerichey@google.com
2017-06-28Change error handling to new packageJoe Richey joerichey@google.com
2017-06-26vendor: add in github.com/pkg/errorsJoe Richey joerichey@google.com
2017-06-26actions: Simplify the callback mechanismJoe Richey joerichey@google.com
2017-06-15vendor: update x/sys/unixJoe Richey joerichey@google.com
2017-06-15crypto: add in additional keyring functionalityJoe Richey joerichey@google.com
2017-06-15metadata: change encryption mode namesJoe Richey joerichey@google.com
2017-06-15filesystem: change support detection and bug-fixesJoe Richey joerichey@google.com
2017-06-15pam: checking a user's login passphraseJoe Richey joerichey@google.com
2017-05-31vendor: add in external packages for use with CLIJoe Richey joerichey@google.com
2017-05-31actions: creating and unlocking policiesJoe Richey joerichey@google.com
2017-05-31actions: creating and unlocking protectorsJoe Richey joerichey@google.com
2017-05-31actions: generate a config file for fscryptJoe Richey joerichey@google.com
2017-05-31filesystem: creating the directories and filesJoe Richey joerichey@google.com
2017-05-31crypto: tests, errors, and descriptor computationJoe Richey joerichey@google.com
2017-05-31metadata: reorganize and add consistency checksJoe Richey joerichey@google.com
2017-05-31util: better handing of custom errorsJoe Richey joerichey@google.com
2017-05-31fscrypt: Adding additional documentationJoe Richey joerichey@google.com
2017-05-02crypto: passphrase hashing with Argon2Joe Richey
2017-05-02crypto: reading and writing recovery keysJoe Richey
2017-05-02crypto: secure key wrapping/unwrappingJoe Richey
2017-05-02vendor: adding in golang.org/x/crypto/hkdfJoe Richey joerichey@google.com
2017-05-02crypto: add secure random reader using getrandomJoe Richey
2017-05-02crypto: insert key into keyring from goJoe Richey
2017-05-02crypto: Key struct for secure buffersJoe Richey
2017-05-02metadata: get and set policies from goJoe Richey
2017-05-02vendor: adding in golang.org/x/sys/unix packageJoe Richey joerichey@google.com
2017-05-02metadata: introduce protobuf structuresJoe Richey
2017-05-02vendor: adding in golang/protobuf librariesJoe Richey joerichey@google.com
2017-05-02util: convenience utilities for fscryptJoe Richey
2017-05-02cmd/fscrypt: Initial stub program and docsJoe Richey
2017-04-27Initial Documentation for fscryptJoe Richey
2016-10-26First commit, adding READMEJoe Richey