Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My-Random-Thoughts edited this page Oct 28, 2017 · 1 revision

sec-02-schannel-p2-hashes (Enabled)

Ensure hashes are set correctly. Settings taken from https://www.nartac.com/Products/IISCrypto/Default.aspx using "Best Practices/FIPS 140-2" settings.


Input Values

  • DisabledHashes - "LIST" - Hashes that should be disabled
  • EnabledHashes - "LIST" - Hashes that should be enabled

Example

DisabledHashes = ('MD5')
EnabledHashes = ('SHA', 'SHA256', 'SHA384', 'SHA512')

Input Descriptions

  • None

Result And Messages

  • PASS
    All hashes set correctly

  • WARNING

  • FAIL
    One or more hashes set incorrectly

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally