aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Conradi <oohlaf@gmail.com>2013-09-24 12:06:57 -0700
committerOlaf Conradi <oohlaf@gmail.com>2013-09-24 12:06:57 -0700
commita2ee22e51fcbe53d461edf5e744a286194d0b433 (patch)
tree42d9b5cc7eeb0ff3f8e9fe54c1f1f507075b0ccd
parente9a51797a273b979901b5958cc26acf9ad02011d (diff)
parent66d2fe22896026dd1f0768e9d898e5e9b6a8a231 (diff)
downloadvolse-hubzilla-a2ee22e51fcbe53d461edf5e744a286194d0b433.tar.gz
volse-hubzilla-a2ee22e51fcbe53d461edf5e744a286194d0b433.tar.bz2
volse-hubzilla-a2ee22e51fcbe53d461edf5e744a286194d0b433.zip
Merge pull request #154 from oohlaf/fixes
Fix name of Bleichenbacher
-rw-r--r--mod/post.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/post.php b/mod/post.php
index 0e1884d85..92d810356 100644
--- a/mod/post.php
+++ b/mod/post.php
@@ -175,7 +175,7 @@ function post_post(&$a) {
$data = aes_unencapsulate($data,get_config('system','prvkey'));
logger('mod_zot: decrypt1: ' . $data, LOGGER_DATA);
-// susceptible to Bleichenberger attack
+// susceptible to Bleichenbacher's attack
// if(! $data) {
// $ret['message'] = 'Decryption failed.';
// json_return_and_die($ret);
@@ -187,7 +187,7 @@ function post_post(&$a) {
if(! $data) {
- // possible Bleichenberger attack, just treat it as a
+ // possible Bleichenbacher's attack, just treat it as a
// message we have no handler for. It should fail a bit
// further along with "no hub". Our public key is public
// knowledge. There's no reason why anybody should get the