[Openstack-security] [openstack/keystone] SecurityImpact review request change Iafe3c975d59818c8f362647f7ea5149a03deee47

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Thu Apr 10 00:28:00 UTC 2014


Hi, I'd like you to take a look at this patch for potential
SecurityImpact.
https://review.openstack.org/80401

Log:
commit bf4ff96472991675f76c95dde8c027417d0deafd
Author: Brant Knudson <bknudson at us.ibm.com>
Date:   Wed Apr 9 19:13:09 2014 -0500

    Configurable token hash algorithm
    
    Tokens were always hashed with MD5. This change allows tokens to
    be hashed with SHA256 (or any other algorithm supported by the
    keystoneclient token hash function). This is for security
    hardening.
    
    There's a new configuration option 'hash_algorithm' in the [token]
    section. This is the algorithm to use for hashing PKI tokens, so is
    used
    
    a) when storing the token in the db
    b) as the hash in the revocation list
    
    hash_algorithm defaults to 'md5' for backwards compatibility.
    
    SecurityImpact
    DocImpact
    Closes-Bug: #1174499
    
    Change-Id: Iafe3c975d59818c8f362647f7ea5149a03deee47





More information about the Openstack-security mailing list