summaryrefslogtreecommitdiff
path: root/ext/standard/crypt_sha512.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed condition checkXinchen Hui2017-04-101-1/+1
* fix thread safetyAnatol Belski2015-07-291-2/+2
* refixed printf fmt, used portable macrosAnatol Belski2014-09-201-1/+1
* generalized the case with secure memory zeroingAnatol Belski2014-09-191-21/+7
* zero sensitive data more secure wayAnatol Belski2014-09-191-0/+14
* fix sprintf formatAnatol Belski2014-09-191-1/+1
* 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 termination in sha-512 tooStanislav Malyshev2011-07-311-1/+1
* Fixed bug relating to un-initialized memory accessIlia Alshanetsky2011-07-051-2/+2
* Fixed compiler warnings in the standard libraryKalle Sommer Nielsen2010-09-231-1/+1
* - Fix #51582, Don't assume UINT64_C it's ever availablePierre Joye2010-04-261-0/+5
* 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-12/+6
* - #50334, fix build for platform without endian.h (like solaris)Pierre Joye2009-12-091-2/+1
* - drop non used code and fix warningPierre Joye2009-12-091-16/+5
* - #50334, crypt ignores sha512 and add support for sha256/512 to php's crypt ...Pierre Joye2009-12-091-0/+831