Skip to content

Commit

Permalink
Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvester57 committed Nov 19, 2022
1 parent d34c8bd commit 85d9f60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AdditionalHardening.admx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Author: Florian Stosse <[email protected]>
Version: 1.0.24
Date: 2022-11-17
Version: 1.0.25
Date: 2022-11-19
-->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v1.0.25] - 2022-11-19
### Added
- Configuration profiles for Schannel TLS cipher suites
- Loosely based on [Mozilla recommendations](https://wiki.mozilla.org/Security/Server_Side_TLS), [ANSSI recommendations](https://www.ssi.gouv.fr/guide/recommandations-de-securite-relatives-a-tls/) and best practices

## [v1.0.24] - 2022-11-17
### Fixed
- Apply "EnableCertPaddingCheck" as REG_SZ, not DWORD
Expand Down

0 comments on commit 85d9f60

Please sign in to comment.