Add patch for mediawiki and fedmsg crypto. Ticket 4604

This commit is contained in:
Kevin Fenzi 2014-12-10 19:29:18 +00:00
parent 44362a64c7
commit 3a6d7c308c

View file

@ -160,6 +160,7 @@ function sign_message($message_obj) {
# Step 3) - Stuff it back in the message and return
$message_obj['signature'] = $signature;
$message_obj['certificate'] = $cert;
$message_obj['crypto'] = 'x509';
return $message_obj;
}