Skip to content

Commit f38ad6d

Browse files
committed
v0.83
[Significant Changes] - Fixes #239 Signing redirect URLs fails with Crypt::OpenSSL::RSA 0.37 - Crypt::OpenSSL::RSA removed use_pkcs1_padding so we have moved to Crypt::PK::RSA - Tested against a number of IdPs but you will want to perform testing - Requires XML::Sig 0.67 [Detailed Change Log] - 1debfe3 Migrate from Crypt::OpenSSL::RSA to Crypt::PK::RSA - adeaaf8 v0.82 [Compatibility Deprecation Warning] As of Release 0.79 the following have been changed and the old version may be removed in an upcoming release. - Net::SAML2::Protocol::Artifact - response_to changed to in_response_to - Net::SAML2::Protocol::LogoutResponse - response_to changed to in_response_to
1 parent 0683002 commit f38ad6d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Changes

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@ Revision history for Perl extension Net::SAML2.
22

33
{{$NEXT}}
44

5+
0.83 -- Fri Nov 07 22:39:52 AST 2025
6+
7+
[Significant Changes]
8+
- Fixes #239 Signing redirect URLs fails with Crypt::OpenSSL::RSA 0.37
9+
- Crypt::OpenSSL::RSA removed use_pkcs1_padding so we have moved to Crypt::PK::RSA
10+
- Tested against a number of IdPs but you will want to perform testing
11+
- Requires XML::Sig 0.67
12+
13+
[Detailed Change Log]
14+
- 1debfe3 Migrate from Crypt::OpenSSL::RSA to Crypt::PK::RSA
15+
- adeaaf8 v0.82
16+
17+
[Compatibility Deprecation Warning]
18+
As of Release 0.79 the following have been changed and the old version may be
19+
removed in an upcoming release.
20+
21+
- Net::SAML2::Protocol::Artifact
22+
- response_to changed to in_response_to
23+
- Net::SAML2::Protocol::LogoutResponse
24+
- response_to changed to in_response_to
25+
526
0.82 -- Tue May 27 20:37:54 ADT 2025
627

728
[Compatibility Deprecation Warning]

0 commit comments

Comments
 (0)