Skip to content

Commit e28cf54

Browse files
committed
TODOs for removal
1 parent 7d584c4 commit e28cf54

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Robin/Ntlm/Crypt/Random/McryptRandomByteGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @link http://php.net/mcrypt
1919
* @deprectated NOTE! This implementation is deprecated, as the mcrypt library
2020
* is abandoned. More info: https://github.com/robinpowered/php-ntlm/pull/1
21+
* @todo Remove this implementation in a future version.
2122
*/
2223
class McryptRandomByteGenerator implements RandomByteGeneratorInterface
2324
{

src/Robin/Ntlm/Crypt/Random/OpenSslRandomByteGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @link http://php.net/openssl
1818
* @deprectated NOTE! This implementation is deprecated, as it's been found to
1919
* be insecure. More info: https://github.com/robinpowered/php-ntlm/issues/7
20+
* @todo Remove this implementation in a future version.
2021
*/
2122
class OpenSslRandomByteGenerator implements RandomByteGeneratorInterface
2223
{

0 commit comments

Comments
 (0)