Skip to content

Commit

Permalink
Update OpensslBridge.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeyer2k authored Jul 27, 2018
1 parent c906cf0 commit 753958c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OpensslBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ private static function mode(): string
// To prevent legacy blobs from not decoding, these ciphers (which were implemented before 8.3) have hard coded
// return values. Luckily, this integrates gracefully with overloading.
$legacy = [
'bf-cbc' => 'cbc',
'bf-ofb' => 'ofb',
'aes-256-cbc' => 'cbc',
'aes-256-ctr' => 'ctr',
Expand Down

0 comments on commit 753958c

Please sign in to comment.