debug the crypto function
This commit is contained in:
parent
6cf2e9945a
commit
4c27fa5c37
@ -210,6 +210,9 @@ class HTTPSig {
|
||||
|
||||
if($crypt_key) {
|
||||
$x = crypto_encapsulate($headerval,$crypt_key,$crypt_alg);
|
||||
|
||||
logger(cryptosig: ' . print_r($x,true));
|
||||
|
||||
$headerval = 'iv="' . $x['iv'] . '",key="' . $x['key'] . '",alg="' . $x['alg'] . '",data="' . $x['data'];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user