You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2020. It is now read-only.
* Move va_end closer to va_start
* Remove unsafe strncpy and use safer snprintf.
* Add openwall bcrypt library.
* Removing the old crypt library.
* Clean up mud.h to include new crypto library include
* Updated Makefile to include new crypt library
* Small change to mud.h to add the right path to include ow-crypt.h
* Added a test case to check the new bcrypt library works.
* Added another test for the new bcrypt that must fail to pass.
* Change all calls to crypt to correctly use the new API.
* Some macOS rubbish that we don't want tracked into git.
* Change a C++ comment to C so it can compile in Linux.
0 commit comments