openssl 3.0.5-2ubuntu1 source package in Ubuntu
Changelog
openssl (3.0.5-2ubuntu1) kinetic; urgency=low * Merge from Debian unstable (LP: #1987047). Remaining changes: - Replace duplicate files in the doc directory with symlinks. - d/libssl3.postinst: Revert Debian deletion + Skip services restart & reboot notification if needrestart is in-use. + Bump version check to to 1.1.1. + Use a different priority for libssl1.1/restart-services depending on whether a desktop, or server dist-upgrade is being performed. + Import libraries/restart-without-asking template as used by above. - Add support for building with noudeb build profile. - Revert "Enable system default config to enforce TLS1.2 as a minimum" & "Increase default security level from 1 to 2". - Set OPENSSL_TLS_SECURITY_LEVEL=2 as compiled-in minimum security level. Change meaning of SECURITY_LEVEL=2 to prohibit TLS versions below 1.2 and update documentation. Previous default of 1, can be set by calling SSL_CTX_set_security_level(), SSL_set_security_level() or using ':@SECLEVEL=1' CipherString value in openssl.cfg. - Use perl:native in the autopkgtest for installability on i386. - d/p/skip_tls1.1_seclevel3_tests.patch: new Ubuntu-specific patch for the testsuite - d/p/Set-systemwide-default-settings-for-libssl-users: partially apply it on Ubuntu to make it easier for user to change security level * Dropped changes, merged upstream: - d/p/fix-avx512-overflow.patch: Cherry-picked from upstream to fix a 3.0.4 regression on AVX-512 capable CPUs. * Revert the provider removal from the default configuration, following discussions on LP: #1979639 openssl (3.0.5-2) unstable; urgency=medium * Update to commit ce3951fc30c7b ("VC++ 2008 or earlier x86 compilers…") (Closes: #1016290). openssl (3.0.5-1) unstable; urgency=medium * Import 3.0.5 - Possible module_list_lock crash (Closes: #1013309). - CVE-2022-2097 (AES OCB fails to encrypt some bytes). * Update to 55461bf22a57a ("Don't try to make configuration leaner") * Use -latomic on arc,nios2 and sparc (Closes: #1015792). openssl (3.0.4-2) unstable; urgency=medium * Address a AVX2 related memory corruption (Closes: #1013441) (CVE-2022-2274). -- Simon Chopin <email address hidden> Fri, 19 Aug 2022 10:05:04 +0200
Upload details
- Uploaded by:
- Simon Chopin
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | utils |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
openssl_3.0.5.orig.tar.gz | 14.4 MiB | aa7d8d9bef71ad6525c55ba11e5f4397889ce49c2c9349dcea6d3e4f0b024a7a |
openssl_3.0.5.orig.tar.gz.asc | 862 bytes | 95f23bb4eb6faa8d0f1ca1b83cfb00a2bed4b53e124a4f13e1499abc0b426129 |
openssl_3.0.5-2ubuntu1.debian.tar.xz | 150.5 KiB | e92be83c0da7031d1bc50490ade8d5a7881295d0892bf5df5c17e9cbb97b0653 |
openssl_3.0.5-2ubuntu1.dsc | 2.5 KiB | 9fd8b4878470f87dba9a20fbdd68a3c2e2354b66e0c2e16cfbb211a7d21d5f10 |
Available diffs
- diff from 3.0.4-1ubuntu1 to 3.0.5-2ubuntu1 (167.1 KiB)
Binary packages built by this source
- libssl-dev: Secure Sockets Layer toolkit - development files
This package is part of the OpenSSL project's implementation of the SSL
and TLS cryptographic protocols for secure communication over the
Internet.
.
It contains development libraries, header files, and manpages for libssl
and libcrypto.
- libssl-doc: Secure Sockets Layer toolkit - development documentation
This package is part of the OpenSSL project's implementation of the SSL
and TLS cryptographic protocols for secure communication over the
Internet.
.
It contains manpages and demo files for libssl and libcrypto.
- libssl3: Secure Sockets Layer toolkit - shared libraries
This package is part of the OpenSSL project's implementation of the SSL
and TLS cryptographic protocols for secure communication over the
Internet.
.
It provides the libssl and libcrypto shared libraries.
- libssl3-dbgsym: debug symbols for libssl3
- openssl: Secure Sockets Layer toolkit - cryptographic utility
This package is part of the OpenSSL project's implementation of the SSL
and TLS cryptographic protocols for secure communication over the
Internet.
.
It contains the general-purpose command line binary /usr/bin/openssl,
useful for cryptographic operations such as:
* creating RSA, DH, and DSA key parameters;
* creating X.509 certificates, CSRs, and CRLs;
* calculating message digests;
* encrypting and decrypting with ciphers;
* testing SSL/TLS clients and servers;
* handling S/MIME signed or encrypted mail.
- openssl-dbgsym: debug symbols for openssl