Skip to content

Commit dd2c070

Browse files
committed
v0.70
[ Significant Changes since 0.69 ] - Quite a few changes and improvements including - Support to obtain information about the AuthnStatement from the Assertion - Function to obtain key_name added to the SP - Verification of artifact responses based on an attribute ID ( via XML::Sig 0.64) - Improve Decryption of EncryptedData nodes for Assertions (via XML::Enc 0.12 and up) - Bumps the requirements new versions of: - XML::Enc => "0.12", - XML::Sig => "0.64", - XML::Generator => "1.13" - Miscelaneous: - testapp bug fixes and improvements - Github action improvements - Tested ADFS IdP again - Fixed issue DAKKAR reported to LWP::UserAgent Environment Variables [ Change Log ] - 9d389f1 Decrypt an assertion with EncryptedData nodes - ae3888a Fix YAML syntax for linux workflow - 4d73198 Add verification for artifact responses on an attribute ID - 7869a2f Add tests for part encrypted/part decrypted assertions - 466e870 Add key_name function to SP - b4c70d8 testapp: option for acs_url_post in authnRequest - fa6c350 testapp: SingleLogoutService is not indexed - d2cf58a install Module::Pluggable - 2dfb0c1 Remove Pari Install from github action - 8932955 Bump requirement for XML::Generator - 11ba40d Create AuthnStatement object - 488a234 ADFS fully tested again and update repo version - 9dbd114 Fixes #169 tests fail when PERL_LWP_SSL_CA_* or HTTPS_CA_* env vars are set - a9aca61 Add XML declartion to generate_metadata - 7cfe56a Configure SP without Single Logout Service - ef16349 Fix version for release - accfc66 (timlegge/master) v0.69
1 parent e896156 commit dd2c070

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

Changes

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

33
{{$NEXT}}
44

5+
0.70 -- Tue Jul 04 22:12:49 ADT 2023
6+
7+
[ Significant Changes since 0.69 ]
8+
9+
- Quite a few changes and improvements including
10+
- Support to obtain information about the AuthnStatement from the Assertion
11+
- Function to obtain key_name added to the SP
12+
- Verification of artifact responses based on an attribute ID ( via XML::Sig 0.64)
13+
- Improve Decryption of EncryptedData nodes for Assertions (via XML::Enc 0.12 and up)
14+
- Bumps the requirements new versions of:
15+
- XML::Enc => "0.12",
16+
- XML::Sig => "0.64",
17+
- XML::Generator => "1.13"
18+
19+
- Miscelaneous:
20+
- testapp bug fixes and improvements
21+
- Github action improvements
22+
- Tested ADFS IdP again
23+
- Fixed issue DAKKAR reported to LWP::UserAgent Environment Variables
24+
25+
[ Change Log ]
26+
- 9d389f1 Decrypt an assertion with EncryptedData nodes
27+
- ae3888a Fix YAML syntax for linux workflow
28+
- 4d73198 Add verification for artifact responses on an attribute ID
29+
- 7869a2f Add tests for part encrypted/part decrypted assertions
30+
- 466e870 Add key_name function to SP
31+
- b4c70d8 testapp: option for acs_url_post in authnRequest
32+
- fa6c350 testapp: SingleLogoutService is not indexed
33+
- d2cf58a install Module::Pluggable
34+
- 2dfb0c1 Remove Pari Install from github action
35+
- 8932955 Bump requirement for XML::Generator
36+
- 11ba40d Create AuthnStatement object
37+
- 488a234 ADFS fully tested again and update repo version
38+
- 9dbd114 Fixes #169 tests fail when PERL_LWP_SSL_CA_* or HTTPS_CA_* env vars are set
39+
- a9aca61 Add XML declartion to generate_metadata
40+
- 7cfe56a Configure SP without Single Logout Service
41+
- ef16349 Fix version for release
42+
- accfc66 (timlegge/master) v0.69
43+
544
0.69 -- Tue Apr 04 20:20:22 ADT 2023
645

746
[ Significant Changes since 0.67 ]

0 commit comments

Comments
 (0)