History log of /PHP-8.1/ext/sodium/libsodium.c (Results 51 – 75 of 114)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 31d221f9 28-Nov-2017 Frank Denis

Revert "ext/sodium: throw exceptions instead of errors"

This reverts commit c05cbd1e775fa69ed9939796a908390f2bfb4459.

# c05cbd1e 28-Nov-2017 Frank Denis

ext/sodium: throw exceptions instead of errors

# c219991c 28-Nov-2017 Frank Denis

ext/sodium: pwhash: do not warn on low parameters
but raise an explicit error if these are too low

Revision tags: php-7.2.0, php-7.1.12, l, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25
# 0e44c980 23-Oct-2017 Anatol Belski

Fix uninitialized vars

Revision tags: php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1
# 6de12a5f 02-Oct-2017 Frank Denis

ext/sodium: sodium_compare() is always available

# 40ab4c9d 02-Oct-2017 Frank Denis

ext/sodium: fix funky indentation

# 7fc396c1 02-Oct-2017 Frank Denis

ext/sodium: move pwhash_scrypt() after pwhash()

# 986a9e87 02-Oct-2017 Frank Denis

ext/sodium: checks for crypto_box_SEALBYTES are not required

# 4d1707b7 02-Oct-2017 Frank Denis

ext/sodium: explicitly include <string.h>

# 0726d0be 02-Oct-2017 Frank Denis

ext/sodium: zend_parse_parameters -> zend_parse_parameters_throw

# e4917d14 02-Oct-2017 Frank Denis

ext/sodium: fix funky indent on zend_parse_parameters_throw() calls

# 72f7d0b1 02-Oct-2017 Frank Denis

ext/sodium: import bindings for secretstream

# 7d53e651 02-Oct-2017 Frank Denis

ext/sodium: add crypto_pwhash_str_needs_rehash()

Also properly define xchacha20poly1305_ietf_keygen()

# e22094eb 02-Oct-2017 Frank Denis

ext/sodium: +base64 codecs (timing-safe)

# ad120c5a 02-Oct-2017 Frank Denis

ext/sodium: add arginfo definitions that will be required later

Don't check for existence of aesgcm symbols, since we only support
libsodium >= 1.0.8

# 519ca1d5 02-Oct-2017 Frank Denis

ext/sodium: sort prototypes

Revision tags: php-7.1.10
# 33b4405d 26-Sep-2017 Frank Denis

ext/sodium: call crypto_pwhash_argon2id() explicitly if required

# 47d75394 26-Sep-2017 Frank Denis

ext/sodium: avoid tautological comparisons

# f64d00d6 26-Sep-2017 Frank Denis

ext/sodium: signing empty messages is fine

Revision tags: php-7.2.0RC3, php-7.0.24
# 8a52a61e 21-Sep-2017 Frank Denis

ext/sodium: avoid negations on unsigned values

# fd86fdd7 19-Sep-2017 Frank Denis

ext/sodium: throw an exception if only the prefix of a hex string is valid

Revision tags: php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1
# b786e1b4 05-Sep-2017 Sammy Kaye Powers

Improve sodium "invalid parameters" error messages

# a8862d21 31-Aug-2017 Sammy Kaye Powers

Fix a few places where ZPP throw got reverted to ZPP

Revision tags: php-7.1.9
# 752fc86f 29-Aug-2017 Anatol Belski

Fix symbol name

# 04c87ea8 29-Aug-2017 Frank Denis

ext/sodium: the second parameter of sodium_hex2bin() is optional

12345