summaryrefslogtreecommitdiff
path: root/ext/standard/crypt_blowfish.c
Commit message (Expand)AuthorAgeFilesLines
* Add "const". Move constant strings to read-only memory.Dmitry Stogov2020-09-071-2/+2
* Clean house in cryptographic hashing codeAlex Dowad2020-06-241-30/+0
* Drop BF_ASM constant as it's always 0George Peter Banyard2020-05-061-14/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* Bug #73058 crypt broken when salt is 'too' longAnatol Belski2016-09-101-0/+4
* bump yearXinchen Hui2015-01-151-2/+2
* Upgrade crypt_blowfish to version 1.3Leigh2014-10-071-19/+24
* - update blowfish to 1.2 (Solar Designer)Pierre Joye2011-07-181-160/+255
* Fix crypt_blowfish 8-bit chars problem (CVE-2011-2483), add testsStanislav Malyshev2011-06-261-8/+66
* Fixed compiler warnings in the standard libraryKalle Sommer Nielsen2010-09-231-1/+1
* - Corrected the sanity check of the "setting" string in _crypt_blowfish_rn() toPierre Joye2010-02-211-0/+1
* - sync with 1.0.2, improve perf x86-64 (patch by Solar Designer)Pierre Joye2009-06-081-1/+1
* Fix build where __const is already defined like OS X.Scott MacVicar2008-07-291-0/+2
* -MFH:Pierre Joye2008-07-281-0/+753