Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-04 | core: add missing comments before functions when the result must be freed ↵ | Sébastien Helleu | |
after use | |||
2015-06-28 | core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup ↵ | Sébastien Helleu | |
(closes #452) | |||
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-06-28 | core: update message displayed when passphrase is not set on /secure buffer | Sébastien Helleu | |
2014-06-28 | core: do not display content of passphrase on /secure buffer | Sébastien Helleu | |
2014-02-22 | core: fix uninitialized value in functions secure_{encrypt|decrypt}_data (in ↵ | Sebastien Helleu | |
case of insufficient memory) | |||
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-11-23 | core: free secured data on exit | Sebastien Helleu | |
2013-11-09 | core: remove unneeded warning when read of sec.conf fails (another warning ↵ | Sebastien Helleu | |
is already displayed) | |||
2013-08-02 | core: change the message displayed when passphrase is not given on startup | Sebastien Helleu | |
2013-08-02 | core: remove use of function gcry_kdf_derive so that it compiles with ↵ | Sebastien Helleu | |
libgcrypt < 1.5.0 The key built with salt + passphrase has changed, so old encrypted data in file sec.conf can not be decrypted with this new version. | |||
2013-08-02 | core: update translations | Sebastien Helleu | |
2013-07-30 | core: in case of empty passphrase, keep encrypted data in memory until the ↵ | Sebastien Helleu | |
user runs /secure decrypt (with the good passphrase) If user gives no passphrase (for example one space when prompted), the encrypted data read in sec.conf will be stored in a separate hashtable. While this hashtable contains something, it is not allowed to do any operation on passphrase or secured data (and it is not allowed to reload sec.conf). The user can decrypt data with /secure decrypt <passphrase>. | |||
2013-07-30 | core: use variable "items_count" directly from hashtable without calling ↵ | Sebastien Helleu | |
function hashtable_get_integer | |||
2013-07-28 | core: add option sec.crypt.passphrase_file | Sebastien Helleu | |
2013-07-27 | core: add secured data with optional encryption in file sec.conf | Sebastien Helleu | |