aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_timestamp/hmac_openssl_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* pam_timestamp: try RAND_priv_bytes firstBenny Baumann2023-12-191-0/+7
* pam_timestamp: prefer getrandom(2) when availableBenny Baumann2023-12-191-0/+13
* pam_timestamp: indicate non-null arguments to the compilerBenny Baumann2023-12-191-0/+4
* pam_timestamp: ensure we get zero-initialized memoryBenny Baumann2023-12-191-2/+2
* pam_timestamp: allocate memory before opening /dev/urandomBenny Baumann2023-12-191-8/+9
* pam_timestamp: clean buffers before freeingBenny Baumann2023-12-191-0/+2
* treewide: assume free(NULL) is no-opDmitry V. Levin2023-12-141-3/+1
* pam_timestamp: check for ioloop errorsTobias Stoeckmann2023-12-041-6/+12
* treewide: do not cast calloc/malloc/reallocTobias Stoeckmann2023-11-121-1/+1
* pam_timestamp: fix build failureIker Pedrosa2023-03-301-0/+1
* modules: make use of secure memory erasureChristian Göttsche2023-02-281-4/+4
* pam_timestamp: replace hmac implementationIker Pedrosa2021-06-141-0/+381