summaryrefslogtreecommitdiff
path: root/ext/sodium
Commit message (Expand)AuthorAgeFilesLines
* run-tests: use the EXTENSIONS section for skippingMax Semenik2021-03-2223-43/+48
* Improve class entry generationMáté Kocsis2021-02-161-2/+1
* Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidyMáté Kocsis2021-02-153-6/+14
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-2/+3
* Merge branch 'PHP-8.0'Christoph M. Becker2021-01-282-1/+8
|\
| * Add missing stub for SodiumExceptionChristoph M. Becker2021-01-282-1/+8
* | Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* | Merge branch 'PHP-8.0'Nikita Popov2020-10-134-119/+138
|\ \ | |/
| * Update ext/sodium parameter namesNikita Popov2020-10-134-119/+138
* | Add -Wno-logical-op compiler flag to Sodium extensionGeorge Peter Banyard2020-10-101-1/+2
|/
* 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