summaryrefslogtreecommitdiffstats
Commit message (Expand)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
|\
| * 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
|/
* 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.5Paragon Initiative Enterprises, LLC2017-02-271-1/+3
* | Merge pull request #123 from paragonie/psalmScott2017-02-1315-48/+170
|\ \ | |/
| * 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 ClausesFilippo Tessarotto2017-02-011-140/+142
|/
* Merge pull request #121 from zerocrates/remove-openssl-commentScott2016-12-151-1/+0
|\
| * 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
* Rename ERRATA.md to RATIONALE.md.Scott2016-11-072-1/+1
* Boyscouting (please read):Scott2016-11-077-4/+71
* 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 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
|\
| * Update random.phpJoost de Valk2016-06-261-4/+4
| * explicitly cast values to intJoost de Valk2016-06-261-3/+3
|/
* 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
|\
| * Remove self-updateVincent Klaiber2016-04-231-2/+1
| * Update .travis.ymlVincent Klaiber2016-04-231-13/+14
* | Merge pull request #105 from vinkla/patch-1Scott2016-04-241-0/+4
|\ \ | |/ |/|
| * Add markdown files to gitattributesVincent Klaiber2016-04-231-0/+4
|/
* Prevent inheritance corner-casesScott2016-04-161-3/+10
* Merge pull request #101 from ConnorVG/patch-1Scott2016-04-051-3/+2
|\
| * Some tweaks to README.md for consistencyConnor S. Parks2016-03-301-3/+2
* | Merge pull request #102 from vinkla/patch-1Scott2016-04-031-1/+3
|\ \
| * | Update phpunit configVincent Klaiber2016-04-031-1/+3
|/ /
* | 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
|/
* 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
* Prepare v1.2.2 releasev1.2.2Scott2016-03-112-2/+8
* Unixy: Don't try mcrypt if urandom is unavailableScott2016-03-091-1/+5
* 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
* 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
|\
| * 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
|\
| * [+]: ".gitattributes" <- prevent installing special files via composerLars Moelleken2016-02-011-0/+9
| * [+]: added some whitespaceLars Moelleken2016-02-0110-44/+121
|/
* 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 bac...Christophe Coevoet2016-01-271-1/+1
|/
* Merge origin/master1.1.5Scott2016-01-062-17/+24
|\
| * Merge pull request #84 from nicolas-grekas/atestScott2015-12-312-17/+24
| |\
| | * 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