c409805 - Fix crmf hard-coded maximum size for wrapped private keys (#703658)

Authored and Committed by Elio Maldonado 13 years ago
    - Fix crmf hard-coded maximum size for wrapped private keys (#703658)
    
    - Use the safer bound off
    - ( ( RSA_MAX_MODULUS_BITS / 8 ) *8 ) = RSA_MAX_MODULUS_BITS
    - which will accomodate other algorithms
    
        
file added
+47
file modified
+6 -1