History log of /PHP-7.4/ext/sodium/libsodium.c (Results 76 – 90 of 90)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 557029e8 20-Jul-2017 Frank Denis

sodium ext: clear the hash state after we're done hashing


Revision tags: php-7.1.8RC1, php-7.2.0beta1
# d8a14e2a 18-Jul-2017 Frank Denis

sodium ext: drop unused code
/via @remicollet


# a6b529c3 20-Jul-2017 Frank Denis

sodium ext: use crypto_scalarmult_BYTES for points coordinates

Just for consistency.


# 2c4010f0 20-Jul-2017 Frank Denis

sodium ext: clear the hash state after we're done hashing


# 25010207 18-Jul-2017 Frank Denis

sodium ext: drop unused code
/via @remicollet


# 09b15e4f 18-Jul-2017 Frank Denis

sodium ext: implement sodium_crypto_kdf()

Also add zend_parse_parameters_none() statements where appropriate.


Revision tags: php-7.0.22RC1
# b071fcb8 12-Jul-2017 Frank Denis

sodium ext: add bindings for keygen() functions

This is the recommended way to generate keys correctly for all operations
using a single key, since libsodium 1.0.12.


# a5258ed6 11-Jul-2017 Frank Denis

sodium ext: remove function names before exception messages


# 6ac6d2c6 11-Jul-2017 Frank Denis

sodium ext: update the crypto_kx_*() API to the libsodium one

The crypto_kx API initially present in the PHP bindings was a prototype
that was not part of libsodium.

This implem

sodium ext: update the crypto_kx_*() API to the libsodium one

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.

show more ...


# dfac71d0 11-Jul-2017 Frank Denis

Revert "fix macro redifinitions"

This reverts commit cbbf579f2178073b4d88c0bd2f2052e853a32a1e.


# d1ee6665 11-Jul-2017 Anatol Belski

Revert "remove excessive checks and fix warnings"

This reverts commit c620daecb4f8b1552eb3f63f6a699ea315825072.


# c620daec 11-Jul-2017 Anatol Belski

remove excessive checks and fix warnings


# cbbf579f 11-Jul-2017 Anatol Belski

fix macro redifinitions


# d269aa20 11-Jul-2017 Remi Collet

fix authors


Revision tags: php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6
# 5cfa26c1 06-Jun-2017 Paragon Initiative Enterprises

Squashed commit - Add ext/sodium

RFC: https://wiki.php.net/rfc/libsodium
Licensing: https://web.archive.org/web/20170710161517/https://github.com/jedisct1/libsodium-php/issues/127


1234