Skip to content

Commit 926d334

Browse files
author
Roland Hedberg
committed
Merge branch 'master' of github.com:rohe/pysaml2
Conflicts: src/saml2/extension/pefim.py src/saml2/sigver.py
2 parents 9af3252 + 714e201 commit 926d334

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/attribute_response.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
3333
<saml2:SubjectConfirmationData Address="192.168.1.1"
3434
InResponseTo="id-f4d370f3d03650f3ec0da694e2348bfe"
35-
NotOnOrAfter="2014-09-14T21:06:32.081Z"
35+
NotOnOrAfter="2024-09-14T21:06:32.081Z"
3636
Recipient="https://myreviewroom.com/saml2/acs/"
3737
/>
3838
</saml2:SubjectConfirmation>
3939
</saml2:Subject>
4040
<saml2:Conditions NotBefore="2014-09-14T21:01:32.081Z"
41-
NotOnOrAfter="2014-09-14T21:06:32.081Z"
41+
NotOnOrAfter="2024-09-14T21:06:32.081Z"
4242
>
4343
<saml2:AudienceRestriction>
4444
<saml2:Audience>urn:mace:example.com:saml:roland:sp

tests/saml_false_signed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ OmuMZY0K6ERY4fNVnGEAoUZeieehC6/ljmfk14xCAlE=</ns2:SignatureValue>
4949
_cddc88563d433f556d4cc70c3162deabddea3b5019
5050
</ns1:NameID>
5151
<ns1:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
52-
<ns1:SubjectConfirmationData InResponseTo="bahigehogffohiphlfmplepdpcohkhhmheppcdie" NotOnOrAfter="2014-10-04T09:59:39Z" Recipient="http://xenosmilus.umdc.umu.se:8087/login"/>
52+
<ns1:SubjectConfirmationData InResponseTo="bahigehogffohiphlfmplepdpcohkhhmheppcdie" NotOnOrAfter="2024-10-04T09:59:39Z" Recipient="http://xenosmilus.umdc.umu.se:8087/login"/>
5353
</ns1:SubjectConfirmation>
5454
</ns1:Subject>
5555
<ns1:Conditions NotBefore="2014-10-04T09:59:39Z" NotOnOrAfter="2024-05-04T09:59:39Z">

tests/test_82_pefim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848

4949
assert len(_elem) == 1
5050
_spcertenc = _elem[0]
51-
_cert = _spcertenc.x509_data[0].x509_certificate.text
51+
_cert = _spcertenc.key_info[0].x509_data[0].x509_certificate.text
5252
assert cert == _cert

0 commit comments

Comments
 (0)