Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
testmodule.diff | [PATCH] Generate keys and certificates at test-time This fixes <https://rt.cpan.org/Public/Bug/Display.html?id=88998>. |
=?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> | no | 2014-05-14 | ||
testpost.diff | Use the on-the-fly created CA and cert/key pair in post.t | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
IO-Socket-SSL_2.078.patch | fix t/testmodule.t with IO-Socket-SSL IO-Socket-SSL has in 2.078 reverted the decision from 2014 to not verify hostname by default if hostname is IP address but no explicit verification scheme given https://github.com/noxxi/p5-io-socket-ssl/commit/c0a063b70f0a3ad033da0a51923c65bd2ff118a0 https://github.com/noxxi/p5-io-socket-ssl/issues/121 . This makes t/testmodule.t fail. Add subjectAltNames with IP: 127.0.0.1 as a workaround, as in https://github.com/nginx/nginx-tests/commit/aedae20271d68a9341aff9f925499c367064fcd9 or IO-Socket-SSL's test suite in the above commit. |
gregor herrmann <gregoa@debian.org> | yes | debian | vendor | 2022-12-28 |
IO-Socket-SSL_2.079.patch | Fix test with IO::Socket::SSL >= 2.079 t/testmodule.t writes to STDERR ok #bad request handled 9 Use of uninitialized value $2 in concatenation (.) or string at /usr/share/perl5/IO/Socket/SSL.pm line 792. ok #client good connection test 8 after the change in IO::Socket::SSL 2.079: - https://github.com/noxxi/p5-io-socket-ssl/issues/123 - https://github.com/noxxi/p5-io-socket-ssl/commit/2681d9d9b0a5ba25abd7e32251daa3d1fc2b466a . Add SSL_verifycn_name to the test client. |
gregor herrmann <gregoa@debian.org> | yes | debian upstream | vendor | 2023-02-14 |