aboutsummaryrefslogtreecommitdiffstats
path: root/mod/zfinger.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-02 01:44:27 -0700
committerfriendica <info@friendica.com>2012-11-02 01:44:27 -0700
commit8ae77d2984771992fe34e76893ac933b1f433812 (patch)
treebc17528b7904b32742e93e4deedfeec1f288c7aa /mod/zfinger.php
parent9bb1b7e3ed4cb297b0d2536725ddb510ef48aafc (diff)
downloadvolse-hubzilla-8ae77d2984771992fe34e76893ac933b1f433812.tar.gz
volse-hubzilla-8ae77d2984771992fe34e76893ac933b1f433812.tar.bz2
volse-hubzilla-8ae77d2984771992fe34e76893ac933b1f433812.zip
verify all the signatures before adding contact
Diffstat (limited to 'mod/zfinger.php')
-rw-r--r--mod/zfinger.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/zfinger.php b/mod/zfinger.php
index 0dd709ecc..c1ab8dc7d 100644
--- a/mod/zfinger.php
+++ b/mod/zfinger.php
@@ -54,8 +54,6 @@ function zfinger_init(&$a) {
// Communication details
- $ret['hash'] = $e['xchan_hash'];
- $ret['calc'] = base64url_encode(hash('whirlpool',$e['xchan_guid'] . $e['xchan_guid_sig'],true));
$ret['guid'] = $e['xchan_guid'];
$ret['guid_sig'] = $e['xchan_guid_sig'];
$ret['key'] = $e['xchan_pubkey'];