shanks / freeipa

Forked from freeipa 5 years ago
Clone

a01a24c Increase the default token key size

1 file Authored by npmccallum 6 years ago, Committed by rcritten 6 years ago,
    Increase the default token key size
    
    The previous default token key size would fail in FIPS mode for the sha384
    and sha512 algorithms. With the updated key size, the default will work in
    all cases.
    
    https://pagure.io/freeipa/issue/7168
    
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>