Skip to content

Commit 8087756

Browse files
committed
v3.07
[Changes Since 3.04] - New maintainer - Fix CVE-2025-2814 by using Crypt::URandom - 3.05 Fixed bug involving manually-specified key not being used in some circumstances - Fix decryption of ciphertext created with 'header' => 'randomiv' - Fixed bug in which manually-specified key and -pkdf=>"none" was not having effect - Converted build process to Dist::Zilla - Miscellaneous minor Dist::Zilla relates changes [Detailed Change Log] - 74e3a10 Increment repo version - feb4b31 Rename vulnerabilities file add CVE-2025-2814 - 236c363 Update .gitignore - 4a39da8 Fix spelling error - 99d336a Automate version with Dist::Zilla - 89ac06d Convert build process to Dist::Zilla - 784d599 Fix CVE-2025-2814 by using Crypt::URandom to read random bytes - 81a8f77 Add test for github issue #7 - 40d0e13 Increment version - 160af60 Fix decryption of ciphertext created with 'header' => 'randomiv' - 524db90 Fixed bug in which manually-specified key and -pkdf=>"none" was not having effect
1 parent 74e3a10 commit 8087756

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

Changes

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Revision history for Perl extension Crypt::CBC.
22

3-
- Fixed CVE-2025-2814 by using Crypt::URandom to read random bytes.
3+
{{$NEXT}}
4+
5+
3.07 -- Sun Jul 27 11:49:54 ADT 2025
6+
7+
[Changes Since 3.04]
8+
- New maintainer
9+
- Fix CVE-2025-2814 by using Crypt::URandom
10+
- 3.05 Fixed bug involving manually-specified key not being used in some circumstances
11+
- Fix decryption of ciphertext created with 'header' => 'randomiv'
12+
- Fixed bug in which manually-specified key and -pkdf=>"none" was not having effect
13+
- Converted build process to Dist::Zilla
14+
- Miscellaneous minor Dist::Zilla relates changes
15+
16+
[Detailed Change Log]
17+
- 74e3a10 Increment repo version
18+
- feb4b31 Rename vulnerabilities file add CVE-2025-2814
19+
- 236c363 Update .gitignore
20+
- 4a39da8 Fix spelling error
21+
- 99d336a Automate version with Dist::Zilla
22+
- 89ac06d Convert build process to Dist::Zilla
23+
- 784d599 Fix CVE-2025-2814 by using Crypt::URandom to read random bytes
24+
- 81a8f77 Add test for github issue #7
25+
- 40d0e13 Increment version
26+
- 160af60 Fix decryption of ciphertext created with 'header' => 'randomiv'
27+
- 524db90 Fixed bug in which manually-specified key and -pkdf=>"none" was not having effect
428

529
3.05 Thu 20 May 2021 12:00:18 PM EDT
630
- Fixed bug involving manually-specified key not being used in some circumstances.

0 commit comments

Comments
 (0)