TS SIGNATURE VALIDATION REPORT

Size: px
Start display at page:

Download "TS SIGNATURE VALIDATION REPORT"

Transcription

1 TS SIGNATURE VALIDATION REPORT An introduction Presented by Peter Lipp for the esignature and eseal validation workshop, Jan

2 Agenda Scope Relation to EN Approach Report structure 2

3 Scope reporting the validation of AdES digital signatures general structure XML implementation of the general structure aligned with the requirements specified in EN part 1 3

4 EN

5 Requirements from : The SVA shall output a status indication and validation report providing the details of the technical validation of each of the applicable constraints, which can be relevant for the DA in interpreting the results : specifies minimum requirements for the content of such a report: status indication policy or set of constraints against validation was done date and time for which the validation status was determined validation data used additional data as specified in tables 5 and 6 subindication, additional information depending on sub indication Some other requirements from other chapters (e.g ) 5

6 Approach Define a generic structure of the validation report Define XML encoding Use existing standards if possible Existing standard: OASIS DSS Profile for Comprehensive Multi Signature Verification Reports Version 1.0 Profile of OASIS DSS Does not define a profile in the sense of a subset of DSS Defines new elements as needed Decision to reuse as much as possible from that profile Define new elements as needed 6

7 Signature Validation Report Structure A report can report on multiple signature validations Avoid storing validation objects in report more than once Validation of validation object uses same report structure 7

8 Signature Validation Report Element Signature Validation Report Signature Identification Element Validator Information Signature Validation Status Indication Signature Validation Time Info Signer's Document Signature Attributes Signer Information Signature Quality Signature Validation Process Information Validation Report Signature 8

9 Validation Status Indication Signature Identification Element Signature Validation Report Validator Information Signature Validation Status Indication Signature Validation Time Info Signer's Document Signature Attributes Signer Information Signature Quality Signature Validation Process Information Validation Report Signature Signature Validation Status Indication Signature Validation Status Main Indication Signature Validation Status Sub Indication Formal Policy Policy Identifier Policy Name URLs Validation Constraint Validation Constraint Validation Constraint 9

10 Validation Constraints Signature Validation Status Indication Signature Validation Status Main Indidation Signature Validation Status Sub Indication Formal Policy Policy Identifier Policy Name URLs Validation Constraint Validation Constraint Validation Constraint Identifier Validation Constraint Status (Applied, Disabled, Overridden) Constraint Validation Result main status indication status sub-indication associated validation report data elements trust anchor, certificate chain signed data objects, crypto info revocation status 10

11 Validation Time Signature Identification Element Signature Validation Report Validator Information Signature Validation Status Indication Signature Validation Time Info Signer's Document Signature Attributes Signer Information Signature Quality Signature Validation Process Information Validation Report Signature Signature Validation Time Info Time of validation Time of PoE of signature 11

12 Validation Process Signature Identification Element Signature Validation Report Validator Information Signature Validation Status Indication Signature Validation Time Info Signer's Document Signature Attributes Signer Information Signature Quality Signature Validation Process Information Validation Report Signature Signature Validation Process Information Validation Process (according to 102-1) Validation Service Policy Validation Service Practice Statement Signature Augmentation info 12

13 Validation Objects Signature Validation Object Object Identifier Object Type Validation Objects Proof of Existence Validation Report 13

14 XML Format Builds on the OASIS DSS v1.0 Profile for Comprehensive Multi Signature Verification Reports Version 1.0 maps the elements defined in the generic structure to the elements defined in that profile when possible defines new elements where necessary Maps/defines URIs for indications and sub indications and other values defined in 102 1, e.g.: TOTAL PASSED: urn:oasis:names:tc:dss:1.0:detail:valid SIG_CRYPTO_FAILURE: urn.etsi subindication.sig_crypto_failure Basic Validation Process: urn.etsi validationprocess.basic 14

15 XML Format new Types ValidationConstraintsType <complextype name= ValidationConstraintsType > <sequence> <element ref= XAdES:SignaturePolicyIdentifier minoccurs= 0 /> <element name= ValidationConstraint type= SingleValidationConstraintType minoccurs= 0 maxoccurs= unbounded /> </sequence> </complextype> 15

16 XML Format new Types SingleValidationConstraint 16 <xs:complextype name="singlevalidationconstrainttype"> <xs:sequence> <xs:element name="validationconstraintidentifier" type="xs:anyuri" minoccurs="1"/> <xs:element name="validationconstraintparameter" type="etsi-vr:validationconstraintparametertype" minoccurs="0" maxoccurs="unbounded"/> <xs:element name= ConstraintStatus type= etsi-vr:constraintstatustype minoccurs= 1 > <xs:element name="verificationresult" type="vr:verificationresulttype" minoccurs= 0 /> <xs:element name="hint" type="xs:anytype">: </xs:sequence> <xs:complextype/>

17 XML Format new Types 17 SingleValidationConstraint <xs:element name="overriddenby <xs:complextype name="singlevalidationconstrainttype"> <xs:sequence> <xs:element type="xs:anytype" minoccurs="0"/> name="validationconstraintidentifier" </xs:sequence> </xs:complextype> type="xs:anyuri" minoccurs="1"/> <xs:element name="validationconstraintparameter" type="etsi-vr:validationconstraintparametertype" minoccurs="0" maxoccurs="unbounded"/> <xs:element name= ConstraintStatus type= etsi-vr:constraintstatustype minoccurs= 1 > <xs:element name="verificationresult" type="vr:verificationresulttype" minoccurs= 0 /> <xs:element name="hint" type="xs:anytype">: </xs:sequence> <xs:complextype/> <xs:complextype name="constraintstatustype"> <xs:sequence> <xs:element name="status" type="xs:anyuri minoccurs="1"/> type="xs:anyuri" minoccurs="0"/> <xs:element name="indications"

18 Associated Validation Report Data <xs:complextype name="validationreportdatatype"> <xs:sequence> <xs:element name="signingcertificate" type="voreferencetype" maxoccurs="1"/> <xs:element name="certificatechain" type="voreferencetype" maxoccurs="1"/> <xs:element name="signeddataobjects" type="voreferencetype" maxoccurs="1"/> <xs:element name="revocationstatusinformation" type="revocationstatusinformationtype"/> <xs:element name="cryptoinformation" type="cryptoinformationtype" /> <xs:element name="additionalvalidationreportdata" type="additionalvalidationreportdatatype" /> </xs:sequence> </xs:complextype> 18

19 Signature Validation Objects <xs:complextype name="validationobjecttype"> <xs:sequence> <xs:element name="objecttype" type="xs:anyuri"/> <xs:element name="validationobject" type="validationobjectrepresentationtype"/> <xs:element name="poe" type="poetype" minoccurs="0"/> <xs:choice minoccurs="0" maxoccurs="1"> <xs:element name="validationreport" type="vr:individualreporttype"/> <xs:element ref="vr:individualtimestampreport"/> <xs:element ref="vr:individualcertificatereport"/> <xs:element ref="vr:individualattributecertificaterep <xs:element ref="vr:individualcrlreport"/> <xs:element ref="vr:individualocspreport"/> <xs:element ref="vr:evidencerecordreport"/> </xs:choice> </xs:sequence> <xs:attribute name="id" type="xs:id" use="required"/> </xs:complextype> 19

20 Timeline Draft publicly available. Comments from stakeholders until end of January. Processing of comments, provision of resolutions for comments, implementation, and production of new draft for ESI approval. Approval by ESI scheduled for the April meeting Publication of ETSI TS : 31/08/ ETSI All rights reserved

21 Contact Details: Peter Lipp Graz University of Technology Thank you! 21

Session 1. esignature and eseal validation landscape. Presented by Sylvie Lacroix esignature and eseal validation workshop, Jan

Session 1. esignature and eseal validation landscape. Presented by Sylvie Lacroix esignature and eseal validation workshop, Jan Session 1 e and eseal validation landscape Presented by Sylvie Lacroix e and eseal validation workshop, Jan 10 2018 Legal Framework: eidas Regulation and e Validation as a (qualified) Trust Service (link

More information

Level of Assurance Authentication Context Profiles for SAML 2.0

Level of Assurance Authentication Context Profiles for SAML 2.0 2 3 4 5 Level of Assurance Authentication Context Profiles for SAML 2.0 Draft 01 01 April 2008 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 Specification URIs: This

More information

ETSI ESI and Signature Validation Services

ETSI ESI and Signature Validation Services ETSI ESI and Signature Validation Services Presented by: Andrea Röck For: Universign and ETSI STF 524 expert 24.10.2018 CA day ETSI 2018 Agenda Update on standardisation under eidas Signature validation

More information

APPENDIX 2 Technical Requirements Version 1.51

APPENDIX 2 Technical Requirements Version 1.51 APPENDIX 2 Technical Requirements Version 1.51 Table of Contents Technical requirements for membership in Sambi... 2 Requirements on Members... 2 Service Provider, SP... 2 Identity Provider, IdP... 2 User...

More information

TED schemas. Governance and latest updates

TED schemas. Governance and latest updates TED schemas Governance and latest updates Enric Staromiejski Torregrosa Carmelo Greco 9 October 2018 Agenda 1. Objectives 2. Scope 3. TED XSD 3.0.0 Technical harmonisation of all TED artefacts Code lists

More information

Digital Signature Service Core Protocols, Elements, and Bindings

Digital Signature Service Core Protocols, Elements, and Bindings 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 Digital Signature Service Core Protocols, Elements, and Bindings Working Draft 28, 18 October 2004 Document

More information

2006 Martin v. Löwis. Data-centric XML. XML Schema (Part 1)

2006 Martin v. Löwis. Data-centric XML. XML Schema (Part 1) Data-centric XML XML Schema (Part 1) Schema and DTD Disadvantages of DTD: separate, non-xml syntax very limited constraints on data types (just ID, IDREF, ) no support for sets (i.e. each element type

More information

Metadata for SAML 1.0 Web Browser Profiles

Metadata for SAML 1.0 Web Browser Profiles 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 Metadata for SAML 1.0 Web Browser Profiles Working Draft 00, 12 November 2002 Document identifier: draft-sstc-saml-meta-data-00 Location:

More information

Proposed Visual Document Signatures Profile of OASIS DSS

Proposed Visual Document Signatures Profile of OASIS DSS Proposed Visual Document Signatures Profile of OASIS DSS ARX Contribution 01, 7 August 2007 Document identifier: oasis-dss-profiles-visual-document-signatures-arx-01 Technical Committee: OASIS Digital

More information

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC)

/// Rapport. / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) /// Rapport / Testdocumentatie nieuwe versie Register producten en dienstverlening (IPDC) / Maart 2017 www.vlaanderen.be/informatievlaanderen Informatie Vlaanderen /// Aanpassingen aan de webservices Dit

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 119 142-3 V1.1.1 (2016-12) TECHNICAL SPECIFICATION Electronic Signatures and Infrastructures (ESI); PAdES digital signatures; Part 3: PAdES Document Time-stamp digital signatures (PAdES-DTS) 2 TS 119

More information

UPDATE ON CEN & ETSI STANDARDISATION ON SIGNATURES

UPDATE ON CEN & ETSI STANDARDISATION ON SIGNATURES UPDATE ON CEN & ETSI STANDARDISATION ON SIGNATURES Workshop eidas Trust Services: 6 months on after the switch-over 19 December 2016 Riccardo Genghini, TC ESI chairman Topics eidas Standards Status ETSI

More information

! "# # $ % & ' ( ' )* ) & %*+ *

! # # $ % & ' ( ' )* ) & %*+ * !"# # # $ %&'( ' )*& %*+ %*+ text text text

More information

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents

Oracle B2B 11g Technical Note. Technical Note: 11g_005 Attachments. Table of Contents Oracle B2B 11g Technical Note Technical Note: 11g_005 Attachments This technical note lists the attachment capabilities available in Oracle B2B Table of Contents Overview... 2 Setup for Fabric... 2 Setup

More information

ETSI TC ESI WORK ON ELECTRONIC REGISTERED DELIVERY SERVICES AND REGISTERED ELECTRONIC MAIL

ETSI TC ESI WORK ON ELECTRONIC REGISTERED DELIVERY SERVICES AND REGISTERED ELECTRONIC MAIL ETSI TC ESI WORK ON ELECTRONIC REGISTERED DELIVERY SERVICES AND REGISTERED ELECTRONIC MAIL Luca Boldrin, Juan Carlos Cruellas, Santino Foti, Paloma Llaneza, Kornél Réti Agenda STF 523 concept and context

More information

QosPolicyHolder:1 Erratum

QosPolicyHolder:1 Erratum Erratum Number: Document and Version: Cross References: Next sequential erratum number Effective Date: July 14, 2006 Document erratum applies to the service document QosPolicyHolder:1 This Erratum has

More information

Long Time Validation extended Signed Data Object Specification of version 1.1

Long Time Validation extended Signed Data Object Specification of version 1.1 Long Time Validation extended Signed Data Object Specification of version 1.1 Document version 1.0: Table of Contents Document history...3 References...4 Introduction...5 Requirements...6 Format structure...7

More information

General Service Subscription Management Technical Specification

General Service Subscription Management Technical Specification General Service Subscription Management Technical Specification Approved Version 1.0 20 Dec 2011 Open Mobile Alliance OMA-TS-GSSM-V1_0-20111220-A OMA-TS-GSSM-V1_0-20111220-A Page 2 (32) Use of this document

More information

X-Road: Protocol for Downloading Configuration

X-Road: Protocol for Downloading Configuration X-Road: Protocol for Downloading Configuration Technical Specification Version: 2.1 23.10.2015 26 pages Doc. ID: PR-GCONF 23.10.2015 1/26 Date Version Description Author 04.09.2015 1.4 Minor fixes Siim

More information

Service Modeling Language (SML) Pratul Dublish Principal Program Manager Microsoft Corporation

Service Modeling Language (SML) Pratul Dublish Principal Program Manager Microsoft Corporation Service Modeling Language (SML) Pratul Dublish Principal Program Manager Microsoft Corporation 1 Outline Introduction to SML SML Model Inter-Document References URI scheme deref() extension function Schema-based

More information

Resolution of comments on Drafts ETSI EN to ETSI EN May 2014

Resolution of comments on Drafts ETSI EN to ETSI EN May 2014 Resolution of comments on Drafts ETSI EN 319 142-1 to ETSI EN 319 142-7 31 May 2014 PAdES Foreword: Please note that the following disposition of comments is provided to the light of the current context

More information

:PRIA_DOCUMENT_v2_4_1.XSD

:PRIA_DOCUMENT_v2_4_1.XSD ==================================================================

More information

Schema Element Name Has Extra Content

Schema Element Name Has Extra Content Schema Element Name Has Extra Content It is used to describe and validate the structure and the content of XML data. XML schema defines the elements, attributes and data types. Schema element supports

More information

ETSI Electronic Signatures and Infrastructures (ESI) TC

ETSI Electronic Signatures and Infrastructures (ESI) TC ETSI Electronic Signatures and Infrastructures (ESI) TC Presented by Andrea Caccia, ETSI/ESI liaison to ISO SC27 ( a.caccia @ kworks.it ) ETSI 2011. All rights reserved ETSI TC ESI - Electronic Signatures

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 119 134-3 V1.1.1 (2016-06) TECHNICAL SPECIFICATION Electronic Signatures and Infrastructures(ESI); XAdES digital s - Testing Conformance and Interoperability; Part 3: Test suites for testing interoperability

More information

XEP-0357: Push Notifications

XEP-0357: Push Notifications XEP-0357: Push Notifications Kevin Smith mailto:kevin@kismith.co.uk xmpp:kevin@doomsong.co.uk Lance Stout mailto:lance@andyet.com xmpp:lance@lance.im 2017-08-24 Version 0.3 Status Type Short Name Experimental

More information

Draft. Electronic Signatures and Infrastructures (ESI); Protocols for remote digital signature creation STABLE DRAFT

Draft. Electronic Signatures and Infrastructures (ESI); Protocols for remote digital signature creation STABLE DRAFT TS 119 432 V0.0.5 (2018-07) TECHNICAL SPECIFICATION Electronic Signatures and Infrastructures (ESI); Protocols for remote digital signature creation STABLE DRAFT Send comments ONLY to E-SIGNATURES_COMMENTS@list.etsi.org

More information

Trustmark Framework Technical Specification

Trustmark Framework Technical Specification Trustmark Framework Technical Specification Version 1.2 November 6, 2017 Published by the Georgia Tech Research Institute under the Trustmark Initiative https://trustmarkinitiative.org/ Table of Contents

More information

SAML 2.0 SSO Extension for Dynamically Choosing Attribute Values

SAML 2.0 SSO Extension for Dynamically Choosing Attribute Values SAML 2.0 SSO Extension for Dynamically Choosing Attribute Values Authors: George Inman University of Kent g.inman@kent.ac.uk David Chadwick University of Kent d.w.chadwick@kent.ac.uk Status of This Document

More information

BSI Technical Guideline Preservation of Evidence of Cryptographically Signed Documents

BSI Technical Guideline Preservation of Evidence of Cryptographically Signed Documents BSI Technical Guideline 03125 Preservation of Evidence of Cryptographically Signed Documents Annex TR-ESOR-VR: Verification Reports for Selected Data Structures Designation Verification Reports for Selected

More information

Metadata for SAML 1.0 Web Browser Profiles

Metadata for SAML 1.0 Web Browser Profiles 1 2 3 4 Metadata for SAML 1.0 Web Browser Profiles Working Draft 01, 1 February 2003 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Document identifier: draft-sstc-saml-meta-data-01

More information

Request for Comments: CIO Austria T. Kobayashi NTT Y. Wang UNCC April 2005

Request for Comments: CIO Austria T. Kobayashi NTT Y. Wang UNCC April 2005 Network Working Group Request for Comments: 4050 Category: Informational S. Blake-Wilson BCI G. Karlinger CIO Austria T. Kobayashi NTT Y. Wang UNCC April 2005 Using the Elliptic Curve Signature Algorithm

More information

Mapping IDABC Authentication Assurance Levels to SAML V2.0

Mapping IDABC Authentication Assurance Levels to SAML V2.0 Mapping IDABC Authentication Assurance Levels to SAML V2.0 Konstantinos MOULINOS, Seconded National Expert Open Standards Forum 2008: Security challenges for the Information Society Scope of the presentation

More information

[MS-MSL]: Mapping Specification Language File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-MSL]: Mapping Specification Language File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-MSL]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

SSL/TSL EV Certificates

SSL/TSL EV Certificates SSL/TSL EV Certificates CA/Browser Forum Exploratory seminar on e-signatures for e-business in the South Mediterranean region 11-12 November 2013, Amman, Jordan Moudrick DADASHOW CEO, Skaitmeninio Sertifikavimo

More information

Test Signature Policy Version 1.0

Test Signature Policy Version 1.0 Test Signature Policy Version 1.0 This document describes the policy requirements for the creation of test signatures. 04-10-2018 Name COMPL_POL_TestSignaturePolicy OID 1.3.6.1.4.1.49274.1.1.5.1.0 Applicable

More information

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017

Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1. September 2017 Oracle Hospitality OPERA Web Self- Service Brochure Web Service Specification Version 5.1 September 2017 Copyright 1987, 2017, Oracle and/or its affiliates. All rights reserved. This software and related

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 119 144-4 V1.1.1 (2016-06) TECHNICAL SPECIFICATION Electronic Signatures and Infrastructures (ESI); PAdES digital signatures - Testing Conformance and Interoperability; Part 4: Testing Conformance of

More information

Expires: January 15, 2005 July 17, Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03

Expires: January 15, 2005 July 17, Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03 SIMPLE J. Rosenberg Internet-Draft dynamicsoft Expires: January 15, 2005 July 17, 2004 Extensible Markup Language (XML) Formats for Representing Resource Lists draft-ietf-simple-xcap-list-usage-03 Status

More information

eidas Workshop Return on Experience from Conformity Assessment Bodies - EY June 13, 2016 Contacts: Arvid Vermote

eidas Workshop Return on Experience from Conformity Assessment Bodies - EY June 13, 2016 Contacts: Arvid Vermote eidas Workshop Return on Experience from Conformity Assessment Bodies - EY June 13, 2016 Contacts: Arvid Vermote arvid.vermote@be.ey.com EY eidas Certification scheme Scheme EY CertifyPoint B.V. is currently

More information

Test Assertions Part 2 - Test Assertion Markup Language Version 1.0

Test Assertions Part 2 - Test Assertion Markup Language Version 1.0 Test Assertions Part 2 - Test Assertion Markup Language Version 1.0 Draft 1.0.2 6 January 2010 Specification URIs: This Version: Previous Version: [NA] Latest Version: http://docs.oasis-open.org/tag/taml/v1.0/testassertionmarkuplanguage-1.0.html

More information

ETSI EN V1.1.1 ( )

ETSI EN V1.1.1 ( ) EN 319 102-1 V1.1.1 (2016-05) EUROPEAN STANDARD Electronic Signatures and Infrastructures (ESI); Procedures for Creation and Validation of AdES Digital Signatures; Part 1: Creation and Validation 2 EN

More information

SMKI Repository Interface Design Specification TPMAG baseline submission draft version 8 September 2015

SMKI Repository Interface Design Specification TPMAG baseline submission draft version 8 September 2015 SMKI Repository Interface Design Specification DCC Public Page 1 of 21 Contents 1 Introduction 3 1.1 Purpose and Scope 3 1.2 Target Response Times 3 2 Interface Definition 4 2.1 SMKI Repository Portal

More information

3GPP TS V ( )

3GPP TS V ( ) TS 24.390 V12.2.0 (2014-12) Technical Specification 3 rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Unstructured Supplementary Service Data (USSD) using IP

More information

eidas Interoperability Architecture Version November 2015

eidas Interoperability Architecture Version November 2015 eidas Interoperability Architecture Version 1.00 6. November 2015 1 Introduction This document specifies the interoperability components of the eidas-network, i.e. the components necessary to achieve interoperability

More information

XEP-0114: Jabber Component Protocol

XEP-0114: Jabber Component Protocol XEP-0114: Jabber Component Protocol Peter Saint-Andre mailto:xsf@stpeter.im xmpp:peter@jabber.org http://stpeter.im/ 2012-01-25 Version 1.6 Status Type Short Name Active Historical component This specification

More information

XEP-0033: Extended Stanza Addressing

XEP-0033: Extended Stanza Addressing XEP-0033: Extended Stanza Addressing Joe Hildebrand mailto:jhildebr@cisco.com xmpp:hildjj@jabber.org Peter Saint-Andre mailto:xsf@stpeter.im xmpp:peter@jabber.org http://stpeter.im/ 2017-01-11 Version

More information

saml requesting attributes v1.1 wd01 Working Draft January 2016 Standards Track Draft Copyright OASIS Open All Rights Reserved.

saml requesting attributes v1.1 wd01 Working Draft January 2016 Standards Track Draft Copyright OASIS Open All Rights Reserved. Standards Track Draft Copyright OASIS Open 2015. All Rights Reserved. Page 1 of 10 SAML v2.0 Protocol Extension for Requesting Attributes in AuthnRequest Version 1.1 Working Draft 02 19 January 2016 Technical

More information

XEP-0298: Delivering Conference Information to Jingle Participants (Coin)

XEP-0298: Delivering Conference Information to Jingle Participants (Coin) XEP-0298: Delivering Conference Information to Jingle Participants (Coin) Emil Ivov mailto:emcho@jitsi.org xmpp:emcho@jit.si Enrico Marocco mailto:enrico.marocco@telecomitalia.it xmpp:enrico@tilab.com

More information

Intellectual Property Rights Notice for Open Specifications Documentation

Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights tice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats,

More information

3GPP TS V8.2.0 ( )

3GPP TS V8.2.0 ( ) TS 24.623 V8.2.0 (2009-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Extensible Markup Language (XML) Configuration Access Protocol

More information

Draft ETSI EN V1.0.0 ( )

Draft ETSI EN V1.0.0 ( ) Draft EN 319 522-4-3 V1.0.0 (2018-05) Electronic Signatures and Infrastructures (ESI); Electronic Registered Delivery Services; Part 4: Bindings; Sub-part 3: Capability/requirements bindings 2 Draft EN

More information

XML Schema types and equivalence classes

XML Schema types and equivalence classes XML Schema types and equivalence classes reconstructing DTD best practice Henry S. Thompson HCRC Language Technology Group, Edinburgh, Scotland ht@cogsci.ed.ac.uk Abstract: Eve L. Maler and Jeanne El Andaloussi

More information

3GPP TS V ( )

3GPP TS V ( ) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; User Data Convergence (UDC); User Data Repository Access Protocol over the Ud interface;

More information

[MS-KPS-Diff]: Key Protection Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-KPS-Diff]: Key Protection Service Protocol. Intellectual Property Rights Notice for Open Specifications Documentation [MS-KPS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Introduction Syntax and Usage XML Databases Java Tutorial XML. November 5, 2008 XML

Introduction Syntax and Usage XML Databases Java Tutorial XML. November 5, 2008 XML Introduction Syntax and Usage Databases Java Tutorial November 5, 2008 Introduction Syntax and Usage Databases Java Tutorial Outline 1 Introduction 2 Syntax and Usage Syntax Well Formed and Valid Displaying

More information

Internet Engineering Task Force (IETF) May 2017

Internet Engineering Task Force (IETF) May 2017 Internet Engineering Task Force (IETF) Request for Comments: 8147 Category: Standards Track ISSN: 2070-1721 R. Gellens Core Technology Consulting H. Tschofenig Individual May 2017 Next-Generation Pan-European

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-MSL]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

ETSI TS V1.2.1 ( )

ETSI TS V1.2.1 ( ) TECHNICAL SPECIFICATION Electronic Signatures and Infrastructures (ESI); Procedures for Creation and Validation of AdES Digital Signatures; Part 1: Creation and Validation 2 Reference RTS/ESI-0019102-1-TSversion

More information

XEP-0171: Language Translation

XEP-0171: Language Translation XEP-0171: Language Translation Boyd Fletcher mailto:boyd.fletcher@us.army.mil Keith Lirette mailto:keith.lirette@tridsys.com Daniel LaPrade mailto:dlaprade@echostorm.net Brian Raymond mailto:braymond@echostorm.net

More information

UPDATES TO THE LRIT SYSTEM. Report of the Drafting Group

UPDATES TO THE LRIT SYSTEM. Report of the Drafting Group E SUB-COMMITTEE ON NAVIGATION, COMMUNICATIONS AND SEARCH AND RESCUE 5th session Agenda item 4 21 ebruary 2018 Original: ENGLISH DISCLAIMER As at its date of issue, this document, in whole or in part, is

More information

Category: Informational November Cryptographic Token Key Initialization Protocol (CT-KIP) Version 1.0 Revision 1

Category: Informational November Cryptographic Token Key Initialization Protocol (CT-KIP) Version 1.0 Revision 1 Network Working Group M. Nystroem Request for Comments: 4758 RSA Security Category: Informational November 2006 Cryptographic Token Key Initialization Protocol (CT-KIP) Version 1.0 Revision 1 Status of

More information

SCE User Domains. Approved Version Jul Open Mobile Alliance OMA-TS-SCE_DOM-V1_ A

SCE User Domains. Approved Version Jul Open Mobile Alliance OMA-TS-SCE_DOM-V1_ A SCE User Domains Approved Version 1.0 05 Jul 2011 Open Mobile Alliance OMA-TS-SCE_DOM-V1_0-20110705-A OMA-TS-SCE_DOM-V1_0-20110705-A Page 2 (65) Use of this document is subject to all of the terms and

More information

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-SSISPARAMS-Diff]: Integration Services Project Parameter File Format. Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSISPARAMS-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for

More information

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Configuration Guide E84772-01 Last Update: Monday, October 09, 2017 Oracle Utilities Opower Energy Efficiency Web Portal -

More information

Overview of the EU ETS Reporting Language (XETL)

Overview of the EU ETS Reporting Language (XETL) Overview of the EU ETS Reporting Language (XETL) General The EU ETS Reporting Language is an electronic ing language supporting EU ETS Monitoring, Reporting and Validation (MRV) activities such as submitting

More information

Basic elements of file-based broadcasting systems

Basic elements of file-based broadcasting systems Recommendation ITU-R BT.1888 (03/2011) Basic elements of file-based broadcasting systems BT Series Broadcasting service (television) ii Rec. ITU-R BT.1888 Foreword The role of the Radiocommunication Sector

More information

Digital Signature Service Core Protocols and Elements

Digital Signature Service Core Protocols and Elements 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 Digital Signature Service Core Protocols and Elements Working Draft 07, 25 November 2003 Document identifier:

More information

TECHNICAL REPORT Electronic Signatures and Infrastructures (ESI); Guidance on the use of standards for cryptographic suites

TECHNICAL REPORT Electronic Signatures and Infrastructures (ESI); Guidance on the use of standards for cryptographic suites TR 119 300 V1.2.1 (2016-03) TECHNICAL REPORT Electronic Signatures and Infrastructures (ESI); Guidance on the use of standards for cryptographic suites 2 TR 119 300 V1.2.1 (2016-03) Reference RTR/ESI-0019300v121

More information

XEP-0104: HTTP Scheme for URL Data

XEP-0104: HTTP Scheme for URL Data XEP-0104: HTTP Scheme for URL Data Matthew Miller mailto:linuxwolf@outer-planes.net xmpp:linuxwolf@outer-planes.net 2004-01-20 Version 0.3 Status Type Short Name Deferred Standards Track N/A This document

More information

Federation Metadata Document Structure Proposal

Federation Metadata Document Structure Proposal Federation Metadata Document Structure Proposal Date Revision Comments Author 7/31/2008 Initial Draft Proposal donsch Contents 1. Problem Statement...2 2. Solution Overview...3 3. Harmonized Metadata Details...4

More information

CEN & ETSI standards & eidas Compliance

CEN & ETSI standards & eidas Compliance CEN & ETSI standards & eidas Compliance Nick Pope - Thales Vice Chair, ETSI TC Electronic Signature & Infrastructures Jan Ulrik Kjærsgaard Cryptomathic Editor CEN EN 419 241-2 (Remote Signing) eidas and

More information

Electronic PostMark (EPM) Profile of the OASIS Digital Signature Service

Electronic PostMark (EPM) Profile of the OASIS Digital Signature Service 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Electronic PostMark (EPM) Profile of the OASIS Digital Signature Service Committee Draft, 24 December, 2004 (Working Draft 06) Document

More information

XEP-0130: Waiting Lists

XEP-0130: Waiting Lists XEP-0130: Waiting Lists Peter Saint-Andre mailto:xsf@stpeter.im xmpp:peter@jabber.org http://stpeter.im/ Alexandre Nolle mailto:anolle@francetelecom.com Mark Troyer mailto:mtroyer@jabber.com xmpp:mtroyer@corp.jabber.com

More information

Schema XACML v0.11c.xsd

Schema XACML v0.11c.xsd Schema XACML v0.11c.xsd schema location: targetnamespace: C:\temp\XACML v0.11c.xsd Elements Complex s Simple s and ActionsType EffectType attributefunction AndType divide equal greaterorequal lessorequal

More information

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers.

Messages are securely encrypted using HTTPS. HTTPS is the most commonly used secure method of exchanging data among web browsers. May 6, 2009 9:39 SIF Specifications SIF Implementation Specification The SIF Implementation Specification is based on the World Wide Web Consortium (W3C) endorsed Extensible Markup Language (XML) which

More information

ETSI TS V ( ) Technical Specification

ETSI TS V ( ) Technical Specification Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Telecommunication management; Subscription Management (SuM) Network Resource Model (NRM) Integration Reference Point (IRP);

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-DPAD]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track

Internet Engineering Task Force (IETF) Request for Comments: Category: Standards Track Internet Engineering Task Force (IETF) Request for Comments: 6726 Obsoletes: 3926 Category: Standards Track ISSN: 2070-1721 T. Paila Nokia R. Walsh Nokia/TUT M. Luby Qualcomm Technologies, Inc. V. Roca

More information

SAML V2.0 Profile for Mandator Credentials

SAML V2.0 Profile for Mandator Credentials 2 SAML V2.0 Profile for Mandator Credentials 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 Specification URIs: This Version: Previous Version: Latest Version: Technical

More information

XEP-0009: Jabber-RPC

XEP-0009: Jabber-RPC XEP-0009: Jabber-RPC DJ Adams mailto:dj.adams@pobox.com xmpp:dj@gnu.mine.nu 2011-11-10 Version 2.2 Status Type Short Name Final Standards Track jabber-rpc This specification defines an XMPP protocol extension

More information

ETSI TS V8.3.0 ( ) Technical Specification

ETSI TS V8.3.0 ( ) Technical Specification TS 124 516 V8.3.0 (2010-10) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; TISPAN; PSTN/ISDN simulation services;

More information

Internet Engineering Task Force (IETF) Deutsche Telekom May A Routing Request Extension for the HTTP-Enabled Location Delivery (HELD) Protocol

Internet Engineering Task Force (IETF) Deutsche Telekom May A Routing Request Extension for the HTTP-Enabled Location Delivery (HELD) Protocol Internet Engineering Task Force (IETF) Request for Comments: 7840 Updates: 5985, 6881 Category: Standards Track ISSN: 2070-1721 J. Winterbottom Winterb Consulting Services H. Tschofenig L. Liess Deutsche

More information

Configuring Capabilities Manager

Configuring Capabilities Manager Finding Feature Information, page 1 Prerequisites for, page 1 Information About Capabilities Manager, page 1 How to Configure Capabilities Manager, page 5 Additional References, page 8 Feature Information

More information

Big Data Exercises. Fall 2018 Week 8 ETH Zurich. XML validation

Big Data Exercises. Fall 2018 Week 8 ETH Zurich. XML validation Big Data Exercises Fall 2018 Week 8 ETH Zurich XML validation Reading: (optional, but useful) XML in a Nutshell, Elliotte Rusty Harold, W. Scott Means, 3rd edition, 2005: Online via ETH Library 1. XML

More information

FIPA JXTA Discovery Middleware Specification

FIPA JXTA Discovery Middleware Specification 1 2 3 4 5 6 FOUNDATION FOR INTELLIGENT PHYSICAL AGENTS FIPA JXTA Discovery Middleware Specification 7 8 9 Document title FIPA JXTA Discovery Middleware Specification Document number Version 1.2 Document

More information

Implementation profile for using OASIS DSS in Central Signing services

Implementation profile for using OASIS DSS in Central Signing services Implementation profile for using OASIS DSS in Central Signing services ELN-0607-v0.9 Version 0.9 2013-10-14 1 (12) 1 INTRODUCTION 3 1.1 TERMINOLOGY 3 1.2 REQUIREMENT KEY WORDS 3 1.3 NAME SPACE REFERENCES

More information

Internet Engineering Task Force (IETF) Request for Comments: 6283 Category: Standards Track. July 2011

Internet Engineering Task Force (IETF) Request for Comments: 6283 Category: Standards Track. July 2011 Internet Engineering Task Force (IETF) Request for Comments: 6283 Category: Standards Track ISSN: 2070-1721 A. Jerman Blazic S. Saljic SETCCE T. Gondrom July 2011 Abstract Extensible Markup Language Evidence

More information

Draft ETSI EN V1.0.0 ( )

Draft ETSI EN V1.0.0 ( ) Draft EN 319 102-1 V1.0.0 (2015-07) EUROPEAN STANDARD Electronic Signatures and Infrastructures (ESI); Procedures for Creation and Validation of AdES Digital Signatures; Part 1: Creation and Validation

More information

Oracle Enterprise Data Quality

Oracle Enterprise Data Quality Oracle Enterprise Data Quality Automated Loading and Running of Projects Version 9.0 January 2012 Copyright 2006, 2012, Oracle and/or its affiliates. All rights reserved. Oracle Enterprise Data Quality,

More information

Overview & Specification

Overview & Specification Electronic Signature Overview & Specification Version: 1.0 Author: Qatar Public Key Infrastructure Section Document Classification: PUBLIC Published Date: May 2018 Version: 1.0 Page 1 of 31 Document Information

More information

Can a language be before the first programming language?

Can a language be before the first programming language? Can a language be before the first programming language? menyhart@elte.hu ELTE IK Abstract. I would like to present a potential new language which can be used before the first programming language. We

More information

FIPA JXTA Discovery Middleware Specification

FIPA JXTA Discovery Middleware Specification 1 2 3 4 5 6 FOUNDATION FOR INTELLIGENT PHYSICAL AGENTS FIPA JXTA Discovery Middleware Specification 7 8 9 Document title FIPA JXTA Discovery Middleware Specification Document number PC00096A Document source

More information

Internet Engineering Task Force (IETF) Request for Comments: 6915 Updates: 6155 April 2013 Category: Standards Track ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 6915 Updates: 6155 April 2013 Category: Standards Track ISSN: Internet Engineering Task Force (IETF) R. Bellis Request for Comments: 6915 Nominet UK Updates: 6155 April 2013 Category: Standards Track ISSN: 2070-1721 Flow Identity Extension for HTTP-Enabled Location

More information

XML Schema for Job Definition Format. Graham Mann Internet Printing Group, Adobe Systems Inc

XML Schema for Job Definition Format. Graham Mann Internet Printing Group, Adobe Systems Inc XML Schema for Job Definition Format Graham Mann Internet Printing Group, Adobe Systems Inc gmann@adobe.com Agenda! Why use XML schema! Summary of XML schema capability! Limitations of XML schema! JDF

More information

Data Bus Client Interface Manager Interface Control Document

Data Bus Client Interface Manager Interface Control Document SunGuide SM : Data Bus Client Interface Manager Interface Control Document SunGuide-DB-CIM-ICD-1.0.0 Prepared for: Florida Department of Transportation Traffic Engineering and Operations Office 605 Suwannee

More information

ETSI TS V9.0.0 ( ) Technical Specification

ETSI TS V9.0.0 ( ) Technical Specification TS 132 417 V9.0.0 (2010-01) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Telecommunication management; Performance

More information

TCG. TCG Infrastructure Working Group Security Qualities Schema. TCG PUBLISHED Copyright TCG 2007

TCG. TCG Infrastructure Working Group Security Qualities Schema. TCG PUBLISHED Copyright TCG 2007 TCG Infrastructure Working Group Security Qualities Schema Revision 7 21 May 2007 Published Contacts: admin@trustedcomputinggroup.org Copyright TCG 2007 TCG Copyright 2007 Trusted Computing Group, Incorporated.

More information

Intellectual Property Rights Notice for Open Specifications Documentation

Intellectual Property Rights Notice for Open Specifications Documentation [MS-MSL-Diff]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information