summaryrefslogtreecommitdiff
path: root/ext/standard/crypt_sha256.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed condition checkXinchen Hui2017-04-101-1/+1
* fix thread safetyAnatol Belski2015-07-291-2/+2
* fix datatype mismatchesAnatol Belski2014-10-221-5/+5
* refixed printf fmt, used portable macrosAnatol Belski2014-09-201-1/+1
* fix printf formatAnatol Belski2014-09-191-1/+1
* generalized the case with secure memory zeroingAnatol Belski2014-09-191-22/+7
* zero sensitive data more secure wayAnatol Belski2014-09-191-1/+15
* master renames phase 3Anatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-1/+1
* mostly fixes to spl, but also some otherAnatol Belski2014-08-171-1/+1
* unify stdint type usageMichael Wallner2013-08-061-6/+0
* fix salt truncation bug in sha256Stanislav Malyshev2011-07-311-1/+1
* Fixed bug relating to un-initialized memory accessIlia Alshanetsky2011-07-051-1/+2
* Fixed compiler warnings in the standard libraryKalle Sommer Nielsen2010-09-231-1/+1
* - drop commentPierre Joye2010-06-141-1/+0
* Detect if we can rely on compiler-specific alignment features else use customJohannes Schlüter2010-02-091-4/+11
* - fix buildPierre Joye2010-01-141-4/+2
* Fixes #50496. Drop stdbool.h dependency as it requires _STDC_C99 set on some ...David Soria Parra2010-01-111-4/+2
* - #50334, add sha support for VC6 too, not merged in trunk as we don't suppor...Pierre Joye2009-12-111-0/+7
* - #50334, use our own implementations of stpncpy and mempcy, avoiding weird b...Pierre Joye2009-12-111-10/+6
* - #50334, fix build for platform without endian.h (like solaris)Pierre Joye2009-12-091-2/+1
* - #50334, crypt ignores sha512 and add support for sha256/512 to php's crypt ...Pierre Joye2009-12-091-0/+754