aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extra/hash_gnutls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove all leftover code relating to build directives.Gravatar Sadie Powell2026-07-031-5/+0
* Move the sigabbrev_np() check to the rehashsignal module.Gravatar Sadie Powell2026-06-171-1/+1
* Update my email address.Gravatar Sadie Powell2026-06-061-1/+1
* 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.•••This provides the SHA family using GnuTLS. In the future we can add any new algorithms that appear. Gravatar Sadie Powell2025-04-061-0/+256