1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-04 18:48:37 +01:00
tgseclib/tests/Unit/Crypt/AES
terrafrost d34a911402 SymmetricCiphers: don't cache "hi-optimized code"
Also add a new engine - ENGINE_EVAL. Previously ENGINE_INTERNAL
had three different modes - a "hi-optimized" version, a
"lo-optimized" version and a version that didn't depend on
create_function and there wasn't a way to really isolate these
modes and test them individually.
2016-12-08 09:20:19 -06:00
..
EvalTest.php SymmetricCiphers: don't cache "hi-optimized code" 2016-12-08 09:20:19 -06:00
InternalTest.php Organizational Revamp 2016-07-30 22:18:06 -05:00
McryptTest.php Organizational Revamp 2016-07-30 22:18:06 -05:00
OpenSSLTest.php Organizational Revamp 2016-07-30 22:18:06 -05:00
TestCase.php Organizational Revamp 2016-07-30 22:18:06 -05:00