]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Latest phpseclib stuff and moved into its own dir.
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 4 Oct 2013 22:16:07 +0000 (00:16 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 4 Oct 2013 22:22:14 +0000 (00:22 +0200)
commit1795267df9f3647225eea26b73135da59f6ca6e9
tree21ef4cfb6265e360833049db15efd6c59e30cdcc
parent597eb97bec51dce7f565d29efb1053a6d56b360c
Latest phpseclib stuff and moved into its own dir.

Source: https://github.com/phpseclib/phpseclib/
Commit: 77447a3fc7869773007fa3beeb8d6f8de842ec2a

There were bugs.
26 files changed:
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/extlib/Crypt/AES.php [deleted file]
plugins/OStatus/extlib/Crypt/Blowfish.php [deleted file]
plugins/OStatus/extlib/Crypt/DES.php [deleted file]
plugins/OStatus/extlib/Crypt/Hash.php [deleted file]
plugins/OStatus/extlib/Crypt/RC4.php [deleted file]
plugins/OStatus/extlib/Crypt/RSA.php [deleted file]
plugins/OStatus/extlib/Crypt/Random.php [deleted file]
plugins/OStatus/extlib/Crypt/Rijndael.php [deleted file]
plugins/OStatus/extlib/Crypt/TripleDES.php [deleted file]
plugins/OStatus/extlib/Crypt/Twofish.php [deleted file]
plugins/OStatus/extlib/Math/BigInteger.php [deleted file]
plugins/OStatus/extlib/phpseclib/Crypt/AES.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/Crypt/Base.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/Crypt/Blowfish.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/Crypt/DES.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/Crypt/Hash.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/Crypt/RC2.php [new file with mode: 0755]
plugins/OStatus/extlib/phpseclib/Crypt/RC4.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/Crypt/RSA.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/Crypt/Random.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/Crypt/Rijndael.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/Crypt/TripleDES.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/Crypt/Twofish.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/Math/BigInteger.php [new file with mode: 0644]
plugins/OStatus/extlib/phpseclib/openssl.cnf [new file with mode: 0644]