Package: openssl / 1.1.1n-0+deb10u3
Metadata
Package | Version | Patches format |
---|---|---|
openssl | 1.1.1n-0+deb10u3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
debian targets.patch | (download) |
Configurations/20-debian.conf |
192 192 + 0 - 0 ! |
debian-targets |
man section.patch | (download) |
Configurations/unix-Makefile.tmpl |
6 4 + 2 - 0 ! |
man-section |
no symbolic.patch | (download) |
Configurations/shared-info.pl |
2 1 + 1 - 0 ! |
no-symbolic |
pic.patch | (download) |
crypto/des/asm/desboth.pl |
17 14 + 3 - 0 ! |
pic |
c_rehash compat.patch | (download) |
tools/c_rehash.in |
20 14 + 6 - 0 ! |
[patch] also create old hash for compatibility |
Set systemwide default settings for libssl users.patch | (download) |
apps/openssl.cnf |
12 12 + 0 - 0 ! |
set systemwide default settings for libssl users This config change enforeces a TLS1.2 protocol version as minimum. It can be overwritten by the system administrator. It also changes the default security level from 1 to 2, moving from the 80 bit security level to the 112 bit security level. Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> |
c_rehash Do not use shell to invoke openssl.patch | (download) |
tools/c_rehash.in |
29 25 + 4 - 0 ! |
c_rehash: do not use shell to invoke openssl Except on VMS where it is safe. This fixes CVE-2022-1292. |
Fix file operations in c_rehash.patch | (download) |
tools/c_rehash.in |
131 59 + 72 - 0 ! |
fix file operations in c_rehash. CVE-2022-2068 |
Update expired SCT certificates.patch | (download) |
test/certs/embeddedSCTs1-key.pem |
38 25 + 13 - 0 ! |
update expired sct certificates |
ct_test.c Update the epoch time.patch | (download) |
test/ct_test.c |
2 1 + 1 - 0 ! |
ct_test.c: update the epoch time |
Update further expiring certificates that affect tests.patch | (download) |
test/smime-certs/mksmime-certs.sh |
22 11 + 11 - 0 ! |
update further expiring certificates that affect tests Namely the smime certificates used in test_cms will expire soon and affect tests. Fixes #15179 |