Skip to content

Commit 0672d99

Browse files
committed
Add Changes entry for pull request GH-433.
1 parent f03a875 commit 0672d99

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Revision history for Perl extension Net::SSLeay.
44
- Pass RAND_seed()'s sole argument to the underlying RAND_seed() function in
55
libcrypto, rather than passing the value of a non-existent second argument.
66
Fixes GH-427. Thanks to cgf1 for the report.
7+
- Avoid explicit and implicit use of weak hash algorithms,
8+
such as MD5 and SHA-1, in test suite. This allows tests
9+
44_sess.t and 45_exporter.t to correctly work on systems
10+
where crypto policies prohibit their direct use and TLS
11+
versions that require them. An example of such a system is
12+
Rocky Linux 9.2. Any Red Hat Enterprise Linux 9 and derived
13+
system is likely to have similar behaviour. Thanks to Paul
14+
Howarth for the investigation and patches.
715

816
1.93_02 2023-02-22
917
- Update ppport.h to version 3.68. This eliminates thousands of

0 commit comments

Comments
 (0)