[DRE-commits] [ruby-saml] 01/05: Merge tag 'upstream/1.4.1'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Oct 30 09:12:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-saml.

commit b43322ca91804014c232f555c9bea6ec45b77ba6
Merge: f4da92a 04e7d0d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Oct 30 12:42:21 2016 +0530

    Merge tag 'upstream/1.4.1'
    
    Upstream version 1.4.1
    
    # gpg: Signature made Sunday 30 October 2016 12:42:20 PM IST using RSA key ID CE1F9C674512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>" [ultimate]
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>" [ultimate]
    # gpg:                 aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>" [ultimate]
    # gpg:                 aka "Pirate Praveen (PP) <praveen at privacyrequired.com>" [ultimate]
    # gpg:                 aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>" [ultimate]

 LICENSE                                            |  36 ++--
 README.md                                          |  75 ++++---
 changelog.md                                       |  30 +++
 lib/onelogin/ruby-saml/authrequest.rb              |  16 +-
 lib/onelogin/ruby-saml/idp_metadata_parser.rb      |  14 +-
 lib/onelogin/ruby-saml/response.rb                 | 227 +++++++++++++++++----
 lib/onelogin/ruby-saml/saml_message.rb             |   4 +-
 lib/onelogin/ruby-saml/settings.rb                 |   7 +-
 lib/onelogin/ruby-saml/utils.rb                    |  20 +-
 lib/onelogin/ruby-saml/version.rb                  |   2 +-
 lib/xml_security.rb                                |  12 +-
 test/idp_metadata_parser_test.rb                   |  16 ++
 test/request_test.rb                               |  14 ++
 test/response_test.rb                              | 219 +++++++++++++++-----
 .../invalids/duplicated_attributes.xml.base64      |   1 +
 .../invalids/empty_destination.xml.base64          |   1 +
 test/responses/invalids/empty_nameid.xml.base64    |   1 +
 .../invalids/encrypted_new_attack.xml.base64       |   1 +
 .../invalids/invalid_issuer_message.xml.base64     |   2 +-
 .../invalids/no_authnstatement.xml.base64          |   1 +
 test/responses/invalids/no_conditions.xml.base64   |   1 +
 .../invalids/no_issuer_assertion.xml.base64        |   1 +
 .../invalids/no_issuer_response.xml.base64         |   1 +
 test/responses/invalids/no_nameid.xml.base64       |   1 +
 .../invalids/response_encrypted_attrs.xml.base64   |   1 -
 .../response_with_concealed_signed_assertion.xml   |  51 +++++
 .../response_with_doubled_signed_assertion.xml     |  49 +++++
 .../invalids/wrong_spnamequalifier.xml.base64      |   1 +
 test/responses/response_encrypted_attrs.xml.base64 |   1 +
 ...response_with_multiple_attribute_statements.xml |  72 +++++++
 .../responses/response_with_signed_assertion_3.xml |  30 +++
 test/test_helper.rb                                |   5 +
 test/xml_security_test.rb                          |  33 +++
 33 files changed, 778 insertions(+), 168 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-saml.git



More information about the Pkg-ruby-extras-commits mailing list