Skip to content

Commit 24b5db6

Browse files
committed
v0.05
[Significant Changes since 0.04] Breaking Changes: The sign() function now only accepts the Certificate Signing Request (CSR). The other options have been moved to the constructor and functions are provided to update and obtain the values if required. - e7421ed Remove the unsupported macos 10.15 github action - 5996f1a Redesign of the interface and constructor - 642250e Add Crypt::OpenSSL::Guess as a dependency - f2e7378 Some additional OpenSSL change for version differences
1 parent 60c6056 commit 24b5db6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Changes

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ Revision history for Crypt-OpenSSL-SignCSR.
22

33
{{$NEXT}}
44

5+
0.05 -- Fri Jun 30 17:26:04 ADT 2023
6+
7+
[Significant Changes since 0.04]
8+
9+
Breaking Changes: The sign() function now only accepts the
10+
Certificate Signing Request (CSR). The other options have
11+
been moved to the constructor and functions are provided to
12+
update and obtain the values if required.
13+
14+
- e7421ed Remove the unsupported macos 10.15 github action
15+
- 5996f1a Redesign of the interface and constructor
16+
- 642250e Add Crypt::OpenSSL::Guess as a dependency
17+
- f2e7378 Some additional OpenSSL change for version differences
18+
519
0.04 -- Sun Jun 25 14:52:41 ADT 2023
620

721
- Address issues compiling against older openssl versions

0 commit comments

Comments
 (0)