index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
wee-secure.h
Age
Commit message (
Expand
)
Author
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-03-01
core: move crypto functions to wee-crypto.c, rename API function string_hash ...
Sébastien Helleu
2020-03-01
core: merge functions string_hash_binary and string_hash into a single functi...
Sébastien Helleu
2020-03-01
core: add function secure_hash_pbkdf2
Sébastien Helleu
2020-02-29
core: add functions to compute binary/hex hash of data
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-03-12
core: set max length to 4096 for /secure passphrase (closes #1323)
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-17
core: add missing include of time.h in wee-secure.h
Sébastien Helleu
2018-11-02
core: add support of TOTP generation/validation (Time-based One-Time Password)
Sébastien Helleu
2018-10-27
core: split wee-secure.c into 3 files (secured data functions, buffer and con...
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-08-10
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-03-19
core: fix use of reserved C identifiers in headers (closes #31)
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-11-23
core: free secured data on exit
Sebastien Helleu
2013-07-30
core: in case of empty passphrase, keep encrypted data in memory until the us...
Sebastien Helleu
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