]> granicus.if.org Git - php/commit
Squashed commit - Add ext/sodium
authorParagon Initiative Enterprises <security@paragonie.com>
Tue, 6 Jun 2017 14:40:19 +0000 (10:40 -0400)
committerRemi Collet <remi@php.net>
Tue, 11 Jul 2017 05:25:50 +0000 (07:25 +0200)
commit5cfa26c18189ae5e0ae8bb1eac5dd0e213a2bb3e
tree8362c56989c6270f763210e0eb0c9731d4fdbe37
parentda2583b193143bdfd67ac6e562dd8f3f8e609799
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
30 files changed:
.travis.yml
EXTENSIONS
ext/sodium/CREDITS [new file with mode: 0644]
ext/sodium/README.md [new file with mode: 0644]
ext/sodium/config.m4 [new file with mode: 0644]
ext/sodium/config.w32 [new file with mode: 0644]
ext/sodium/libsodium.c [new file with mode: 0644]
ext/sodium/libsodium.php [new file with mode: 0644]
ext/sodium/php_libsodium.h [new file with mode: 0644]
ext/sodium/tests/crypto_aead.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_auth.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_box.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_generichash.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_hex.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_kx.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_scalarmult.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_secretbox.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_shorthash.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_sign.phpt [new file with mode: 0644]
ext/sodium/tests/crypto_stream.phpt [new file with mode: 0644]
ext/sodium/tests/exception_trace_without_args.phpt [new file with mode: 0644]
ext/sodium/tests/inc_add.phpt [new file with mode: 0644]
ext/sodium/tests/installed.phpt [new file with mode: 0644]
ext/sodium/tests/pwhash_argon2i.phpt [new file with mode: 0644]
ext/sodium/tests/pwhash_scrypt.phpt [new file with mode: 0644]
ext/sodium/tests/utils.phpt [new file with mode: 0644]
ext/sodium/tests/version.phpt [new file with mode: 0644]
ext/standard/credits_ext.h
win32/build/libs_version.txt
win32/install.txt