openssl 1.0.1e-3ubuntu1 source package in Ubuntu
Changelog
openssl (1.0.1e-3ubuntu1) saucy; urgency=low * Merge with Debian, remaining changes. - debian/libssl1.0.0.postinst: + Display a system restart required notification on libssl1.0.0 upgrade on servers. + Use a different priority for libssl1.0.0/restart-services depending on whether a desktop, or server dist-upgrade is being performed. - debian/{libssl1.0.0-udeb.dirs, control, rules}: Create libssl1.0.0-udeb, for the benefit of wget-udeb (no wget-udeb package in Debian). - debian/{libcrypto1.0.0-udeb.dirs, libssl1.0.0.dirs, libssl1.0.0.files, rules}: Move runtime libraries to /lib, for the benefit of wpasupplicant. - debian/patches/perlpath-quilt.patch: Don't change perl #! paths under .pc. - debian/rules: + Don't run 'make test' when cross-building. + Use host compiler when cross-building. Patch from Neil Williams. + Don't build for processors no longer supported: i586 (on i386) + Fix Makefile to properly clean up libs/ dirs in clean target. + Replace duplicate files in the doc directory with symlinks. - Unapply patch c_rehash-multi and comment it out in the series as it breaks parsing of certificates with CRLF line endings and other cases (see Debian #642314 for discussion), it also changes the semantics of c_rehash directories by requiring applications to parse hash link targets as files containing potentially *multiple* certificates rather than exactly one. - debian/patches/tls12_workarounds.patch: Workaround large client hello issues when TLS 1.1 and lower is in use - debian/control: Mark Debian Vcs-* as XS-Debian-Vcs-* - debian/patches/ubuntu_deb676533_arm_asm.patch: Enable arm assembly code. - debian/patches/arm64-support: Add basic arm64 support (no assembler) - debian/rules: Enable optimized 64bit elliptic curve code contributed by Google. * debian/patches/tls12_workarounds.patch: updated to also disable TLS 1.2 in test suite since we disable it in the client. * Disable compression to avoid CRIME systemwide (CVE-2012-4929). * Dropped changes: - debian/patches/ubuntu_deb676533_arm_asm.patch, applied in Debian. openssl (1.0.1e-3) unstable; urgency=low * Move <openssl/opensslconf.h> to /usr/include/$(DEB_HOST_MULTIARCH), and mark libssl-dev Multi-Arch: same. Patch by Colin Watson <email address hidden> (Closes: #689093) * Add Polish translation (Closes: #658162) * Add Turkish translation (Closes: #660971) * Enable assembler for the arm targets, and remove armeb. Patch by Riku Voipio <email address hidden> (Closes: #676533) * Add support for x32 (Closes: #698406) * enable ec_nistp_64_gcc_128 on *-amd64 (Closes: #698447) -- Matthias Klose <email address hidden> Mon, 15 Jul 2013 14:07:52 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Saucy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- utils
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
openssl_1.0.1e.orig.tar.gz | 4.3 MiB | f74f15e8c8ff11aa3d5bb5f276d202ec18d7246e95f961db76054199c69c1ae3 |
openssl_1.0.1e-3ubuntu1.debian.tar.gz | 103.6 KiB | 30bd78168b3deedb899351be576191f8eefe44513ac3e6c8e9ccabd500fec58c |
openssl_1.0.1e-3ubuntu1.dsc | 1.7 KiB | 8a935a66abddf543a4e8746a1f98cb66f898bc5c68c55ebbb538f586d1fdd577 |
Available diffs
Binary packages built by this source
- libcrypto1.0.0-udeb: No summary available for libcrypto1.0.0-udeb in ubuntu saucy.
No description available for libcrypto1.0.0-udeb in ubuntu saucy.
- libssl-dev: No summary available for libssl-dev in ubuntu saucy.
No description available for libssl-dev in ubuntu saucy.
- libssl-doc: No summary available for libssl-doc in ubuntu saucy.
No description available for libssl-doc in ubuntu saucy.
- libssl1.0.0: No summary available for libssl1.0.0 in ubuntu saucy.
No description available for libssl1.0.0 in ubuntu saucy.
- libssl1.0.0-dbg: No summary available for libssl1.0.0-dbg in ubuntu saucy.
No description available for libssl1.0.0-dbg in ubuntu saucy.
- libssl1.0.0-udeb: No summary available for libssl1.0.0-udeb in ubuntu saucy.
No description available for libssl1.0.0-udeb in ubuntu saucy.
- 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.