]> git.mxchange.org Git - friendica.git/commit
RINO 2 based on php-encryption
authorFabrixxm <fabrix.xm@gmail.com>
Tue, 23 Jun 2015 14:13:09 +0000 (16:13 +0200)
committerFabrixxm <fabrix.xm@gmail.com>
Tue, 23 Jun 2015 14:13:09 +0000 (16:13 +0200)
commit6fbb02fb93ffe8a004a27267cb05e8b9ba24038b
tree1a30a1850ba25cb13d9cb5b97046d35355464c5b
parent7d83a19fd49ed53f6c08816a7b7dc4b247a3e7ba
RINO 2 based on php-encryption

reenable RINO 1 functions, add a deprecation note.
use by default RINO 2 , with crypto from php-encryption
fallback to RINO 1 for old nodes.
include/crypto.php
include/items.php
library/defuse/php-encryption-1.2.1/.travis.yml [new file with mode: 0644]
library/defuse/php-encryption-1.2.1/Crypto.php [new file with mode: 0644]
library/defuse/php-encryption-1.2.1/README.md [new file with mode: 0644]
library/defuse/php-encryption-1.2.1/benchmark.php [new file with mode: 0644]
library/defuse/php-encryption-1.2.1/composer.json [new file with mode: 0644]
library/defuse/php-encryption-1.2.1/example.php [new file with mode: 0644]
library/defuse/php-encryption-1.2.1/test.sh [new file with mode: 0644]
library/defuse/php-encryption-1.2.1/tests/runtime.php [new file with mode: 0644]
mod/dfrn_notify.php