Skip to content

Commit

Permalink
Merge pull request #521 from AbhineshJha/typofixin
Browse files Browse the repository at this point in the history
Typo fixing
  • Loading branch information
Deadpikle authored Oct 12, 2023
2 parents fa2431e + 6d78c57 commit e2e01be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OLD_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ June 2016 Steffen Xonna: Forked the library to raise the security and change som

- Introduce an SecurityMode
- SecurityMode.Unsafe = Is nearly the same like before. If there isn't an Signature or an DSA Key the files will be accepted. If both is present the signature has to be valid. *i don't recommend this mode.* It has critical security issues.
- SecurityMode.UseIfPossible = If an local DSA key is available then an signature is neccessary. If both is present the signature has to be valid.
- SecurityMode.Strict = The default-mode. This mode enforce the avaibility of an local DSA Key. If none is available the updatefiles will be rejected. *I strongly recommend this mode.*
- SecurityMode.UseIfPossible = If an local DSA key is available then an signature is necessary. If both is present the signature has to be valid.
- SecurityMode.Strict = The default-mode. This mode enforce the availability of an local DSA Key. If none is available the updatefiles will be rejected. *I strongly recommend this mode.*
- Added support for DSA public key as parameter for sparkle.
- Added support for appcast sidecar file which contains the DSA signature. Depends on the same rules (SecurityMode) like all other files.
- Added support for DSA signatures of release note links. Depends on the same rules (SecurityMode) like all other files.
Expand Down

0 comments on commit e2e01be

Please sign in to comment.