aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-19 15:44:18 -0800
committerzotlabs <mike@macgirvin.com>2018-02-19 15:44:18 -0800
commitb6b4827680d14bcb0062bba4a272f661bbb33d8c (patch)
tree146c0a1bbd526101438bd47803328fdb26b10f85 /include/zot.php
parenta310cb2fbb35ca8445a395513c88e09db17516d4 (diff)
downloadvolse-hubzilla-b6b4827680d14bcb0062bba4a272f661bbb33d8c.tar.gz
volse-hubzilla-b6b4827680d14bcb0062bba4a272f661bbb33d8c.tar.bz2
volse-hubzilla-b6b4827680d14bcb0062bba4a272f661bbb33d8c.zip
OAEP padding mismatch on some newer encryption methods
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/zot.php b/include/zot.php
index b88b7495e..1042f09d9 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1235,8 +1235,6 @@ function zot_fetch($arr) {
*/
function zot_import($arr, $sender_url) {
- logger('arr: ' . print_r($arr,true));
-
$data = json_decode($arr['body'], true);
if(! $data) {
@@ -5080,7 +5078,6 @@ function zot6_check_sig() {
if($r) {
foreach($r as $hubloc) {
$verified = \Zotlabs\Web\HTTPSig::verify('',$hubloc['xchan_pubkey']);
- logger('verified: ' . print_r($verified,true));
if($verified && $verified['header_signed'] && $verified['header_valid'] && $verified['content_signed'] && $verified['content_valid']) {
$ret['hubloc'] = $hubloc;
$ret['success'] = true;