crypt(3)/blowfish - Return NULL on error
authorSamuel J. Greear <sjg@thesjg.com>
Tue, 31 Jan 2012 01:02:41 +0000 (18:02 -0700)
committerSamuel J. Greear <sjg@thesjg.com>
Tue, 31 Jan 2012 01:02:41 +0000 (18:02 -0700)
commit4f599fd466680fe3bc182c637d97fd92da9c9df0
tree1ec17af1336efd1fe992b6f8984388a786e66648
parent18d6b65ae9cce51afefb9a9e8069fa3ace9a6ff9
crypt(3)/blowfish - Return NULL on error

* According to http://www.openwall.com/lists/oss-security/2011/11/15/3
  crypt(3) should probably not return ":" on error.

* Make crypt_blowfish() return NULL on error as per the crypt(3) manpage.

Submitted-by: Loganaden Velvindron <loganaden@gmail.com>
secure/lib/libcrypt/crypt-blowfish.c