Skip to content

Extend test cert to 2049

Bernhard M. Wiedemann requested to merge bmwiedemann/libsoup:ssl into master

used

certtool -u \
  --load-ca-privkey     ./tests/test-key.pem \
  --load-ca-certificate ./tests/test-cert.pem \
  --load-certificate    ./tests/test-cert.pem

Without this patch, 3 tests failed in 2027

 11/29 misc-test                FAIL           0.67s (exit status 1)
 21/29 server-test              FAIL           0.12s (exit status 1)
 25/29 timeout-test             FAIL           4.08s (killed by signal 5 SIGTRAP)

Background: As part of my work on reproducible builds for openSUSE, I check that software still gives identical build results in the future. The usual offset is +15 years, because that is how long I expect some software will be used in some places. This showed up failing tests in our package build. See https://reproducible-builds.org/ for why this matters.

Merge request reports