Age | Commit message (Collapse) | Author |
|
Allowed algorithms are:
* PBKDF2 (SHA256 or SHA512, salt, iterations)
* SHA256
* SHA512
|
|
|
|
|
|
|
|
to crypto_hash
|
|
function string_hash
|
|
|
|
SHA512 hash
This removes dependency on libgcrypt in script plugin.
|
|
to compute SHA1 hash
This removes dependency on libgcrypt in relay plugin.
|
|
|
|
|
|
SHA512 hash
|
|
|
|
secure_derive_key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
content
|
|
/script list -i
|
|
script_action_list_input
|
|
|
|
|
|
|
|
|
|
Thanks to Stuart Nevans Locke for reporting the issue.
|
|
Thanks to Stuart Nevans Locke for reporting the issue.
|
|
|
|
|
|
|
|
Thanks to Stuart Nevans Locke for reporting the issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The two times must be sent as parameters, which makes the function not specific
to uptime. It is now easier to test the function in unit tests.
|
|
|
|
|
|
v2: Update configure.ac too.
Signed-off-by: orbea <orbea@riseup.net>
|
|
|
|
|