Skip to content

Commit a8b13ff

Browse files
committed
FireDaemon OpenSSL 3.5.1: Updated with latest wingetcreate
1 parent dcdc3cc commit a8b13ff

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

manifests/f/FireDaemon/OpenSSL/3.5.1/FireDaemon.OpenSSL.installer.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,21 @@ InstallModes:
1212
InstallerSwitches:
1313
Silent: /exenoui /qn /norestart REBOOT=ReallySuppress ADJUSTSYSTEMPATHENV=yes
1414
SilentWithProgress: /exenoui /qb /norestart REBOOT=ReallySuppress ADJUSTSYSTEMPATHENV=yes
15-
Log: /L*v <LOGPATH>
15+
Log: /L*v "<LOGPATH>"
1616
# inactive because Advanced Installer's EXE bootstrapper requires command-line arguments to be ordered before standard MSI arguments
17-
# Log: /exelog <LOGPATH>
17+
# Log: /exelog "<LOGPATH>"
18+
InstallLocation: APPDIR="<INSTALLPATH>"
1819
UpgradeBehavior: install
20+
Commands:
21+
- openssl
1922
ProductCode: '{CB53532F-09DB-4168-9AD6-1CD8DDC93F6C}'
2023
AppsAndFeaturesEntries:
2124
- Publisher: FireDaemon
25+
UpgradeCode: '{D355755C-D409-4524-AA20-18CD34470F72}'
2226
InstallerType: msi
2327
Installers:
2428
- Architecture: x64
2529
InstallerUrl: https://download.firedaemon.com/FireDaemon-OpenSSL/FireDaemon-OpenSSL-x64-3.5.1.exe
26-
InstallerSha256: 1db75cab508e7ee62b159f467eff9b9e574f2213d5b30979ef912aee32beb378
30+
InstallerSha256: 1DB75CAB508E7EE62B159F467EFF9B9E574F2213D5B30979EF912AEE32BEB378
2731
ManifestType: installer
2832
ManifestVersion: 1.9.0

manifests/f/FireDaemon/OpenSSL/3.5.1/FireDaemon.OpenSSL.locale.en-US.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,24 @@ PrivacyUrl: https://www.firedaemon.com/policies
1111
Author: FireDaemon
1212
PackageName: FireDaemon OpenSSL 3
1313
PackageUrl: https://www.firedaemon.com/firedaemon-openssl
14-
License: Apache License v2
14+
License: Apache-2.0
1515
LicenseUrl: https://www.openssl.org/source/license.html
16-
Copyright: Copyright (c) 1999-2025 FireDaemon
16+
Copyright: © 1999-2025 FireDaemon
1717
ShortDescription: FireDaemon OpenSSL 3 Installer
18-
Description: OpenSSL is a popular open-source software library that provides a robust, full-featured set of cryptographic functions and tools to secure communications over computer networks. It implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, which are widely used to encrypt data transmissions between web servers and clients, such as web browsers. OpenSSL provides a wide range of cryptographic functions, including symmetric encryption, public-key encryption, message digest and hash functions, digital signatures, and random number generation. It supports a large number of cryptographic algorithms, such as AES, RSA, SHA, and many others. In addition to cryptographic functions, OpenSSL also provides utilities for generating and managing digital certificates and keys, creating and verifying digital signatures, and performing SSL/TLS handshake and negotiation.
18+
Description: |-
19+
OpenSSL is a popular open-source software library that provides a robust, full-featured set of cryptographic functions and tools to secure communications over computer networks. It implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, which are widely used to encrypt data transmissions between web servers and clients, such as web browsers. OpenSSL provides a wide range of cryptographic functions, including symmetric encryption, public-key encryption, message digest and hash functions, digital signatures, and random number generation. It supports a large number of cryptographic algorithms, such as AES, RSA, SHA, and many others. In addition to cryptographic functions, OpenSSL also provides utilities for generating and managing digital certificates and keys, creating and verifying digital signatures, and performing SSL/TLS handshake and negotiation.
20+
The key advantages of using our OpenSSL Binary Distribution for Microsoft Windows over others that are available are:
21+
- No need to deploy various software tools to attempt to compile the source from scratch. Our build script is available if you do want to compile OpenSSL yourself
22+
- No external dependencies. Installing or distributing the Visual C++ Redistributable Runtime (MSVC) is unnecessary. There is an implicit dependency on the Windows Universal C Runtime (UCRT), which is included by default in all modern versions of Microsoft Windows
23+
- Packaged for simple deployment and use case scenarios, including standalone, embeddable, deployable, or portable
24+
- Installer and binaries are digitally signed with our Extended Validation (EV) code signing certificate to avoid Windows SmartScreen warnings and to allow you to validate binary integrity to meet your compliance requirements.
1925
Tags:
20-
- openssl
21-
- ssl
22-
- tls
2326
- cryptography
2427
- cybersecurity
28+
- openssl
2529
- security
30+
- ssl
31+
- tls
2632
Documentations:
2733
- DocumentLabel: FireDaemon OpenSSL Binary Distributions for Microsoft Windows
2834
DocumentUrl: https://www.firedaemon.com/get-openssl

0 commit comments

Comments
 (0)