Bug #39267

RsaWalletServicePhp saves keys even if not modified

Added by Robert Lemke about 3 years ago. Updated about 3 years ago.

Status:Resolved Start date:2012-07-25
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Security
Target version:TYPO3 Flow Base Distribution - 1.1
PHP Version:5.3 Complexity:
Has patch:No Affected Flow version:Git 1.2 (master)

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

Revision 752e4a6d
Added by Robert Lemke about 3 years ago

[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

Revision d8ada91c
Added by Robert Lemke about 3 years ago

[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

#1 Updated by Gerrit Code Review about 3 years 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

#2 Updated by Gerrit Code Review about 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13046

#3 Updated by Gerrit Code Review about 3 years 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

#4 Updated by Robert Lemke about 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF