aboutsummaryrefslogtreecommitdiff
path: root/crypto/crypto_test.go
AgeCommit message (Expand)Author
2020-05-09crypto: improve errorsEric Biggers
2020-01-05Metadata support for v2 encryption policiesEric Biggers
2020-01-05Add keyring packageEric Biggers
2019-11-27Use latest fscrypt declarations from sys/unixEric Biggers
2019-09-08Fix various typos and grammatical errors (#141)ebiggers
2018-02-09crypto: Move from libargon2 -> x/crypto/argon2Joseph Richey
2017-08-30crypto: Updated to include user parameterJoe Richey
2017-08-29crypto: Handle when "ulimit -l" is too lowJoe Richey
2017-08-17cmd/fscrypt: purge command now clears cacheJoe Richey joerichey@google.com
2017-07-19crypto: Add more tests for bad key lengthsJoe Richey joerichey@google.com
2017-07-17Small fixes so "make lint" doesn't complain.Joe Richey joerichey@google.com
2017-07-14crypto: Use single description parameterJoe Richey joerichey@google.com
2017-06-28Finalize import paths and documentationv0.1.00.1.0Joe Richey joerichey@google.com
2017-06-26actions: Simplify the callback mechanismJoe Richey joerichey@google.com
2017-06-15crypto: add in additional keyring functionalityJoe Richey joerichey@google.com
2017-05-31crypto: tests, errors, and descriptor computationJoe 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-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