22.30.0 - 2025-10-29
✨ Added
- Tests of util/fileutils.c by @mattmundell in 9d9ca36
- Tests of util/authutils.c by @mattmundell in c037235
- First tests of gmp/gmp.c by @mattmundell in #999
- Check for NULL in auth_method_name_valid by @mattmundell in #1001
- New TLS utility function library tlsutilsby @timopollmeier in #989
- New library for CyberArk connection by @a-h-abdelsalam in 8e5c647
- Addressing review comments by @a-h-abdelsalam in #1005
- Tests of base/pidfile.c by @mattmundell in 984eeac
- Tests of boreas/arp.c by @mattmundell in #1007
👷 Changed
- Improve naming in file utils test by @mattmundell in #1000
- In gmp_check_response always set entity NULL when entity is freed by @mattmundell in 40300e7
- Use libcurl4 with OpenSSL instead of GnuTLS by @bjoernricks in #1004
🐛 Bug Fixes
- Close leaks in file utils by @mattmundell in #998
- Length in digest_hex_returns_correct_hex_string by @mattmundell in #1002
🔧 Miscellaneous
- Fix syntax for install dependencies shell script by @bjoernricks in #994