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 Jul 6, 2017 · 2 revisions

c-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

  • EnabledHashes - List of hashes that should be enabled
  • DisabledHashes - List of hashes that should be disabled

Example

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

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