Bug #39267
RsaWalletServicePhp saves keys even if not modified
| Status: | Resolved | Start date: | 2012-07-25 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Robert Lemke | % Done: | 100% |
|
| Category: | Security | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 | |||
| PHP Version: | 5.3 | Complexity: | ||
| Has patch: | No | FLOW3 version affected: | Git 1.2 (master) | |
| Votes: | 0 |
Description
The shutdown() method of the RsaWalletServicePhp saves its keys to disk even if they haven't been modified. This is unnecessary and may cause some hassles in certain setups.
Associated revisions
[BUGFIX] RsaWalletService: Save keys only if modified
This patch adds a check to the shutdown() method of the
RsaWalletServicePhp to make sure that the keys are only
saved to disk if they were actually modified.
Change-Id: I67e7b47d6bd2c7b0ed21e8aac9fccb46750313d4
Resolves: #39267
Releases: 1.1, 1.2
[BUGFIX] RsaWalletService: Save keys only if modified
This patch adds a check to the shutdown() method of the
RsaWalletServicePhp to make sure that the keys are only
saved to disk if they were actually modified.
Change-Id: I67e7b47d6bd2c7b0ed21e8aac9fccb46750313d4
Resolves: #39267
Releases: 1.1, 1.2
History
Updated by Gerrit Code Review 10 months ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13046
Updated by Gerrit Code Review 10 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13046
Updated by Gerrit Code Review 10 months ago
Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at http://review.typo3.org/13340
Updated by Robert Lemke 10 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d8ada91c3b28422dc397448287d8ba46fbf078cd.