Directory Tests/Security/Cryptography/

Directory Created:
2009-02-08 21:03
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/Tests/Security/Cryptography

Lines of Code

Tests/Security/Cryptography/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 6 (100.0%) 247 (100.0%) 41.1
andi 2 (33.3%) 232 (93.9%) 116.0
bwaidelich 1 (16.7%) 13 (5.3%) 13.0
k-fish 3 (50.0%) 2 (0.8%) 0.6

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 1 file:

  • Tests/Security/Cryptography: RSAWalletServicePHPTest.php (del)
k-fish 2009-07-16 15:02 Rev.: 2813

[+TASK] FLOW3: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Fluid: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Kickstart: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHP6: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHPUnit: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Testing: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Welcome: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] YAML: Removed file level docblocks and @package/@subpackage annotations.

0 lines of code changed in 1 file:

  • Tests/Security/Cryptography: RSAWalletServicePHPTest.php (-8)
k-fish 2009-06-02 11:35 Rev.: 2523

Added svn:keywords where missing...

2 lines of code changed in 1 file:

  • Tests/Security/Cryptography: RSAWalletServicePHPTest.php (+2 -2)
bwaidelich 2009-03-23 17:03 Rev.: 2023

* FLOW3(MVC): added assign($key, $value) to ViewInterface and implemented it in AbstractView to be able to call $this->view->assign() polymorphic for template based views and e.g. json-views.
* FLOW3 (Log): fixed an assertion in FileBackendTest which failed on windows systems due to an extra byte in PHP_EOL.
* FLOW3 (Security): mark RSAWalletServicePHPTest skipped if openssl extension is not installed

13 lines of code changed in 1 file:

  • Tests/Security/Cryptography: RSAWalletServicePHPTest.php (+13)
andi 2009-03-17 16:25 Rev.: 2004

FLOW3 (Security):
* made parallel authentication mechanisms possible. Now you can login to typo3 with a different mechanism than to flow3
* credentials are no longer stored in the session.
* the RSA keys are now stored in a cache with a TTL of 30.
* reinjectDependencies is now used when authentication tokens are retrieved from the session.
* Exception/Handler is not needed.
* the authentication tokens hold an authentication status now. Look at the TokenInterface for possible values.
* added a getTokensOfType() method to the security context.
* authentication entry points work now.
* Adjusted the security configuration in FLOW3.yaml (you have to enable security to test the new features)
* Access is now denied if no policy entry is found.
TYPO3 (Backend):
* renamed the property $viewObjectName to $defaultViewObjectName, according to latest changes.

115 lines of code changed in 1 file:

  • Tests/Security/Cryptography: RSAWalletServicePHPTest.php (+115 -31)
andi 2009-02-08 21:03 Rev.: 1882

FLOW3 (Security): Implemented the RSA based Login-Controller. You can call it under: http://yourhost/flow3/login

117 lines of code changed in 1 file:

  • Tests/Security/Cryptography: RSAWalletServicePHPTest.php (new 117)
Generated by StatSVN 0.5.0