Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-26 | MokManager: support Tradition DES hash | Gary Ching-Pang Lin | |
2013-09-26 | MokManager: support SHA512-based crypt() hash | Gary Ching-Pang Lin | |
2013-09-26 | MokManager: support crypt() password hash | Gary Ching-Pang Lin | |
The password format is introduced for the password hash generated by crypt(), so that the user can import the password hash from /etc/shadow. The packager, especially those who packages 3rd party drivers, can utilize this feature to import a 3rd party certificate without interfering the package installation. This commit implements the sha256-based crypt() hash function. Conflicts: Makefile MokManager.c |