summaryrefslogtreecommitdiff
path: root/ext/sodium
Commit message (Expand)AuthorAgeFilesLines
* Null terminate the sodium_crypto_kx_keypair() resultNikita Popov2020-08-141-0/+1
* 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.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
* | Fix #78114: segfault when calling sodium_* functions from evalChristoph M. Becker2019-06-062-2/+20
* | Fix bug #77646Frank Denis2019-02-211-1/+2
* | Fix #77297: SodiumException segfaults on PHP 7.3Scott2018-12-162-3/+14
* | 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
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+0
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+0
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | Merge branch 'PHP-7.2' into PHP-7.3Frank Denis2018-10-142-7/+21
|\ \ | |/
| * ext/sodium: sodium_pad(): do not copy any bytes if the string is emptyFrank Denis2018-10-141-6/+11
| * ext/sodium: Fix sodium_pad() with blocksize >= 256Frank Denis2018-10-141-1/+2
| * ext/sodium: Use a correct max output size for base64 decodingFrank Denis2018-10-142-1/+8
| * ext/sodium: Avoid shifts wider than 32 bits on size_t valuesFrank Denis2018-10-141-1/+2
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-291-3/+2
|\ \ | |/
| * Fix reflection arguments for sodium_memzero functionJames Titcumb2018-09-291-3/+2
* | Remove unused Git attributes identPeter Kokot2018-07-252-2/+0
* | Merge branch 'PHP-7.2'Nikita Popov2018-06-081-0/+1
|\ \ | |/
| * Avoid leaking the urandom fdKeyur Govande2018-06-081-0/+1
| * year++Xinchen Hui2018-01-022-2/+2
* | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-84/+84
* | Fix: follow the indent of the other configure optionsTom Van Looy2018-02-151-1/+1
* | Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1
* | year++Xinchen Hui2018-01-022-2/+2
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
|/
* Revert "Revert "ext/sodium: pwhash: do not warn on low parameters""Frank Denis2017-11-291-23/+38
* Revert "ext/sodium: pwhash: do not warn on low parameters"Frank Denis2017-11-291-36/+23
* Revert "ext/sodium: throw exceptions instead of errors"Frank Denis2017-11-281-17/+15
* ext/sodium: throw exceptions instead of errorsFrank Denis2017-11-281-15/+17
* ext/sodium: pwhash: do not warn on low parametersFrank Denis2017-11-281-23/+36
* Fix uninitialized varsAnatol Belski2017-10-231-1/+1
* ext/sodium: untab testsFrank Denis2017-10-0214-145/+183
* ext/sodium: import secretstream testFrank Denis2017-10-021-0/+61
* ext/sodium: sodium_compare() is always availableFrank Denis2017-10-021-3/+0
* ext/sodium: fix funky indentationFrank Denis2017-10-021-7/+7
* ext/sodium: move pwhash_scrypt() after pwhash()Frank Denis2017-10-021-118/+118
* ext/sodium: checks for crypto_box_SEALBYTES are not requiredFrank Denis2017-10-021-4/+0
* ext/sodium: explicitly include <string.h>Frank Denis2017-10-021-0/+1
* ext/sodium: zend_parse_parameters -> zend_parse_parameters_throwFrank Denis2017-10-021-19/+27
* ext/sodium: fix funky indent on zend_parse_parameters_throw() callsFrank Denis2017-10-021-131/+131
* ext/sodium: import bindings for secretstreamFrank Denis2017-10-022-0/+256
* ext/sodium: add crypto_pwhash_str_needs_rehash()Frank Denis2017-10-022-1/+25
* ext/sodium: +base64 codecs (timing-safe)Frank Denis2017-10-022-0/+89