Advertisement
timlegge

Untitled

Jan 30th, 2023
1,505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.58 KB | None | 0 0
  1. diff --git a/Changes b/Changes
  2. index 0d8a50e..f91d3da 100644
  3. --- a/Changes
  4. +++ b/Changes
  5. @@ -2,7 +2,51 @@ Revision history for Perl extension Net::SAML2.
  6.  
  7.  {{$NEXT}}
  8.  
  9. -  - TBD     Add missing Credit for Gianni in 0.62
  10. +  [ Significant Changes since 0.62 ]
  11. +
  12. +  Maintenance release that has a number of fixes for small issues.  This is
  13. +  the first release in some time that has been tested for SOAP connections and
  14. +  SOAP Artifacts.  The testapp has been updated to fix SOAP and the Shibboleth
  15. +  and samltest.id IdPs.
  16. +
  17. +  - Minimum Perl version has been bumped to 5.12
  18. +  - Contributors and authors set automatically
  19. +  - Add Shibboleth and samltest.id as supported IdPs
  20. +  - Allow encryption certificate in SP metadata
  21. +  - LogoutRequest was missing NameQualifier and SPNameQualifier needed by some IdPs
  22. +  - Fix bug in obtaining Assertion dates
  23. +  - Fix multiple SOAP issues including support for multiple certs in metadata
  24. +  - testapp:
  25. +    - allow untrusted TLS SOAP connections
  26. +    - read key and cert from config.yml
  27. +    - fix metadata generation issues and make signing optional
  28. +    - only enable logout bindings supported by IdP
  29. +    - allow for custom attribute mapping by IdP
  30. +    - Support for Shibboleth and samltest.id IdPs
  31. +
  32. +  [ Change Log ]
  33. +  - 6a140ca Get the correct dates from the assertions
  34. +  - 3d291ff testapp: allow attribute mapping by IdP
  35. +  - 60a3592 testapp: only enable supported IdP logout bindings
  36. +  - cfc5351 Add Shibboleth and samltest.id as supported IdPs
  37. +  - c81e384 Fix LogoutRequest's missing NameQualifier and SPNameQualifier for samletest.id
  38. +  - cf8991a remove eol spaces
  39. +  - ade3fed testapp: signed metadat messes with testing - make it an option
  40. +  - 571f7a9 testapp Fix issue in metadata generation missing fully qualified URI
  41. +  - 01424dd testapp: key and cert should be read from config and missed https options
  42. +  - 787bd1f Allow encryption key to be specified in the metadata.xml
  43. +  - f6740e4 testapp: allow SOAP connections to untrusted SSL servers
  44. +  - eb48fa8 SOAP Some IdPs have issues with newlines in SOAP-ENV
  45. +  - 83e30e1 SOAP binding should support multiple certs in the IdP Metadata
  46. +            Use Try::Tiny to handle exceptions
  47. +  - ef2472d Install Sub::Name without running tests
  48. +  - dffc8c8 Test::Deep requires perl 5.012 and newer
  49. +  - e213bae New Year advance Copyright
  50. +  - 9f8b287 Set sane default values for testing testapp
  51. +  - bf27ae9 Bump version to .63
  52. +  - b782aa7 Set authors and contributors
  53. +  - 013a0c6 Update contributors and reorder alphabetically
  54. +  - d268c0f Add missing Credit for Gianni in 0.62
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement