aboutsummaryrefslogtreecommitdiff
path: root/modules/extra/hash_gnutls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch the build system to CMake.Gravatar Sadie Powell2026-04-271-2/+7
|
* Fix the double whitespace after some extra module headers.Gravatar Sadie Powell2026-04-081-1/+0
|
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-11/+11
|
* Refuse to hash passwords using insecure algorithms in MKPASSWD.Gravatar Sadie Powell2025-04-131-0/+8
|
* Add the hash_gnutls module.Gravatar Sadie Powell2025-04-061-0/+256
This provides the SHA family using GnuTLS. In the future we can add any new algorithms that appear.