validate the security context
This commit is contained in:
@@ -4621,6 +4621,7 @@ function zot_reply_auth_check($data,$encrypted_packet) {
|
||||
// First verify their signature. We will have obtained a zot-info packet from them as part of the sender
|
||||
// verification.
|
||||
|
||||
// needs a nonce!!!!
|
||||
if ((! $y) || (! rsa_verify($data['secret'], base64url_decode($data['secret_sig']),$y[0]['xchan_pubkey']))) {
|
||||
logger('mod_zot: auth_check: sender not found or secret_sig invalid.');
|
||||
$ret['message'] .= 'sender not found or sig invalid ' . print_r($y,true) . EOL;
|
||||
|
||||
Reference in New Issue
Block a user