| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=f9ditglc0o6npnufuktgd7a784; path=/
content-type: text/html; charset=UTF-8
date: Sat, 27 Dec 2025 08:09:50 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
openssl
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./security/openssl, Secure Socket Layer and cryptographic library
[
Branch: CURRENT, Version: 3.6.0, Package name: openssl-3.6.0, Maintainer: pkgsrc-users
The OpenSSL Project is a collaborative effort to develop a
robust, commercial-grade, full-featured, and Open Source
toolkit implementing the Secure Sockets Layer (SSL v2/v3)
and Transport Layer Security (TLS v1) protocols as well as
a full-strength general purpose cryptography library. The
project is managed by a worldwide community of volunteers
that use the Internet to communicate, plan, and develop the
OpenSSL toolkit and its related documentation.
This package contains major version 3 of OpenSSL.
MESSAGE.SunOS [+/-]
Required to build:
[pkgtools/cwrappers]
Package options: threads
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
opensslshells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./security/openssl, Secure Socket Layer and cryptographic library
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 3.6.0, Package name: openssl-3.6.0, Maintainer: pkgsrc-users
The OpenSSL Project is a collaborative effort to develop a
robust, commercial-grade, full-featured, and Open Source
toolkit implementing the Secure Sockets Layer (SSL v2/v3)
and Transport Layer Security (TLS v1) protocols as well as
a full-strength general purpose cryptography library. The
project is managed by a worldwide community of volunteers
that use the Internet to communicate, plan, and develop the
OpenSSL toolkit and its related documentation.
This package contains major version 3 of OpenSSL.
MESSAGE.SunOS [+/-]
===========================================================================
$NetBSD: MESSAGE.SunOS,v 1.1 2011/01/20 16:25:21 tez Exp $
openssl may dump core on SunOS due to a bug in the Solaris linker which
erroneously pads .init segment with zeros [instead of nops]. Since the
bug is triggered at initialization, it can be seen with a simple test like
'openssl version'.
Some versions of gcc already contain a workaround, and the linker may be
fixed in some release. If you see the problem, there are details and a
fix for gcc at https://www.openssl.org/~appro/values.c which solves the
problem.
See also https://gnats.netbsd.org/43939
===========================================================================
$NetBSD: MESSAGE.SunOS,v 1.1 2011/01/20 16:25:21 tez Exp $
openssl may dump core on SunOS due to a bug in the Solaris linker which
erroneously pads .init segment with zeros [instead of nops]. Since the
bug is triggered at initialization, it can be seen with a simple test like
'openssl version'.
Some versions of gcc already contain a workaround, and the linker may be
fixed in some release. If you see the problem, there are details and a
fix for gcc at https://www.openssl.org/~appro/values.c which solves the
problem.
See also https://gnats.netbsd.org/43939
===========================================================================
Required to build:
[pkgtools/cwrappers]
Package options: threads
Master sites:
Filesize: 53685.89 KBVersion history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-03) Updated to version: openssl-3.6.0
- (2025-09-30) Updated to version: openssl-3.5.4
- (2025-09-22) Updated to version: openssl-3.5.3
- (2025-08-05) Updated to version: openssl-3.5.2
CVS history: (Expand)
| 2025-10-05 16:22:44 by Jonathan Schleifer | Files touched by this commit (1) |
Log message: devel/openssl: Use BROKEN_ON_PLATFORM instead of NOT_FOR_PLATFORM |
| 2025-10-05 04:26:34 by Jonathan Schleifer | Files touched by this commit (1) |
Log message: security/openssl: NOT_FOR_PLATFORM+=QNX-*-* |
| 2025-10-03 11:11:10 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: openssl: updated to 3.6.0 OpenSSL 3.6.0 is a feature release adding significant new functionality to OpenSSL. This release incorporates the following potentially significant or incompatible changes: Added NIST security categories for PKEY objects. Added support for EVP_SKEY opaque symmetric key objects to the key derivation and key exchange provider methods. Added EVP_KDF_CTX_set_SKEY(), EVP_KDF_derive_SKEY(), and EVP_PKEY_derive_SKEY() functions. Added LMS signature verification support as per [SP 800-208].. This support is present in both the FIPS and default providers. An ANSI-C toolchain is no longer sufficient for building OpenSSL. The code should be built using compilers supporting C-99 features. Support for the VxWorks platforms has been removed. Added an openssl configutl utility for processing the OpenSSL configuration file and dumping the equal configuration file. Added support for FIPS 186-5 deterministic ECDSA signature generation to the FIPS provider. Deprecated EVP_PKEY_ASN1_METHOD-related functions. |
| 2025-09-30 18:11:00 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
openssl: update to 3.5.4.
OpenSSL 3.5.4 is a security patch release. The most severe CVE fixed in this
release is Moderate.
This release incorporates the following bug fixes and mitigations:
* Fix Out-of-bounds read & write in RFC 3211 KEK Unwrap.
([CVE-2025-9230])
* Fix Timing side-channel in SM2 algorithm on 64 bit ARM.
([CVE-2025-9231])
* Fix Out-of-bounds read in HTTP client no_proxy handling.
([CVE-2025-9232])
* Reverted the synthesised `OPENSSL_VERSION_NUMBER` change for the release
builds, as it broke some exiting applications that relied on the previous
3.x semantics, as documented in `OpenSSL_version(3)`.
|
| 2025-09-22 07:51:24 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: openssl: updated to 3.5.3 OpenSSL 3.5.3 is a bug fix release. This release incorporates the following bug fixes and mitigations: Added FIPS 140-3 PCT on DH key generation. Fixed the synthesised OPENSSL_VERSION_NUMBER. |
| 2025-08-05 22:03:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: openssl: updated to 3.5.2 OpenSSL 3.5.2 is a bug fix release. This release incorporates the following bug fixes and mitigations: Miscellaneous minor bug fixes. The FIPS provider now performs a PCT on key import for RSA, EC and ECX. This is mandated by FIPS 140-3 IG 10.3.A additional comment 1. |
| 2025-07-03 09:29:11 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: openssl: remove unused patch |
| 2025-07-01 16:45:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: openssl: updated to 3.5.1 OpenSSL 3.5.1 is a security patch release. The most severe CVE fixed in this release is Low. This release incorporates the following bug fixes and mitigations: Fix x509 application adds trusted use instead of rejected use. ([CVE-2025-4575]) |
