openssl 3.0.5-2ubuntu2 source package in Ubuntu
Changelog
openssl (3.0.5-2ubuntu2) kinetic-security; urgency=medium * SECURITY UPDATE: X.509 Email Address Buffer Overflow - debian/patches/CVE-2022-3602-1.patch: fix off by one in punycode decoder in crypto/punycode.c, test/build.info, test/punycode_test.c, test/recipes/04-test_punycode.t. - debian/patches/CVE-2022-3602-2.patch: ensure the result is zero terminated in crypto/punycode.c. - CVE-2022-3602 * SECURITY UPDATE: legacy custom cipher issue - debian/patches/CVE-2022-3358.patch: fix usage of custom EVP_CIPHER objects in crypto/evp/digest.c, crypto/evp/evp_enc.c. - CVE-2022-3358 -- Marc Deslauriers <email address hidden> Thu, 27 Oct 2022 13:05:01 -0400
Upload details
- Uploaded by:
- Marc Deslauriers
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
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-2ubuntu2.debian.tar.xz | 155.0 KiB | 7b19c512aa45655da02f0618e64dd60f2dea2fd3aaf8ba564e41540b56076111 |
openssl_3.0.5-2ubuntu2.dsc | 2.7 KiB | 1dfce337b868479be6ef0d32109eb0a5f0b5c65f14d0a7f0b0db16b5e7e9dbab |
Available diffs
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