Add patch for mediawiki and fedmsg crypto. Ticket 4604
This commit is contained in:
parent
44362a64c7
commit
3a6d7c308c
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ function sign_message($message_obj) {
|
||||||
# Step 3) - Stuff it back in the message and return
|
# Step 3) - Stuff it back in the message and return
|
||||||
$message_obj['signature'] = $signature;
|
$message_obj['signature'] = $signature;
|
||||||
$message_obj['certificate'] = $cert;
|
$message_obj['certificate'] = $cert;
|
||||||
|
$message_obj['crypto'] = 'x509';
|
||||||
|
|
||||||
return $message_obj;
|
return $message_obj;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue