summaryrefslogtreecommitdiff
path: root/ext/sodium/php_libsodium.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Provide argon2i(d) password hashing from sodium when neededSara Golemon2019-07-071-0/+1
|
* Remove local variablesPeter Kokot2019-02-031-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file.
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* year++Xinchen Hui2018-01-021-1/+1
|
* ext/sodium: import bindings for secretstreamFrank Denis2017-10-021-0/+6
|
* ext/sodium: add crypto_pwhash_str_needs_rehash()Frank Denis2017-10-021-0/+1
| | | | Also properly define xchacha20poly1305_ietf_keygen()
* ext/sodium: +base64 codecs (timing-safe)Frank Denis2017-10-021-0/+2
|
* ext/sodium: sort functions listFrank Denis2017-08-291-1/+1
|
* sodium ext: add bindings for sodium_pad() and sodium_unpad()Frank Denis2017-08-241-0/+2
|
* sodium ext: remove redundant and obsolete macrosFrank Denis2017-07-221-4/+0
|
* sodium ext: implement sodium_crypto_kdf()Frank Denis2017-07-181-0/+2
| | | | Also add zend_parse_parameters_none() statements where appropriate.
* sodium ext: remove unused sodium_randombytes_*() prototypesFrank Denis2017-07-131-3/+0
|
* sodium ext: add bindings for keygen() functionsFrank Denis2017-07-121-0/+9
| | | | | This is the recommended way to generate keys correctly for all operations using a single key, since libsodium 1.0.12.
* sodium ext: sort prototypesFrank Denis2017-07-121-10/+10
|
* sodium ext: update the crypto_kx_*() API to the libsodium oneFrank Denis2017-07-121-1/+6
| | | | | | | | | | The crypto_kx API initially present in the PHP bindings was a prototype that was not part of libsodium. This implements the one from libsodium >= 1.0.12. We can later leverage the native libsodium functions if we decide that 1.0.12 is the minimum version we want to support.
* Revert "fix macro redifinitions"Frank Denis2017-07-121-6/+0
| | | | This reverts commit cbbf579f2178073b4d88c0bd2f2052e853a32a1e.
* fix macro redifinitionsAnatol Belski2017-07-111-0/+6
|
* fix authorsRemi Collet2017-07-111-6/+1
|
* Squashed commit - Add ext/sodiumParagon Initiative Enterprises2017-07-111-0/+117
RFC: https://wiki.php.net/rfc/libsodium Licensing: https://web.archive.org/web/20170710161517/https://github.com/jedisct1/libsodium-php/issues/127