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-02-01 13:06:55 -0500
commitc1b763d1a7d2dfaf728ffdf7a6e056542a354e47 (patch)
treebd970ba33cbea1119e80eae4bea94b9304e9a89a /base/deploy/etc/default.cfg
parent2773a3128f4bdcaa3c8e1283e1cbfe1c06455daf (diff)
downloadpki-c1b763d1a7d2dfaf728ffdf7a6e056542a354e47.tar.gz
pki-c1b763d1a7d2dfaf728ffdf7a6e056542a354e47.tar.xz
pki-c1b763d1a7d2dfaf728ffdf7a6e056542a354e47.zip
Session-based nonces.
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