aboutsummaryrefslogtreecommitdiff
path: root/internal/configfile
AgeCommit message (Expand)Author
2021-06-20fido2: hide "FIDO2" in gocryptfs.conf if not usedJakob Unterwurzacher
2020-09-12Add support for FIDO2 tokensPavol Rusnak
2019-12-28remove Trezor supportPavol Rusnak
2019-04-08configfile: fall back to sync() if fsync() failsJakob Unterwurzacher
2018-12-28configfile: Fix a copy&paste error in validateParams method.Sebastian Lackner
2018-12-27configfile: Explicitly wipe scrypt derived key after decrypting/encrypting ma...Sebastian Lackner
2018-09-08configfile: add LoadAndDecrypt wrapperJakob Unterwurzacher
2018-09-08configfile: split off masterkey decryptionJakob Unterwurzacher
2018-09-08configfile: return specific error on empty inputJakob Unterwurzacher
2018-07-23configfile: drop superflous PrintfJakob Unterwurzacher
2018-07-01Only print masterkey once on -initJakob Unterwurzacher
2018-07-01trezor: add TrezorPayloadJakob Unterwurzacher
2018-07-01configfile: reduce function name stutterJakob Unterwurzacher
2018-07-01trezor: add skeleton for Trezor supportJakob Unterwurzacher
2018-06-24configfile: use tlog.ColorYellow instead of hardcoded color codeJakob Unterwurzacher
2018-04-02fsck: test against example_filesystemsJakob Unterwurzacher
2018-02-18readpassword: convert from string to []byteJakob Unterwurzacher
2018-02-18configfile: overwrite and let keys run out of scopeJakob Unterwurzacher
2017-11-21main: Add '-devrandom' commandline optionSebastian Lackner
2017-05-14exitcodes: specific codes for failure to read or write gocryptfs.confJakob Unterwurzacher
2017-05-07exitcodes: pull all exit code definitions into the packageJakob Unterwurzacher
2017-05-07Fix typos found by MisspellJakob Unterwurzacher
2017-04-23Add -forcedecodedanim7
2017-03-25configfile: always validate all scrypt parametersJakob Unterwurzacher
2017-03-07configfile: HKDF feature flag should also be set for "-plaintextnames"Jakob Unterwurzacher
2017-03-07configfile: enable HKDF and Raw64 feature flags by defaultJakob Unterwurzacher
2017-03-05tests: configfile: fix spurious test failure IIJakob Unterwurzacher
2017-03-05tests: configfile: fix spurious test failureJakob Unterwurzacher
2017-03-05configfile: disable Raw64 for nowJakob Unterwurzacher
2017-03-05full stack: implement HKDF supportJakob Unterwurzacher
2017-03-05configfile: reject the "HKDF" flag for nowJakob Unterwurzacher
2017-03-05configfile: switch on Raw64 by defaultJakob Unterwurzacher
2017-03-05configfile: switch to 128-bit IVs for master key encryptionJakob Unterwurzacher
2017-03-05configfile: define HKDF flagJakob Unterwurzacher
2017-02-26exitcodes: define code 12 for "password incorrect"Jakob Unterwurzacher
2017-02-25configfile: rename "kdf.go" -> "scrypt.go"Jakob Unterwurzacher
2017-02-16tests: configfile: add missing newlines in verbose outputJakob Unterwurzacher
2017-01-26main: make sure the ctlsock file is deleted on incorrect passwordJakob Unterwurzacher
2016-11-01Add support for unpadded base64 filenames, "-raw64"Jakob Unterwurzacher
2016-10-21configfile: add newline at the endJakob Unterwurzacher
2016-10-16main: allow password change with -masterkeyJakob Unterwurzacher
2016-10-04lint fixesValient Gough
2016-09-29reverse: use per-purpose nonce generationJakob Unterwurzacher
2016-09-26reverse: switch from GCM-SIV to AES-SIVv1.1-beta1Jakob Unterwurzacher
2016-09-25Implement changes proposed by gosimple.Jakob Unterwurzacher
2016-09-25contentenc: add "ExternalNonce" modeJakob Unterwurzacher
2016-09-25reverse: add gcmsiv flag and associated testsJakob Unterwurzacher
2016-09-25contentenc: add GCM-SIV supportJakob Unterwurzacher
2016-09-25cryptocore: add support for GCM-SIVJakob Unterwurzacher
2016-09-25main: initial support for reverse modeJakob Unterwurzacher