summaryrefslogtreecommitdiff
path: root/ext/sodium
Commit message (Expand)AuthorAgeFilesLines
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Add -Wno-type-limits compiler flag to Sodium extensionGeorge Peter Banyard2020-04-141-1/+3
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-11/+11
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-053-114/+263
* Annotate function aliases in stubsMáté Kocsis2020-04-041-0/+1
* Improve argument error messages in ext/sodiumMáté Kocsis2020-02-285-255/+131
* Change argument error message formatMáté Kocsis2020-02-261-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-02-241-0/+1
|\
| * Add skipif for argon2id in testNikita Popov2020-02-241-0/+1
* | Make type error messages more consistentMáté Kocsis2020-02-171-1/+1
* | Reindent phpt filesNikita Popov2020-02-033-4/+4
* | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-193/+193
* | Use RETURN_THROWS() during ZPP in the remaining extensionsMáté Kocsis2019-12-311-84/+84
* | Promote warnings to exceptions in password_*() functionsMáté Kocsis2019-12-121-5/+5
* | Add union return types for function stubsMáté Kocsis2019-11-112-25/+16
* | zend_parse_parameters_throw() is obsoleteChristoph M. Becker2019-11-011-69/+69
* | Add ext/sodium arginfo stubsChristoph M. Becker2019-10-213-264/+661
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-273-3/+3
|\ \ | |/
| * Fix wrong function name in SKIPIFFabien Villepinte2019-09-273-3/+3
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-253-6/+0
|/
* Fix #78516: password_hash(): Memory cost is not in allowed rangeChristoph M. Becker2019-09-162-48/+58
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-101-14/+0
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-101-14/+0
| |\
| | * Drop regression testChristoph M. Becker2019-09-101-14/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-092-0/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-092-0/+15
| |\ \ | | |/
| | * Fix #78510: Partially uninitialized buffer returned by sodium_crypto_generich...Christoph M. Becker2019-09-092-0/+15
| | * Fix bug #77646Frank Denis2019-02-211-1/+2
* | | Remove some unused HAVE_* symbolsPeter Kokot2019-07-211-1/+0
* | | Relax argon2 mem_cost down to 64k, bump time_cost to 4Sara Golemon2019-07-093-21/+21
* | | Provide argon2i(d) password hashing from sodium when neededSara Golemon2019-07-078-164/+336
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-062-2/+20
|\ \ \ | |/ /
| * | Fix #78114: segfault when calling sodium_* functions from evalChristoph M. Becker2019-06-062-2/+20
* | | sodium: fix shared buildRemi Collet2019-05-211-0/+2
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Remove redundant example/test libsodium.php filePeter Kokot2019-05-081-24/+0
* | | Use PKG_CHECK_MODULES to detect the libsodium libraryHugh McMaster2019-04-291-53/+5
* | | Always use pkg-config from the host architectureHugh McMaster2019-04-291-1/+0
* | | Validate interoperability between libsodium and libargon for argon2i(d) hashingSara Golemon2019-03-273-0/+291
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Frank Denis2019-02-211-1/+2
|\ \ \ | |/ /
| * | Fix bug #77646Frank Denis2019-02-211-1/+2
* | | Remove local variablesPeter Kokot2019-02-032-18/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | | Merge branch 'PHP-7.3'Christoph M. Becker2018-12-162-3/+14
|\ \ \ | |/ /
| * | Fix #77297: SodiumException segfaults on PHP 7.3Scott2018-12-162-3/+14
* | | Merge branch 'PHP-7.3'Frank Denis2018-11-241-4/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Frank Denis2018-11-241-4/+1
| |\ \ | | |/
| | * ext/sodium: remove redundant codeFrank Denis2018-11-241-3/+0
| | * ext/sodium: Correct base64 decoding with unpadded variantsFrank Denis2018-11-241-1/+1