Skip to content

Commit d13febb

Browse files
committed
Expand logging
1 parent 37b8efe commit d13febb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nodejs/ece.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ function webpushSecret(header, mode) {
176176
' and ' + MODE_DECRYPT + ' supported');
177177
}
178178
keylog('remote pubkey', remotePubKey);
179+
keylog('sender pubkey', senderPubKey);
180+
keylog('receiver pubkey', receiverPubKey);
179181
return keylog('secret dh',
180182
HKDF(header.authSecret,
181183
header.privateKey.computeSecret(remotePubKey),

0 commit comments

Comments
 (0)