Continued a bit:
authorRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 13:56:31 +0000 (15:56 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 13:58:23 +0000 (15:58 +0200)
commit70ec39842bea8dca606bcc513f7d905dfcecacac
tree3cc498ceb2261a95e66d0b2ad0f2355452de8ac5
parent2c22024e1c9ac0aef5bb8c347326192af8826ae5
Continued a bit:
- in the wake of mcrypt being deprecated, an OpenSSL-based implementation
  needs to be written. This commit marks the start for it. Please note, that
  currently you don't have *ANY* encryption as the methods are unfinished
- moved DATA_PAYLOAD_SEPARATOR to EncryptableStream
- updated TODOs.txt

Signed-off-by: Roland Häder <roland@mxchange.org>
docs/TODOs.txt
framework/main/classes/crypto/class_CryptoHelper.php
framework/main/classes/streams/crypto/class_McryptStream.php
framework/main/classes/streams/crypto/class_OpenSslStream.php [new file with mode: 0644]
framework/main/interfaces/streams/crypto/class_EncryptableStream.php