summaryrefslogtreecommitdiffstats
path: root/base/deploy/etc/default.cfg
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2013-01-23 12:10:52 -0600
committerEndi Sukma Dewata <edewata@redhat.com>2013-01-31 02:00:51 -0500
commitae6e575f56917107b2a3de7997bc13e203c2c856 (patch)
treebd970ba33cbea1119e80eae4bea94b9304e9a89a /base/deploy/etc/default.cfg
parentb8ab7e67986e8f801550729fe71dd02b9448a66c (diff)
downloadpki-ae6e575f56917107b2a3de7997bc13e203c2c856.tar.gz
pki-ae6e575f56917107b2a3de7997bc13e203c2c856.tar.xz
pki-ae6e575f56917107b2a3de7997bc13e203c2c856.zip
Session-based nonces.ticket-474-5
Previously nonces were stored in a global map which might not scale well due to some issues: 1. The map uses the nonces as map keys. There were possible nonce collisions which required special handling. 2. The collision handling code was not thread safe. There were possible race conditions during concurrent modifications. 3. The map was shared and size limited. If there were a lot of users using the system, valid nonces could get pruned. 4. The map maps the nonces to client certificates. This limits the possible authentication methods that can be supported. Now the code has been modified such that each user has a private map in the user's session to store the nonces. Additional locking has been implemented to protect against concurrent modifications. The map now uses the target of the operation as the map key, eliminating possible collisions and allowing the use of other authentication methods. Since this is a private map, it's not affected by the number of users using the system. Ticket #474
Diffstat (limited to 'base/deploy/etc/default.cfg')
0 files changed, 0 insertions, 0 deletions