Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
20no-stray-libz-link.patch | Avoid unnecessary dependency on libz | intrigeri <intrigeri@boum.org> | no | 2019-07-19 | ||
version_check_on_autopkgtest.patch | Loosen the OpenSSL version checks on autopkgtests The test suite checks that the OPENSSL_version_*() calls match the compile-time constants, which is reasonable in a unit test that is run in the same time frame as the compilation, as is usually the case. However, this check doesn't make as much sense in the autopkgtest context, where the src:openssl package might have been updated for a bugfix release, for instance. Such updates would trigger an autopkgtest run, and barring regressions in OpenSSL the tests for this package should reasonably not fail, especially given the explicit versioning policy from 3.0.0 forward: https://www.openssl.org/policies/general/versioning-policy.html |
Simon Chopin <simon.chopin@canonical.com> | not-needed | debian | ubuntu | 2022-05-10 |
test-32_x509_get_cert_info-allow-single-colon.patch | [PATCH] test: 32_x509_get_cert_info allow single colon. Starting with 3.4.0 the double colon in emailAddress has been removed. Adapt the test to allow a single colon in 3.4.0 and later. |
Sebastian Andrzej Siewior <sebastian@breakpoint.cc> | yes | debian upstream | 2024-10-16 |