Downloads:
2,242,174
Downloads of v 3.4.0:
41,052
Last Update:
23 Oct 2024
Package Maintainer(s):
Software Author(s):
- OpenSSL Team.
Tags:
opensslOpenSSL
- 1
- 2
- 3
3.4.0 | Updated: 23 Oct 2024
Downloads:
2,242,174
Downloads of v 3.4.0:
41,052
Maintainer(s):
Software Author(s):
- OpenSSL Team.
Tags:
opensslOpenSSL 3.4.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by OpenSSL Team. The inclusion of OpenSSL Team. trademark(s), if any, upon this webpage is solely to identify OpenSSL Team. goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install OpenSSL, run the following command from the command line or from PowerShell:
To upgrade OpenSSL, run the following command from the command line or from PowerShell:
To uninstall OpenSSL, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download openssl --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade openssl -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade openssl -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install openssl
win_chocolatey:
name: openssl
version: '3.4.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'openssl' do
action :install
source 'INTERNAL REPO URL'
version '3.4.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller openssl
{
Name = "openssl"
Version = "3.4.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'openssl':
ensure => '3.4.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 23 Oct 2024.
The Win32/Win64 OpenSSL Installation Project is dedicated to providing a simple installation of OpenSSL for Microsoft Windows. It is easy to set up and easy to use through the simple, effective installer. No need to compile anything or jump through any hoops, just click a few times and it is installed, leaving you to doing real work. Download it today! Note that these are default builds of OpenSSL and subject to local and state laws. More information can be found in the legal agreement of the installation.
LEGAL NOTICE: This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)
$ErrorActionPreference = 'Stop'
Uninstall-ChocolateyEnvironmentVariable -VariableName OPENSSL_CONF
$path = Get-AppInstallLocation OpenSSL-Win
$pathToRemove = "$path\bin\"
foreach ($registryPath in 'hklm:\system\currentcontrolset\control\session manager\environment', 'hkcu:\environment') {
$p = (Get-Itemproperty -path "$registryPath" -Name Path).Path
if ("$p" | Select-String -SimpleMatch "$pathToRemove"){
$newPath = ("$p" -split ';' | ForEach-Object { if (-not ($_ -eq "$pathToRemove")) { $_ } } ) -join ';'
Set-ItemProperty -path "$registryPath" -Name Path -Value $NewPath
}
}
Log in or click on link to see number of positives.
- openssl.3.4.0.nupkg (97f4fcfc52f6) - ## / 66
- Win64OpenSSL-3_4_0.exe (b3af43944990) - ## / 58
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
OpenSSL 3.4.0 | 41052 | Wednesday, October 23, 2024 | Approved | |
OpenSSL 3.3.2 | 54365 | Wednesday, September 4, 2024 | Approved | |
OpenSSL 3.3.1 | 106562 | Wednesday, June 5, 2024 | Approved | |
OpenSSL 3.3.0 | 72544 | Friday, April 12, 2024 | Approved | |
OpenSSL 3.2.1 | 79487 | Wednesday, January 31, 2024 | Approved | |
OpenSSL 3.2.0 | 35264 | Sunday, January 14, 2024 | Approved | |
OpenSSL 3.1.1 | 546548 | Tuesday, July 18, 2023 | Approved | |
OpenSSL 1.1.1.2100 | 138647 | Wednesday, May 31, 2023 | Approved | |
OpenSSL 1.1.1.2000 | 173234 | Thursday, February 9, 2023 | Approved | |
OpenSSL 1.1.1.1900 | 139479 | Wednesday, November 2, 2022 | Approved | |
OpenSSL 1.1.1.1700 | 162785 | Wednesday, July 6, 2022 | Approved | |
OpenSSL 1.1.1.1600 | 21146 | Wednesday, June 22, 2022 | Approved | |
OpenSSL 1.1.1.1500 | 54027 | Wednesday, May 4, 2022 | Approved | |
OpenSSL 1.1.1.1400 | 50638 | Wednesday, March 16, 2022 | Approved | |
OpenSSL 1.1.1.1300 | 76652 | Thursday, December 16, 2021 | Approved | |
OpenSSL 1.1.1.1200 | 33407 | Thursday, November 11, 2021 | Approved | |
OpenSSL 1.1.1.1100 | 171267 | Friday, March 26, 2021 | Approved | |
OpenSSL 1.1.1.1000 | 28840 | Thursday, February 18, 2021 | Approved | |
OpenSSL 1.1.1.900 | 59209 | Wednesday, December 9, 2020 | Approved | |
OpenSSL 1.1.1.800 | 59529 | Wednesday, September 23, 2020 | Approved | |
OpenSSL 1.1.1.700 | 75986 | Tuesday, April 21, 2020 | Approved | |
OpenSSL 1.1.1.600 | 6065 | Wednesday, April 1, 2020 | Approved | |
OpenSSL 1.1.1.500 | 16842 | Thursday, March 19, 2020 | Approved | |
OpenSSL 1.1.1.400 | 15738 | Saturday, January 11, 2020 | Approved | |
OpenSSL 1.1.1.4 | 20045 | Thursday, September 12, 2019 | Approved | |
OpenSSL 1.1.1.3 | 2538 | Tuesday, September 10, 2019 | Approved |
Copyright © 1999-2018, OpenSSL Software Foundation.
-
- vcredist2015 (≥ 14.0.24215.20170201)
Ground Rules:
- This discussion is only about OpenSSL and the OpenSSL package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or OpenSSL, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.