summaryrefslogtreecommitdiff
path: root/ext/sodium
Commit message (Expand)AuthorAgeFilesLines
* Update ext/sodium parameter namesNikita Popov2020-10-134-119/+138
* Promote a few remaining errors in ext/standardMáté Kocsis2020-09-151-1/+1
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-08-141-0/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-141-0/+1
| |\
| | * Null terminate the sodium_crypto_kx_keypair() resultNikita Popov2020-08-141-0/+1
* | | Reduce cost factors in sodium password_hash testsNikita Popov2020-08-143-67/+5
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-094-0/+4
* | | Accept zend_object* in zend_get_exception_baseNikita Popov2020-08-071-4/+2
* | | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-1/+1
* | | Add a few missing types to stubsMáté Kocsis2020-08-012-5/+5
* | | 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