Skip to content
  • Charles Johnson's avatar
    Refactor input validation for LWRPs · efd3ad1c
    Charles Johnson authored
    - Only accept powers of 2 > 1024 and <= 8192 for key_length in x509 & dhparam LWRPs
    - Standardize on Integer as validation type (was mixed Integer & Fixnum)
    - Validate input of mode on x509 LWRP
    efd3ad1c