summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOG, comments.HEADv2.0.10origin/masterorigin/HEADmasterParagon Initiative Enterprises2017-03-1311-12/+17
|
* Add comment, as suggested by @narfbg in previous pull request.Paragon Initiative Enterprises2017-03-131-1/+1
|
* Merge pull request #128 from paragonie/v2-windows-insecure-versions-of-php-fixScott2017-03-131-18/+21
|\ | | | | More pedantic mcrypt usage rules
| * Don't nest if statements if we can avoid it. Minor boyscouting too.Paragon Initiative Enterprises2017-03-131-16/+16
| |
| * Proposed fix for question brought up in #126Paragon Initiative Enterprises2017-03-131-2/+5
|/ | | | (But seriously, please don't run insecure versions of PHP)
* There is no pleasing Psalm, so let's just disable this check.v2.0.9Paragon Initiative Enterprises2017-03-033-3/+4
|
* Make psalm happy without breaking BC.Paragon Initiative Enterprises2017-03-031-0/+2
|
* Beginning a version 2.0.8: More psalm fixes.Paragon Initiative Enterprises2017-03-035-19/+20
|
* Fix indentation in composer.json.Paragon Initiative Enterprises2017-03-031-32/+34
|
* Update CHANGELOG for v2.0.8.v2.0.8Paragon Initiative Enterprises2017-03-031-0/+6
|
* Changelog updateParagon Initiative Enterprises2017-03-031-2/+2
|
* Trailing newline.Paragon Initiative Enterprises2017-03-031-1/+1
|
* Prevent fatal errors when the wrong file is include()d.Paragon Initiative Enterprises2017-03-031-156/+159
|
* Okay, seriously Psalm.v2.0.7Paragon Initiative Enterprises2017-02-271-0/+1
|
* Update changelog for 2.0.6v2.0.6Paragon Initiative Enterprises2017-02-271-0/+4
|
* Update psalm.xml to avoid pedantic errors.Paragon Initiative Enterprises2017-02-271-0/+2
|
* Merge pull request #124 from paragonie/psalmv2.0.5Scott2017-02-271-1/+3
|\ | | | | Update changelog for 2.0.5
| * Update changelog for 2.0.5Paragon Initiative Enterprises, LLC2017-02-271-1/+3
| |
* | Merge pull request #123 from paragonie/psalmScott2017-02-1315-48/+170
|\ \ | |/ | | Integrate with Psalm
| * Fix stubs. Remove UndefinedClass suppression.Paragon Initiative Enterprises2017-02-037-45/+87
| |
| * Add libsodium stub for randombytesParagon Initiative Enterprises2017-02-032-0/+47
| |
| * Merge branch 'master' into psalmParagon Initiative Enterprises, LLC2017-02-032-0/+27
| |\ | |/ |/|
* | Add missing files.Paragon Initiative Enterprises2017-02-032-0/+27
| |
| * Psalm integration.Paragon Initiative Enterprises2017-02-037-37/+70
|/
* Merge pull request #122 from Slamdunk/minor_beautyScott2017-02-031-140/+142
|\ | | | | Replace Nested Conditional with Guard Clauses
| * Replace Nested Conditional with Guard ClausesFilippo Tessarotto2017-02-011-140/+142
|/
* Merge pull request #121 from zerocrates/remove-openssl-commentScott2016-12-151-1/+0
|\ | | | | Remove commented reference to openssl support
| * Remove commented reference to openssl supportJohn Flatness2016-12-151-1/+0
|/
* Prepare for v2.0.4v2.0.4Paragon Initiative Enterprises2016-11-071-0/+5
|
* Proposed fix for #111 - mcrypt_create_iv() reportedly not broken by open_basedirParagon Initiative Enterprises2016-11-071-2/+0
|
* Make the RATIONALE a little more useful.Paragon Initiative Enterprises2016-11-071-7/+9
|
* Update .gitattributesScott2016-11-071-1/+1
| | | | See #119
* Rename ERRATA.md to RATIONALE.md.Scott2016-11-072-1/+1
| | | | See #119
* Boyscouting (please read):Scott2016-11-077-4/+71
| | | | | | | * Added comments. * Added an ide_stubs directory to make code inspection with IDEs (e.g. PHPStorm) less painful. * Added a link to the bug bounty program.
* Prepare 2.0.3 release.v2.0.3Scott2016-10-171-0/+6
|
* Update ERRATA file.Scott2016-10-171-1/+1
|
* Update contributors list.Scott2016-10-171-1/+3
|
* Document version conflict resolutionScott2016-10-171-0/+26
|
* Add redundant checks to shut linters up.Scott2016-10-175-286/+295
|
* Use is_callable() everywhereScott2016-10-174-12/+12
|
* Update year in headers.Scott2016-10-1710-16/+16
|
* Merge pull request #113 from rugk/patch-1Scott2016-10-171-2/+2
|\ | | | | Fix basedir typo
| * Fix basedir typorugk2016-08-171-2/+2
|/
* Close #103 (for next release)Scott2016-06-261-0/+9
|
* Merge pull request #110 from jdevalk/patch-1Scott2016-06-261-1/+1
|\ | | | | explicitly cast values to int
| * Update random.phpJoost de Valk2016-06-261-4/+4
| |
| * explicitly cast values to intJoost de Valk2016-06-261-3/+3
|/ | | This is needed because, per [this PHP RFC](https://wiki.php.net/rfc/invalid_strings_in_arithmetic), PHP 7.1 will throw errors when not explicitly casted numeric values are used in arithmetic.
* Add note to README about handling exceptionsParagon Initiative Enterprises2016-05-141-0/+14
|
* Merge pull request #106 from vinkla/patch-2Scott2016-04-241-13/+13
|\ | | | | Update .travis.yml
| * Remove self-updateVincent Klaiber2016-04-231-2/+1
| |
| * Update .travis.ymlVincent Klaiber2016-04-231-13/+14
| | | | | | We don't need to wrap the version numbers with quotes.
* | Merge pull request #105 from vinkla/patch-1Scott2016-04-241-0/+4
|\ \ | |/ |/| Add markdown files to gitattributes
| * Add markdown files to gitattributesVincent Klaiber2016-04-231-0/+4
|/ | | We should exclude markdown files.
* Prevent inheritance corner-casesScott2016-04-161-3/+10
| | | | | What if a PHP 5 project defines Error? And it's a singleton, not an exception? And we need to throw a TypeError? This resolves that corner case.
* Merge pull request #101 from ConnorVG/patch-1Scott2016-04-051-3/+2
|\ | | | | Some tweaks to README.md for consistency
| * Some tweaks to README.md for consistencyConnor S. Parks2016-03-301-3/+2
| | | | | | Did the `random_int` block just get no love or something? 😂
* | Merge pull request #102 from vinkla/patch-1Scott2016-04-031-1/+3
|\ \ | | | | | | Update phpunit config
| * | Update phpunit configVincent Klaiber2016-04-031-1/+3
|/ / | | | | We can prevent risky tests and warnings.
* | Update changelogv2.0.2Scott2016-04-031-0/+6
| |
* | Update version comment for v2.0.2Scott2016-04-031-3/+3
| |
* | Add consistency checkScott2016-04-031-0/+8
|/ | | | https://github.com/defuse/php-encryption/issues/189
* Version 2.0.1 (update comment)v2.0.1Scott2016-03-181-0/+4
|
* Version 2.0.1 (update comment)Scott2016-03-181-2/+2
|
* Prepare for 2.0.0v2.0.0Scott2016-03-181-0/+5
|
* Prepare for 1.3.1v1.3.1Scott2016-03-181-1/+5
|
* Add even more possible values for open_basedirScott2016-03-181-3/+3
|
* Update documentation for 1.3v1.3.0Scott2016-03-172-7/+20
|
* Since open_basedir no longer falls through to OpenSSL, expect a failure.Scott2016-03-164-2/+279
|
* Prepare for 1.3Scott2016-03-164-108/+6
| | | | * Remove OpenSSL from available RNGs, due to overwhelming security concerns
* Prepare v1.2.2 releasev1.2.2Scott2016-03-112-2/+8
|
* Unixy: Don't try mcrypt if urandom is unavailableScott2016-03-091-1/+5
| | | See #94
* Update ERRATA.mdScott2016-03-091-2/+2
|
* TypoScott2016-03-081-1/+1
|
* Update random.phpScott2016-03-081-0/+3
|
* Update CHANGELOGv1.2.1Scott2016-02-291-2/+9
|
* Correct fix (open_basedir wasn't the culprit)Scott2016-02-291-18/+10
|
* Prevent mcrypt from being used on PHP 5.6.10, 5.6.11, 5.6.12Scott2016-02-281-0/+6
|
* Un-delete variable cleanup.Scott2016-02-271-0/+2
|
* Prevent mcrypt_create_iv() hangingScott2016-02-271-3/+10
| | | ref #90
* PHP 5.3 doesn't have syntactic sugar.Scott2016-02-091-1/+1
|
* Add some more unit tests to catch type errors.Scott2016-02-082-3/+31
|
* Prepare 1.2.0 release, upgrade to ECDSA keypair over secp384r1v1.2.0Scott2016-02-054-9/+34
|
* Merge pull request #83 from paragonie/pharScott2016-02-052-0/+66
|\ | | | | Proposal: deterministically build a Phar
| * Phar builder (sans Phar)Scott2016-02-052-0/+66
| |
* | Add links to github profiles of users mentioned in changelog.Scott2016-02-052-14/+15
|/
* Add a changelogScott2016-02-051-0/+204
|
* Update README.mdScott2016-02-021-1/+1
|
* Merge pull request #88 from voku/masterScott2016-02-0111-44/+130
|\ | | | | only ".gitattributes" + whitespace
| * [+]: ".gitattributes" <- prevent installing special files via composerLars Moelleken2016-02-011-0/+9
| |
| * [+]: added some whitespaceLars Moelleken2016-02-0110-44/+121
|/ | | | -> whitespace: maybe it's only me, but I can read code much better with some extra whitespace for some "code-blocks"
* Add install instructions to README, close #82 (thanks @bcremer)1.1.6Scott2016-01-291-0/+13
|
* Proposed fix for open_basedir madnessScott2016-01-282-15/+47
|
* Merge pull request #86 from stof/patch-1Scott2016-01-261-1/+1
|\ | | | | Fix the signature of the final random_bytes polyfill without any suitable backend
| * Fix the signature of the final random_bytes polyfill without any suitable ↵Christophe Coevoet2016-01-271-1/+1
|/ | | | backend
* Merge origin/master1.1.5Scott2016-01-062-17/+24
|\
| * Merge pull request #84 from nicolas-grekas/atestScott2015-12-312-17/+24
| |\ | | | | | | Add RandomIntTest::testRandomRange
| | * Add RandomIntTest::testRandomRangeNicolas Grekas2015-12-312-17/+24
| |/
* | Workaround for fatal error with older libsodiumScott2016-01-062-3/+91
|/
* Fix disabled classes check (thanks @narfbg)1.1.4Scott2015-12-101-3/+3
|
* Make the check for COM in disabled_classes case insensitive1.1.3Scott2015-12-091-2/+2
|