diff options
author | Friendika <info@friendika.com> | 2010-11-24 16:07:42 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-24 16:07:42 -0800 |
commit | 3757c9cae5dfd96b7046672f60950dd1b010cf27 (patch) | |
tree | 423b171561f8511e1f7ae548df88711ed5a7f71f /mod | |
parent | 4bd7667a48cbe57c89f2a385ea3fbf9543370157 (diff) | |
download | volse-hubzilla-3757c9cae5dfd96b7046672f60950dd1b010cf27.tar.gz volse-hubzilla-3757c9cae5dfd96b7046672f60950dd1b010cf27.tar.bz2 volse-hubzilla-3757c9cae5dfd96b7046672f60950dd1b010cf27.zip |
use sha1 keys for friends as well
Diffstat (limited to 'mod')
-rw-r--r-- | mod/dfrn_confirm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index 13353a364..950d589f3 100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -95,7 +95,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) { // worried about key leakage than anybody cracking it. $res = openssl_pkey_new(array( - 'digest_alg' => 'whirlpool', + 'digest_alg' => 'sha1', 'private_key_bits' => 4096, 'encrypt_key' => false ) ); |