Skip to content

Commit fc79246

Browse files
committed
Cosmetics
1 parent 5d0a61f commit fc79246

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ReadMe-FIPS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Is this package FIPS compliant? Depends.
1515
* [Use FIPS compliant algorithms for encryption, hashing, and signing](https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/system-cryptography-use-fips-compliant-algorithms-for-encryption-hashing-and-signing)
1616
* [Why We’re Not Recommending FIPS Mode Anymore](https://docs.microsoft.com/en-us/archive/blogs/secguide/why-were-not-recommending-fips-mode-anymore)
1717

18-
> ### FIPS Mode:
18+
### Windows FIPS Mode
1919
> This policy setting determines whether the TLS/SSL security provider supports only the FIPS-compliant strong cipher suite known as TLS_RSA_WITH_3DES_EDE_CBC_SHA, which means that
2020
> * the provider only supports the TLS protocol as a client computer and as a server, if applicable.
2121
> * uses only the Triple Data Encryption Standard (3DES) encryption algorithm for the TLS traffic encryption,
@@ -24,7 +24,8 @@ Is this package FIPS compliant? Depends.
2424
2525
## More
2626

27-
Credit: [https://social.msdn.microsoft.com/Forums/vstudio/en-US/521b669d-09d8-46c9-812b-843b611f42e4/aescryptoserviceprovider-and-fips-mode]
27+
Credit:
28+
[https://social.msdn.microsoft.com/Forums/vstudio/en-US/521b669d-09d8-46c9-812b-843b611f42e4/aescryptoserviceprovider-and-fips-mode]
2829

2930
Aes algorithm (as in "the algorithm") is FIPS 140-2 compliant.
3031
Aes algorithm implementation by Microsoft (Enhanced Cryptographic Provider in rsaenh.dll) is also FIPS 140-2 compliant.

0 commit comments

Comments
 (0)