Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-10-21 | Include crypt.h from crypt-port.h. | Björn Esser | 1 | -1/+0 |
2018-07-25 | Issue #16: allow explicit rounds=<default> in sunmd5,sha256,sha512. | Zack Weinberg | 1 | -0/+5 |
2018-07-04 | Make it possible to disable individual hashes at configure time. | Zack Weinberg | 1 | -0/+12 |
2018-06-30 | Use ARRAY_SIZE instead of open-coding it in every use case | Dmitry V. Levin | 1 | -1/+1 |
2017-10-26 | <string.h> gets imported through <crypt-port.h> now | Björn Esser | 1 | -1/+0 |
2017-10-26 | test-crypt-sunmd5: Fix test to compare to the correct value | Björn Esser | 1 | -1/+1 |
2017-10-24 | test-crypt-sunmd5: Fix tests and add some comments | Björn Esser | 1 | -11/+17 |
2017-10-24 | test-crypt-sunmd5: Increase test coverage | Björn Esser | 1 | -3/+21 |
2017-10-24 | Add support for SUNMD5 ($md5[,rounds=%u]$salt$) from (Open)Solaris | Björn Esser | 1 | -0/+107 |