Key Management Interoperability Protocol HTTPS Profile Version 1.0

Size: px
Start display at page:

Download "Key Management Interoperability Protocol HTTPS Profile Version 1.0"

Transcription

1 Key Management Interoperability Protocol HTTPS Profile Version 1.0 Working Draft June 2012 Technical Committee: OASIS Key Management Interoperability Protocol (KMIP) TC Chairs: Robert Griffin EMC Corporation Subhash Sankuratripati NetApp Editors: Tim Hudson Cryptsoft Related work: This specification is related to: Key Management Interoperability Protocol Profiles Version October OASIS Standard. Key Management Interoperability Protocol Specification Version 1.1. Latest version. Key Management Interoperability Protocol Use Cases Version 1.1. Latest version. Key Management Interoperability Protocol Usage Guide Version 1.1. Latest version. Abstract: Describes an HTTP encoding alternative to the raw TTLV encoding. Status: This Working Draft (WD) has been produced by one or more TC Members; it has not yet been voted on by the TC or approved as a Committee Draft (Committee Specification Draft or a Committee Note Draft). The OASIS document Approval Process begins officially with a TC vote to approve a WD as a Committee Draft. A TC may approve a Working Draft, revise it, and reapprove it any number of times as a Committee Draft. Copyright OASIS Open All Rights Reserved. All capitalized terms in the following text have the meanings assigned to them in the OASIS Intellectual Property Rights Policy (the "OASIS IPR Policy"). The full Policy may be found at the OASIS website. This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published, and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this section are included on all such copies and derivative works. However, this document itself may not be modified in any way, including by removing the copyright notice or references to OASIS, except as needed for the purpose of developing any document or deliverable produced by an OASIS Technical Committee (in which case the rules applicable to copyrights, as set forth in the OASIS IPR Policy, must be followed) or as required to translate it into languages other than English. The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY OWNERSHIP RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Standards Track Draft Copyright OASIS Open All Rights Reserved. Page 1 of 10

2 Table of Contents 1 Introduction Terminology Normative References Non-Normative References HTTPS Profile Authentication Suite KMIP Port Number Request URI HTTP Encoding HTTPS Profile Test Cases Query, Maximum Response Size Test Case: Query, Maximum Response Size... 5 Appendix A. Acknowledgments Standards Track Draft Copyright OASIS Open All Rights Reserved. Page 2 of 10

3 1 Introduction For normative definition of the elements of KMIP see the KMIP Specification ([KMIP-SPEC-1_0 and KMIP-SPEC-1_1]) and the KMIP Profiles ([KMIP-PROF]). Illustrative guidance for the implementation of KMIP clients and servers is provided in the KMIP Usage Guide ([KMIP-UG]) and KMIP Use Cases ([KMIP_UC]). This profile defines the necessary encoding rules for the transport of KMIP TTLV messages via the Hypertext Transfer Protocol ([RFC2616]) over TLS as specified in HTTP over TLS ([RFC2818]). 1.1 Terminology The key words MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT, RECOMMENDED, MAY, and OPTIONAL in this document are to be interpreted as described in [RFC2119]. 1.2 Normative References [RFC1945] T. Berners-Lee, R. Fielding, H. Frystyk, Hypertext Transfer Protocol -- HTTP/1.0, IETF RFC 1945, May [RFC2119] S. Bradner, Key words for use in RFCs to Indicate Requirement Levels, IETF RFC 2119, March [RFC2246] T. Dierks and C. Allen, The TLS Protocol, Version 1.0, IETF RFC 2246, Jan 1999, [RFC2616] R. Fielding, J. Gettys, J. Mogul, H. Frystyk, L. Masinter, P. Leach, T. Berners- Lee, Hypertext Transfer Protocol -- HTTP/1.1, IETF RFC 2616, June [RFC2818] E. Rescorla, HTTP over TLS, IETF RFC 2818, May 2000, [KMIP-SPEC-1_0] OASIS Standard, Key Management Interoperability Protocol Specification Version 1.0, October 2010, [KMIP-SPEC-1_1] Key Management Interoperability Protocol Specification Version Committee Specification Draft 01.1 December [KMIP-PROF] Key Management Interoperability Protocol Usage Guide Version December OASIS Standard Non-Normative References [KMIP-UG] Key Management Interoperability Protocol Usage Guide Version Committee Note Draft, 1 December 2011, [KMIP-TC] Key Management Interoperability Protocol Test Cases Version Committee Note Draft, 1 December Standards Track Draft Copyright OASIS Open All Rights Reserved. Page 3 of 10

4 2 HTTPS Profile The Hypertext Transfer Protocol over Transport Layer Security (HTTPS) is simply the use of HTTP over TLS in the same manner that HTTP is used over TCP. KMIP over HTTPS is simply the use of KMIP messages over HTTPS in the same manner than KMIP is used over TLS. 2.1 Authentication Suite Implementations conformant to this profile SHALL support one or more of the Authentication Suites defined within section 3 of [KMIP-PROF]. The establishment of the trust relationship between the KMIP client and the KMIP server is same as the defined base profiles. 2.2 KMIP Port Number KMIP servers conformant to this profile MAY use TCP port number 5696, as assigned by IANA, to receive and send KMIP messages provided that both HTTP and non-http encoded messages are supported. KMIP clients SHALL enable end user configuration of the TCP port number used, as a KMIP server may specify a different TCP port number. 2.3 Request URI KMIP servers conformant to this profile SHOULD support the value /kmip as the target URI. KMIP clients SHALL enable end user configuration of the target URI used as a KMIP server may specify a different target URI. 2.4 HTTP Encoding KMIP client implementations conformant to this profile SHALL: 1. Support HTTP/1.0 and/or HTTP/1.1 over TLS conformant to [RFC2818] 2. Use the POST request method 3. Specify a Content-Type of application/octet-stream 4. Specify a Content-Length 5. Specify a Cache-Control of no-cache 6. Send KMIP TTLV message in binary format as the body of the HTTP request KMIP server implementations conformant to this profile SHALL: 1. Support HTTP/1.0 and HTTP/1.1 over TLS conformant to [RFC2818] 2. Return HTTP response code 200 if a KMIP response is available 3. Specify a Content-Type of application/octet-stream 4. Specify a Content-Length 5. Specify a Cache-Control of no-cache 6. Send KMIP TTLV message in binary format as the body of the HTTP request KMIP servers that support server to client operations shall behave as an HTTPS client. KMIP clients that support responding to server to client operations shall behave as a HTTPS server. Standards Track Draft Copyright OASIS Open All Rights Reserved. Page 4 of 10

5 3 HTTPS Profile Test Cases This section contains a test case that demonstrates the HTTPS profile encoding using test case 12.1 from [KMIP-TC] using protocol version 1.0 which exercises the Query operation and the Maximum Response Size header field. 3.1 Query, Maximum Response Size Test Case: Query, Maximum Response Size Perform a Query operation, querying the Operations and Objects supported by the server, with a restriction on the Maximum Response Size set in the request header. Since the resulting Query response is too big, an error is returned. Increase the Maximum Response Size, resubmit the Query request, and get a successful response. Time Request/Response messages 0 Query (operations, objects) In (header): maximumresponsesize= 256 In: queryfunctions={ , } Tag: REQUEST_MESSAGE (0x420078), Type: STRUCTURE (0x01), Data: Tag: REQUEST_HEADER (0x420077), Type: STRUCTURE (0x01), Data: Tag: PROTOCOL_VERSION (0x420069), Type: STRUCTURE (0x01), Data: Tag: PROTOCOL_VERSION_MAJOR (0x42006a), Type: INTEGER (0x02), Data: 0x Tag: PROTOCOL_VERSION_MINOR (0x42006b), Type: INTEGER (0x02), Data: 0x Tag: MAXIMUM_RESPONSE_SIZE (0x420050), Type: INTEGER (0x02), Data: 0x Tag: BATCH_COUNT (0x42000d), Type: INTEGER (0x02), Data: 0x Tag: BATCH_ITEM (0x42000f), Type: STRUCTURE (0x01), Data: Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (QUERY) Tag: REQUEST_PAYLOAD (0x420079), Type: STRUCTURE (0x01), Data: Tag: QUERY_FUNCTION (0x420074), Type: ENUMERATION (0x05), Data: 0x (QUERY_OPERATIONS) Tag: QUERY_FUNCTION (0x420074), Type: ENUMERATION (0x05), Data: 0x (QUERY_OBJECTS) a b d f c f f 6b 6d f POST /kmip HTTP/ e 30 0d 0a d 61 3a 20 6e 6f 2d 1.0..Pragma: no d 0a d 43 6f 6e cache..cache-con f 6c 3a 20 6e 6f-2d d 0a trol: no-cache f 6e 6e f 6e 3a 20 6b Connection: keep d 61 6c d 0a-43 6f 6e e 74 2d -alive..content a c f Type: applicatio e 2f 6f d d 0d 0a n/octet-stream f 6e e 74 2d-4c 65 6e a 20 Content-Length: d 0a 0d 0a B. 00a x...b.w...hb. 00b a i... B.j... 00c b B.k... 00d B.P... 00e d B... 00f f B...8B c \...B y... B.t B.t Standards Track Draft Copyright OASIS Open All Rights Reserved. Page 5 of 10

6 Out: Operation Failed, Response Too Large Tag: RESPONSE_MESSAGE (0x42007b), Type: STRUCTURE (0x01), Data: Tag: RESPONSE_HEADER (0x42007a), Type: STRUCTURE (0x01), Data: Tag: PROTOCOL_VERSION (0x420069), Type: STRUCTURE (0x01), Data: Tag: PROTOCOL_VERSION_MAJOR (0x42006a), Type: INTEGER (0x02), Data: 0x Tag: PROTOCOL_VERSION_MINOR (0x42006b), Type: INTEGER (0x02), Data: 0x Tag: TIME_STAMP (0x420092), Type: DATE_TIME (0x09), Data: 0x feafb9f Wed Jun 27 22:25: Tag: BATCH_COUNT (0x42000d), Type: INTEGER (0x02), Data: 0x Tag: BATCH_ITEM (0x42000f), Type: STRUCTURE (0x01), Data: Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (QUERY) Tag: RESULT_STATUS (0x42007f), Type: ENUMERATION (0x05), Data: 0x (OPERATION_FAILED) Tag: RESULT_REASON (0x42007e), Type: ENUMERATION (0x05), Data: 0x (RESPONSE_TOO_LARGE) Tag: RESULT_MESSAGE (0x42007d), Type: TEXT_STRING (0x07), Data: TOO_LARGE 42007B C842007A A B F9A556B42000D F F E D F6E A653A C204D D756D F6E A E E A f 31 2e f 4b 0d HTTP/ OK a 43 6f 6e e 74-2d a Content-Type: a c f 6e 2f 6f pplication/octet d d 0d-0a 43 6f 6e e 74 -stream..content d 4c 65 6e a d 0a 0d 0a -Length: b a a B.{...B.z...H a B.i... B.j b B.k B f ea fb 4b d O..KB... 00a f B...H 00b c B.\... 00c f B... 00d e B.~... 00e d f 4f 5f 4c B.}...TOO_LARG 00f E... 1 Query (operations, objects) In (header): maximumresponsesize= 2048 In: queryfunctions={ , } Tag: REQUEST_MESSAGE (0x420078), Type: STRUCTURE (0x01), Data: Tag: REQUEST_HEADER (0x420077), Type: STRUCTURE (0x01), Data: Tag: PROTOCOL_VERSION (0x420069), Type: STRUCTURE (0x01), Data: Tag: PROTOCOL_VERSION_MAJOR (0x42006a), Type: INTEGER (0x02), Data: 0x Tag: PROTOCOL_VERSION_MINOR (0x42006b), Type: INTEGER (0x02), Data: 0x Tag: MAXIMUM_RESPONSE_SIZE (0x420050), Type: INTEGER (0x02), Data: 0x Tag: BATCH_COUNT (0x42000d), Type: INTEGER (0x02), Data: 0x Tag: BATCH_ITEM (0x42000f), Type: STRUCTURE (0x01), Data: Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (QUERY) Tag: REQUEST_PAYLOAD (0x420079), Type: STRUCTURE (0x01), Data: Tag: QUERY_FUNCTION (0x420074), Type: ENUMERATION (0x05), Data: 0x (QUERY_OPERATIONS) Tag: QUERY_FUNCTION (0x420074), Type: ENUMERATION (0x05), Data: 0x (QUERY_OBJECTS) a b d Standards Track Draft Copyright OASIS Open All Rights Reserved. Page 6 of 10

7 f c f f 6b 6d f POST /kmip HTTP/ e 30 0d 0a d 61 3a 20 6e 6f 2d 1.0..Pragma: no d 0a d 43 6f 6e cache..cache-con f 6c 3a 20 6e 6f-2d d 0a trol: no-cache f 6e 6e f 6e 3a 20 6b Connection: keep d 61 6c d 0a-43 6f 6e e 74 2d -alive..content a c f Type: applicatio e 2f 6f d d 0d 0a n/octet-stream f 6e e 74 2d-4c 65 6e a 20 Content-Length: d 0a 0d 0a B. 00a x...b.w...hb. 00b a i... B.j... 00c b B.k... 00d B.P... 00e d B... 00f f B...8B c \...B y... B.t B.t Out: operations, objects, serverinformation Tag: RESPONSE_MESSAGE (0x42007b), Type: STRUCTURE (0x01), Data: Tag: RESPONSE_HEADER (0x42007a), Type: STRUCTURE (0x01), Data: Tag: PROTOCOL_VERSION (0x420069), Type: STRUCTURE (0x01), Data: Tag: PROTOCOL_VERSION_MAJOR (0x42006a), Type: INTEGER (0x02), Data: 0x Tag: PROTOCOL_VERSION_MINOR (0x42006b), Type: INTEGER (0x02), Data: 0x Tag: TIME_STAMP (0x420092), Type: DATE_TIME (0x09), Data: 0x feafb9f Wed Jun 27 22:25: Tag: BATCH_COUNT (0x42000d), Type: INTEGER (0x02), Data: 0x Tag: BATCH_ITEM (0x42000f), Type: STRUCTURE (0x01), Data: Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (QUERY) Tag: RESULT_STATUS (0x42007f), Type: ENUMERATION (0x05), Data: 0x (SUCCESS) Tag: RESPONSE_PAYLOAD (0x42007c), Type: STRUCTURE (0x01), Data: Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (QUERY) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (LOCATE) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (DESTROY) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x a (GET) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (CREATE) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (REGISTER) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x b (GET_ATTRIBUTES) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x c (GET_ATTRIBUTE_LIST) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x d (ADD_ATTRIBUTE) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x e (MODIFY_ATTRIBUTE) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x f (DELETE_ATTRIBUTE) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (ACTIVATE) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (REVOKE) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x a (POLL) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (CANCEL) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (CHECK) Standards Track Draft Copyright OASIS Open All Rights Reserved. Page 7 of 10

8 Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (GET_USAGE_ALLOCATION) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (CREATE_KEY_PAIR) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (RE_KEY) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (ARCHIVE) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (RECOVER) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (OBTAIN_LEASE) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x d (RE_KEY_KEY_PAIR) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (CERTIFY) Tag: OPERATION (0x42005c), Type: ENUMERATION (0x05), Data: 0x (RE_CERTIFY) Tag: OBJECT_TYPE (0x420057), Type: ENUMERATION (0x05), Data: 0x (CERTIFICATE) Tag: OBJECT_TYPE (0x420057), Type: ENUMERATION (0x05), Data: 0x (SYMMETRIC_KEY) Tag: OBJECT_TYPE (0x420057), Type: ENUMERATION (0x05), Data: 0x (SECRET_DATA) Tag: OBJECT_TYPE (0x420057), Type: ENUMERATION (0x05), Data: 0x (PUBLIC_KEY) Tag: OBJECT_TYPE (0x420057), Type: ENUMERATION (0x05), Data: 0x (PRIVATE_KEY) Tag: OBJECT_TYPE (0x420057), Type: ENUMERATION (0x05), Data: 0x (TEMPLATE) Tag: OBJECT_TYPE (0x420057), Type: ENUMERATION (0x05), Data: 0x (OPAQUE_OBJECT) Tag: OBJECT_TYPE (0x420057), Type: ENUMERATION (0x05), Data: 0x (SPLIT_KEY) 42007b a a b feafb9f42000d f c f c c c c c a c c c b c c c d c e c f c c c a c c c c c c c c c d c c f 31 2e f 4b 0d HTTP/ OK a 43 6f 6e e 74-2d a Content-Type: a c f 6e 2f 6f pplication/octet d d 0d-0a 43 6f 6e e 74 -stream..content d 4c 65 6e a d 0a 0d 0a -Length: b a B.{...B.z...H a B.i... B.j b B.k B f ea fb 9f d O...B... 00a f B b c B.\... 00c f B... 00d c c B....B.\... 00e c B.\... 00f c B.\ c B.\ a c B.\ c B.\... Standards Track Draft Copyright OASIS Open All Rights Reserved. Page 8 of 10

9 c B.\ b c B.\ c c B.\ d c B.\ e c B.\ f c B.\ c B.\... 01a c B.\... 01b a c B.\... 01c c B.\... 01d c B.\... 01e c B.\... 01f c B.\ c B.\ c B.\ c B.\ c B.\ d c B.\ c B.\ B.W B.W B.W B.W... 02a B.W... 02b B.W... 02c B.W... 02d B.W... 02e Standards Track Draft Copyright OASIS Open All Rights Reserved. Page 9 of 10

10 Appendix A. Acknowledgments The following individuals have participated in the creation of this specification and are gratefully acknowledged: Original HTTPS Profile Proposal: Alan Frindell, SafeNet, Inc. Original HTTPS Profile Contributors: Mathias Björkqvist, IBM Standards Track Draft Copyright OASIS Open All Rights Reserved. Page 10 of 10

KMIP Additional Message Encodings Version 1.0

KMIP Additional Message Encodings Version 1.0 KMIP Additional Message Encodings Version 1.0 OASIS Standard 19 May 2015 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-addtl-msg-enc/v1.0/os/kmip-addtl-msg-enc-v1.0-os.doc (Authoritative)

More information

Key Management Interoperability Protocol Crypto Profile Version 1.0

Key Management Interoperability Protocol Crypto Profile Version 1.0 Key Management Interoperability Protocol Crypto Profile Version 1.0 Working Draft 0708 25 7 NovemberOctober 2012 Technical Committee: OASIS Key Management Interoperability Protocol (KMIP) TC Chairs: Robert

More information

KMIP Opaque Managed Object Store Profile Version 1.0

KMIP Opaque Managed Object Store Profile Version 1.0 KMIP Opaque Managed Object Store Profile Version 1.0 Committee Specification Draft 01 / Public Review Draft 01 09 January 2014 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-opaque-obj-profile/v1.0/csprd01/kmip-opaque-obj-profilev1.0-csprd01.doc

More information

KMIP Additional Message Encodings Version 1.0

KMIP Additional Message Encodings Version 1.0 KMIP Additional Message Encodings Version 1.0 Committee Specification Draft 01 / Public Review Draft 01 09 January 2014 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-addtl-msg-enc/v1.0/csprd01/kmip-addtl-msg-enc-v1.0-

More information

Key Management Interoperability Protocol Tape Library Profile Version 1.0

Key Management Interoperability Protocol Tape Library Profile Version 1.0 Key Management Interoperability Protocol Tape Library Profile Version 1.0 Working Draft 06 12 April 2013 Technical Committee: OASIS Key Management Interoperability Protocol (KMIP) TC Chairs: Robert Griffin

More information

KMIP Opaque Managed Object Store Profile Version 1.0

KMIP Opaque Managed Object Store Profile Version 1.0 KMIP Opaque Managed Object Store Profile Version 1.0 OASIS Standard 19 May 2015 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-opaque-obj-profile/v1.0/os/kmip-opaque-obj-profile-v1.0-

More information

KMIP Storage Array with Self-Encrypting Drives Profile Version 1.0

KMIP Storage Array with Self-Encrypting Drives Profile Version 1.0 KMIP Storage Array with Self-Encrypting Drives Profile Version 1.0 Committee Specification Draft 02 / Public Review Draft 02 19 June 2014 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-sa-sed-profile/v1.0/csprd02/kmip-sa-sed-profile-v1.0-

More information

KMIP Tape Library Profile Version 1.0

KMIP Tape Library Profile Version 1.0 KMIP Tape Library Profile Version 1.0 Committee Specification Draft 01 / Public Review Draft 01 09 January 2014 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-tape-lib-profile/v1.0/csprd01/kmip-tape-lib-profile-v1.0-

More information

KMIP Symmetric Key Lifecycle Profile Version 1.0

KMIP Symmetric Key Lifecycle Profile Version 1.0 KMIP Symmetric Key Lifecycle Profile Version 1.0 OASIS Standard 19 May 2015 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-sym-key-profile/v1.0/os/kmip-sym-key-profile-v1.0-os.doc

More information

Key Management Interoperability Protocol Use Cases Version 1.0

Key Management Interoperability Protocol Use Cases Version 1.0 Key Management Interoperability Protocol Use Cases Version 1.0 Committee Draft 09 / Public Review 02 18 March 2010 Specification URIs: This Version: http://docs.oasis-open.org/kmip/usecases/v1.0/cd09/kmip-usecases-1.0-cd-09.html

More information

KMIP Post-Quantum Cryptography Profile Working Draft 02

KMIP Post-Quantum Cryptography Profile Working Draft 02 KMIP Post-Quantum Cryptography Profile Working Draft 02 OASIS Working Draft 9 May 2017 Specification URIs This version: Latest version: Technical Committee: OASIS Key Management Interoperability

More information

KMIP Tape Library Profile Version 1.0

KMIP Tape Library Profile Version 1.0 KMIP Tape Library Profile Version 1.0 Committee Specification Draft 02 / Public Review Draft 02 19 June 2014 Specification URIs This version: http://docs.oasis-open.org/kmip/kmip-tape-lib-profile/v1.0/csprd02/kmip-tape-lib-profile-v1.0-

More information

Advanced Message Queuing Protocol (AMQP) WebSocket Binding (WSB) Version 1.0

Advanced Message Queuing Protocol (AMQP) WebSocket Binding (WSB) Version 1.0 Advanced Message Queuing Protocol (AMQP) WebSocket Binding (WSB) Version 1.0 Working Draft 05 2 April 2014 Technical Committee: OASIS Advanced Message Queuing Protocol (AMQP) Bindings and Mappings (AMQP-

More information

Key Management Interoperability Protocol Profiles Version 1.4

Key Management Interoperability Protocol Profiles Version 1.4 Key Management Interoperability Protocol Profiles Version 1.4 OASIS Standard 22 November 2017 Specification URIs This version: http://docs.oasis-open.org/kmip/profiles/v1.4/os/kmip-profiles-v1.4-os.docx

More information

Advanced Message Queuing Protocol (AMQP) WebSocket Binding (WSB) Version 1.0

Advanced Message Queuing Protocol (AMQP) WebSocket Binding (WSB) Version 1.0 Advanced Message Queuing Protocol (AMQP) WebSocket Binding (WSB) Version 1.0 Working Draft 08 7 March 2016 Technical Committee: OASIS Advanced Message Queuing Protocol (AMQP) Bindings and Mappings (AMQP-

More information

Using the AMQP Anonymous Terminus for Message Routing Version 1.0

Using the AMQP Anonymous Terminus for Message Routing Version 1.0 Using the AMQP Anonymous Terminus for Message Routing Version 1.0 Committee Specification 01 Specification URIs This version: http://docs.oasis-open.org/amqp/anonterm/v1.0/cs01/.xml (Authoritative) http://docs.oasis-open.org/amqp/anonterm/v1.0/cs01/.html

More information

Test Assertions for the SCA Web Service Binding Version 1.1 Specification

Test Assertions for the SCA Web Service Binding Version 1.1 Specification Test Assertions for the SCA Web Service Binding Version 1.1 Specification Working Draft 02 7 October 2009 Specification URIs: This Version: http://docs.oasis-open.org/sca-bindings/sca-wsbinding-1.1-test-assertions-cd01.html

More information

Open Command and Control (OpenC2) Language Specification. Version 0.0.2

Open Command and Control (OpenC2) Language Specification. Version 0.0.2 Open Command and Control (OpenC2) Language Specification Version 0.0.2 OpenC2 Language Specification Working Draft 0.0.2 09 Oct 2017 Technical Committee: OASIS OpenC2 Technical Committee Chair: Editors:

More information

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 Working Draft 03 9 December 2016 Technical Committee: OASIS Security Services (SAML) TC Chairs: Thomas Hardjono (hardjono@mit.edu),

More information

OASIS Specification Document Template Usage

OASIS Specification Document Template Usage OASIS Specification Document Template Usage Working Draft, October 18, 2004 Document Identifier: oasis-spectools-1.0-word-sample-draft-01.doc OASIS Identifier: [OASIS document number] Location: Persistent:

More information

XML Message Encoding Examples

XML Message Encoding Examples XML Message Encoding Examples Hal Lockhart - Oracle Tim Hudson Cryptsoft Hal Lockhart - hal.lockhart@oracle.com Tim Hudson tjh@cryptsoft.com Goals TTLV -> XML and XML -> TTLV round tripping Simple automated

More information

Abstract Code-Signing Profile of the OASIS Digital Signature Services

Abstract Code-Signing Profile of the OASIS Digital Signature Services 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 Abstract Code-Signing Profile of the OASIS Digital Signature Services OASIS Standard 11 April 2007 Specification

More information

Deployment Profile Template Version 1.0 for WS-Reliability 1.1

Deployment Profile Template Version 1.0 for WS-Reliability 1.1 Deployment Profile Template Version 1.0 for WS-Reliability 1.1 Committee Draft 11 April 2007 URIs: This Version: http://docs.oasis-open.org/wsrm/profile/wsr-deployment-profile-template-cd.pdf Latest Version:

More information

Internet Engineering Task Force (IETF) Request for Comments: ISSN: November 2013

Internet Engineering Task Force (IETF) Request for Comments: ISSN: November 2013 Internet Engineering Task Force (IETF) N. Borenstein Request for Comments: 7072 Mimecast Category: Standards Track M. Kucherawy ISSN: 2070-1721 November 2013 Abstract A Reputation Query Protocol This document

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

OASIS - Artifact naming guidelines

OASIS - Artifact naming guidelines OASIS - Artifact naming guidelines Working Draft 06, 9 July 2004 Document identifier: Location: http://www.oasis-open.org/apps/org/workgroup/tab/documents.php Editor: Tim Moses Contributors: William Cox

More information

Service Component Architecture Client and Implementation Model for C++ Test Cases Version 1.1

Service Component Architecture Client and Implementation Model for C++ Test Cases Version 1.1 Service Component Architecture Client and Implementation Model for C++ Test Cases Version 1.1 Committee Draft 02 14 October 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-c-cpp/sca-cppcni-1.1-testcases-cd02.html

More information

TestCases for the SCA Assembly Model Version 1.1

TestCases for the SCA Assembly Model Version 1.1 TestCases for the SCA Assembly Model Version 1.1 Committee Specification Draft 04 / Public Review Draft 03 21 June 2011 Specification URIs This version: http://docs.oasis-open.org/opencsa/sca-assembly/sca-assembly-1.1-testcases-csprd03.pdf

More information

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 Working Draft 01 23 November 2016 Technical Committee: OASIS Security Services (SAML) TC Chairs: Thomas Hardjono ( hardjono@mit.edu

More information

Test Assertions for the SCA Assembly Model Version 1.1 Specification

Test Assertions for the SCA Assembly Model Version 1.1 Specification Test Assertions for the SCA Assembly Model Version 1.1 Specification Committee Draft 03 10 August 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-assembly/sca-assembly-1.1-test-assertions-cd03.html

More information

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0

SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 SAML v2.0 Protocol Extension for Requesting Attributes per Request Version 1.0 Working Draft 01 23 November 2016 Technical Committee: OASIS Security Services (SAML) TC Chairs: Thomas Hardjono ( hardjono@mit.edu

More information

SAML V2.0 Profile for Token Correlation

SAML V2.0 Profile for Token Correlation SAML V2.0 Profile for Token Correlation Committee Draft 01 28 June 2010 Specification URIs: This Version: 0.1 Previous Version: 0 Latest Version: Technical Committee: OASIS Security Services TC Chair(s):

More information

OpenOffice Specification Sample

OpenOffice Specification Sample 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 OpenOffice Specification Sample Working Draft 02, 14 April 2004 Document identifier: spectools-openoffice-sample-draft-02

More information

Network Working Group Request for Comments: IBM L. Masinter AT&T December 1999

Network Working Group Request for Comments: IBM L. Masinter AT&T December 1999 Network Working Group Request for Comments: 2732 Category: Standards Track R. Hinden Nokia B. Carpenter IBM L. Masinter AT&T December 1999 Status of this Memo Format for Literal IPv6 Addresses in URL s

More information

XDI Requirements and Use Cases

XDI Requirements and Use Cases 1 2 3 XDI Requirements and Use Cases Working Draft 01, April 19 th 2004 4 5 6 7 8 9 10 11 12 13 14 Document identifier: xdi-requirements-and-use-cases-document-04 Location: Editors: [Editors listed here]

More information

SAML V2.0 EAP GSS SSO Profile Version 1.0

SAML V2.0 EAP GSS SSO Profile Version 1.0 SAML V2.0 EAP GSS SSO Profile Version 1.0 Committee Draft 00 March 18, 2010 Specification URIs: This Version: http://docs.oasis-open.org/[tc-short-name]/[additional path/filename].html http://docs.oasis-open.org/[tc-short-name]/[additional

More information

Jabber, Inc. August 20, 2004

Jabber, Inc. August 20, 2004 Network Working Group Internet-Draft Expires: February 18, 2005 P. Saint-Andre Jabber Software Foundation J. Hildebrand Jabber, Inc. August 20, 2004 Transporting Atom Notifications over the Extensible

More information

Key Management Interoperability Protocol (KMIP)

Key Management Interoperability Protocol (KMIP) www.oasis-open.org Management Interoperability Protocol (KMIP) April 2 nd, 2009 1 Agenda The Need for Interoperable Management KMIP Overview KMIP Specification KMIP Use Cases 2 The Need for Interoperable

More information

SCA JMS Binding v1.1 TestCases Version 1.0

SCA JMS Binding v1.1 TestCases Version 1.0 SCA JMS Binding v1.1 TestCases Version 1.0 Committee Specification Draft 01 / Public Review Draft 01 8 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-jmsbinding-1.1-testcases-1.0-csprd01.html

More information

XACML v3.0 XML Digital Signature Profile Version 1.0

XACML v3.0 XML Digital Signature Profile Version 1.0 XACML v3.0 XML Digital Signature Profile Version 1.0 Committee Specification 01 10 August 2010 Specification URIs: This Version: http://docs.oasis-open.org/xacml/3.0/xacml-3.0-dsig-v1-spec-cs-01-en.html

More information

Identity in the Cloud PaaS Profile Version 1.0

Identity in the Cloud PaaS Profile Version 1.0 Identity in the Cloud PaaS Profile Version 1.0 Committee Note Draft 01 / Public Review Draft 01 29 April 2013 Work Product URIs This is a Non-Standards Track Work Product. The patent provisions of the

More information

Category: Standards Track August 2002

Category: Standards Track August 2002 Network Working Group G. Parsons Request for Comments: 3362 Nortel Networks Category: Standards Track August 2002 Status of this Memo Real-time Facsimile (T.38) - image/t38 MIME Sub-type Registration This

More information

Search Web Services - searchretrieve Operation: Abstract Protocol Definition Version 1.0

Search Web Services - searchretrieve Operation: Abstract Protocol Definition Version 1.0 Search Web Services - searchretrieve Operation: Abstract Protocol Definition Version 1.0 Committee Draft 01 30 June 2008 Specification URIs: This Version: http://docs.oasis-open.org/search-ws/june08releases/apd-v1.0-cd-01.doc

More information

Network Working Group. Category: Standards Track DENIC eg January 2005

Network Working Group. Category: Standards Track DENIC eg January 2005 Network Working Group Request for Comments: 3983 Category: Standards Track A. Newton VeriSign, Inc. M. Sanz DENIC eg January 2005 Using the Internet Registry Information Service (IRIS) over the Blocks

More information

Network Working Group Request for Comments: 2318 Category: Informational W3C March 1998

Network Working Group Request for Comments: 2318 Category: Informational W3C March 1998 Network Working Group Request for Comments: 2318 Category: Informational H. Lie B. Bos C. Lilley W3C March 1998 The text/css Media Type Status of this Memo This memo provides information for the Internet

More information

ISO/IEC JTC 1/SC 40/WG 1

ISO/IEC JTC 1/SC 40/WG 1 ISO/IEC JTC 1/SC 40/WG 1 N 33 ISO/IEC JTC 1/SC 40/WG 1 Governance of InformationTechnology Convenorship: BSI (United Kingdom) Document type: Title: Status: Liaison Organization Contribution Mapping OASIS

More information

Obsoletes: 2070, 1980, 1942, 1867, 1866 Category: Informational June 2000

Obsoletes: 2070, 1980, 1942, 1867, 1866 Category: Informational June 2000 Network Working Group Request for Comments: 2854 Obsoletes: 2070, 1980, 1942, 1867, 1866 Category: Informational D. Connolly World Wide Web Consortium (W3C) L. Masinter AT&T June 2000 The text/html Media

More information

SCA JMS Binding Specification v1.1 Test Assertions Version 1.0

SCA JMS Binding Specification v1.1 Test Assertions Version 1.0 SCA JMS Binding Specification v1.1 Test Assertions Version 1.0 Committee Specification Draft 01 8 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-jmsbinding-1.1-test-assertions-1.0-

More information

Request for Comments: 5397 Category: Standards Track December 2008

Request for Comments: 5397 Category: Standards Track December 2008 Network Working Group Request for Comments: 5397 Category: Standards Track W. Sanchez C. Daboo Apple Inc. December 2008 WebDAV Current Principal Extension Status of This Memo This document specifies an

More information

WebDAV Current Principal Extension

WebDAV Current Principal Extension Network Working Group Request for Comments: 5397 Category: Standards Track W. Sanchez C. Daboo Apple Inc. December 2008 WebDAV Current Principal Extension Status of This Memo This document specifies an

More information

Intended status: Informational. B. Wyman October 2, 2007

Intended status: Informational. B. Wyman October 2, 2007 Network Working Group Internet-Draft Intended status: Informational Expires: April 4, 2008 P. Saint-Andre XMPP Standards Foundation J. Hildebrand Jabber, Inc. B. Wyman October 2, 2007 Transporting Atom

More information

TestCases for the SCA POJO Component Implementation Specification Version 1.1

TestCases for the SCA POJO Component Implementation Specification Version 1.1 TestCases for the SCA POJO Component Implementation Specification Version 1.1 Committee Specification Draft 02 / Public Review Draft 02 15 August 2011 Specification URIs This version: http://docs.oasis-open.org/opencsa/sca-j/sca-j-pojo-ci-1.1-testcases-csprd02.pdf

More information

Category: Standards Track March Extensible Provisioning Protocol (EPP) Transport Over TCP

Category: Standards Track March Extensible Provisioning Protocol (EPP) Transport Over TCP Network Working Group S. Hollenbeck Request for Comments: 3734 VeriSign, Inc. Category: Standards Track March 2004 Extensible Provisioning Protocol (EPP) Transport Over TCP Status of this Memo This document

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 21720 First edition 2017-11 XLIFF (XML Localisation interchange file format) XLIFF (Format de fichier XML pour l'échange de données de localisation) Reference number ISO 21720:2017(E)

More information

TestCases for the SCA Web Service Binding Specification Version 1.1

TestCases for the SCA Web Service Binding Specification Version 1.1 TestCases for the SCA Web Service Binding Specification Version 1.1 Committee Specification Draft 02 / Public Review Draft 02 14 July 2011 Specification URIs: This version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-wsbinding-1.1-testcases-csprd02.pdf

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

Identity in the Cloud PaaS Profile Version 1.0

Identity in the Cloud PaaS Profile Version 1.0 Identity in the Cloud PaaS Profile Version 1.0 Committee Note Draft 02 / Public Review Draft 02 16 September 2013 Work Product URIs This is a Non-Standards Track Work Product. The patent provisions of

More information

Asynchronous Processing Abstract Profile of the OASIS Digital Signature Services Version 1.0

Asynchronous Processing Abstract Profile of the OASIS Digital Signature Services Version 1.0 Asynchronous Processing Abstract Profile of the OASIS Digital Signature Services Version 1.0 OASIS Standard 11 April 2007 Specification URIs: This Version: http://docs.oasis-open.org/dss/v1.0/oasis-dss-profiles-asynchronous_processing-spec-v1.0-

More information

TestCases for the SCA Web Service Binding Specification Version 1.1

TestCases for the SCA Web Service Binding Specification Version 1.1 TestCases for the SCA Web Service Binding Specification Version 1.1 Committee Specification Draft 01 revision 1 + Issue 152 1 April 2011 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-bindings/sca-wsbinding-1.1-testcases-csd01-rev1.html

More information

Category: Standards Track September MIB Textual Conventions for Uniform Resource Identifiers (URIs)

Category: Standards Track September MIB Textual Conventions for Uniform Resource Identifiers (URIs) Network Working Group D. McWalter, Ed. Request for Comments: 5017 Data Connection Ltd Category: Standards Track September 2007 MIB Textual Conventions for Uniform Resource Identifiers (URIs) Status of

More information

SCA-J POJO Component Implementation v1.1 TestCases Version 1.0

SCA-J POJO Component Implementation v1.1 TestCases Version 1.0 SCA-J POJO Component Implementation v1.1 TestCases Version 1.0 Committee Specification Draft 01 / Public Review Draft 01 8 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-j/sca-j-pojo-ci-1.1-testcases-1.0-csprd01.html

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

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

Test Assertions for the SCA_J Common Annotations and APIs Version 1.1 Specification

Test Assertions for the SCA_J Common Annotations and APIs Version 1.1 Specification Test Assertions for the SCA_J Common Annotations and APIs Version 1.1 Specification Working Draft 6 27 June 2009 Specification URIs: This Version: http://docs.oasis-open.org/sca-assembly/sca-j-caa-1.1-test-assertions-wd5.html

More information

XACML Profile for Requests for Multiple Resources

XACML Profile for Requests for Multiple Resources 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 XACML Profile for Requests for Multiple Resources Working Draft 03, 3 August 2004 Document identifier: oasis-xacml-profile-multiple-resources-wd-03

More information

Cloud Application Management for Platforms (CAMP) Test Assertions Version 1.1

Cloud Application Management for Platforms (CAMP) Test Assertions Version 1.1 Cloud Application Management for Platforms (CAMP) Test Assertions Version 1.1 Committee Specification 01 09 November 2014 Specification URIs This version: http://docs.oasis-open.org/camp/camp-ta/v1.1/cs01/camp-ta-v1.1-cs01.pdf

More information

Network Working Group. Cisco Systems June 2007

Network Working Group. Cisco Systems June 2007 Network Working Group Request for Comments: 4937 Category: Informational P. Arberg Redback Networks V. Mammoliti Cisco Systems June 2007 Status of This Memo IANA Considerations for PPP over Ethernet (PPPoE)

More information

{Describe the status and stability of the specification here.}

{Describe the status and stability of the specification here.} {Document Title} Working Draft 02, {date} Document identifier: wd-spectools-docbook-template-02 Location: http://www.oasis-open.org/spectools/docs Editor: {Jane} {Doe}, {Example Corporation}

More information

TOSCA Test Assertions Version 1.0

TOSCA Test Assertions Version 1.0 TOSCA Test Assertions Version 1.0 Committee Note Draft 01 08 December 2016 Specification URIs This version: http://docs.oasis-open.org/tosca/tosca-test-assertions/v1.0/cnd01/tosca-test- Assertions-v1.0-cnd01.pdf

More information

Using SRP for TLS Authentication

Using SRP for TLS Authentication Using SRP for TLS Authentication Internet Draft Transport Layer Security Working Group D. Taylor Forge Research Pty Ltd Expires: March 5, 2003 September 4, 2002 Using SRP for TLS Authentication draft-ietf-tls-srp-03

More information

Network Working Group. November 1999

Network Working Group. November 1999 Network Working Group Request for Comments: 2717 BCP: 35 Category: Best Current Practice R. Petke UUNET Technologies I. King Microsoft Corporation November 1999 Status of this Memo Registration Procedures

More information

SOA-EERP Business Service Level Agreement Version 1.0

SOA-EERP Business Service Level Agreement Version 1.0 SOA-EERP Business Service Level Agreement Version 1.0 Working Draft 08 10 May 2010 Specification URIs: This Version: http://docs.oasis-open.org/soa-eerp/sla/v1.0/soa-eerp-bsla-spec-wd08.html http://docs.oasis-open.org/soa-eerp/sla/v1.0/soa-eerp-bsla-spec-wd08.doc

More information

Kerberos SAML Profiles

Kerberos SAML Profiles 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 Kerberos SAML Profiles Working Draft 03, 10 th February 2004 Document identifier: draft-sstc-solution-profile-kerberos-03

More information

Network Working Group. Category: Standards Track T. Hastings K. Ocke P. Zehler Xerox Corporation September 2002

Network Working Group. Category: Standards Track T. Hastings K. Ocke P. Zehler Xerox Corporation September 2002 Network Working Group Request for Comments: 3382 Updates: 2910, 2911 Category: Standards Track R. debry Utah Valley State College R. Herriot Consultant T. Hastings K. Ocke P. Zehler Xerox Corporation September

More information

Network Working Group. Category: Standards Track <draft-aboba-radius-iana-03.txt> 30 March 2003 Updates: RFC IANA Considerations for RADIUS

Network Working Group. Category: Standards Track <draft-aboba-radius-iana-03.txt> 30 March 2003 Updates: RFC IANA Considerations for RADIUS Network Working Group INTERNET-DRAFT Category: Standards Track 30 March 2003 Updates: RFC 2865 B. Aboba Microsoft IANA Considerations for RADIUS This document is an Internet-Draft

More information

[MS-WEBDAVE]: Web Distributed Authoring and Versioning Error Extensions Protocol

[MS-WEBDAVE]: Web Distributed Authoring and Versioning Error Extensions Protocol [MS-WEBDAVE]: Web Distributed Authoring and Versioning Error Extensions Protocol Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open

More information

Identity in the Cloud Outsourcing Profile Version 1.0

Identity in the Cloud Outsourcing Profile Version 1.0 Identity in the Cloud Outsourcing Profile Version 1.0 Committee Note 01 05 August 2013 Specification URIs This version: http://docs.oasis-open.org/id-cloud/idcloudoutsourcing/v1.0/cn01/idcloud-outsourcing-v1.0-cn01.doc

More information

Category: Standards Track January 1999

Category: Standards Track January 1999 Network Working Group P. Hoffman Request for Comments: 2487 Internet Mail Consortium Category: Standards Track January 1999 Status of this Memo SMTP Service Extension for Secure SMTP over TLS This document

More information

Use and Interpretation of HTTP Version Numbers

Use and Interpretation of HTTP Version Numbers Network Working Group Request for Comments: 2145 Category: Informational J. Mogul DEC R. Fielding UC Irvine J. Gettys DEC H. Frystyk MIT/LCS May 1997 Use and Interpretation of HTTP Version Numbers Status

More information

DITA 1.2 Whitepaper: Tools and DITA-Awareness

DITA 1.2 Whitepaper: Tools and DITA-Awareness An OASIS DITA Adoption Technical Committee Publication DITA 1.2 Whitepaper: Tools and DITA-Awareness Su-Laine Yeo On behalf of the OASIS DITA Adoption Technical Committee Date: 14 October 2010 OASIS (Organization

More information

Network Working Group. Category: Standards Track September MIME Content Types in Media Feature Expressions

Network Working Group. Category: Standards Track September MIME Content Types in Media Feature Expressions Network Working Group G. Klyne Request for Comments: 2913 Content Technologies Category: Standards Track September 2000 Status of this Memo MIME Content Types in Media Feature Expressions This document

More information

Category: Standards Track May Transport Layer Security Protocol Compression Methods

Category: Standards Track May Transport Layer Security Protocol Compression Methods Network Working Group S. Hollenbeck Request for Comments: 3749 VeriSign, Inc. Category: Standards Track May 2004 Transport Layer Security Protocol Compression Methods Status of this Memo This document

More information

SOA-EERP Business Service Level Agreement Version 1.0

SOA-EERP Business Service Level Agreement Version 1.0 SOA-EERP Business Service Level Agreement Version 1.0 Committee Specification 01 25 November 2010 Specification URIs: This Version: http://docs.oasis-open.org/soa-eerp/sla/v1.0/soa-eerp-bsla-spec-cs01.html

More information

Network Working Group. Obsoletes: draft-ietf-dhc-new-opt-msg-00.txt June 2000 Expires December 2000

Network Working Group. Obsoletes: draft-ietf-dhc-new-opt-msg-00.txt June 2000 Expires December 2000 Network Working Group R. Droms INTERNET-DRAFT Bucknell University Obsoletes: draft-ietf-dhc-new-opt-msg-00.txt June 2000 Expires December 2000 Procedure for Defining New DHCP Options and Message Types

More information

Category: Standards Track October 2006

Category: Standards Track October 2006 Network Working Group Request for Comments: 4681 Updates: 4346 Category: Standards Track S. Santesson A. Medvinsky J. Ball Microsoft October 2006 TLS User Mapping Extension Status of This Memo This document

More information

Request for Comments: 2976 Category: Standards Track October 2000

Request for Comments: 2976 Category: Standards Track October 2000 Network Working Group S. Donovan Request for Comments: 2976 dynamicsoft Category: Standards Track October 2000 Status of this Memo The SIP INFO Method This document specifies an Internet standards track

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

J2ME Code-Signing Profile of the OASIS Digital Signature Services

J2ME Code-Signing Profile of the OASIS Digital Signature Services 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 J2ME Code-Signing Profile of the OASIS Digital Signature Services Committee Specification 13 February

More information

TAXII Version Part 5: Default Query

TAXII Version Part 5: Default Query TAXII Version 1.1.1. Part 5: Default Query Committee Specification 01 05 May 2016 Specification URIs This version: http://docs.oasis-open.org/cti/taxii/v1.1.1/cs01/part5-query/taxii-v1.1.1-cs01-part5-query.docx

More information

Network Working Group Request for Comments: December 1998

Network Working Group Request for Comments: December 1998 Network Working Group Request for Comments: 2395 Category: Informational R. Friend R. Monsour Hi/fn, Inc. December 1998 IP Payload Compression Using LZS Status of this Memo This memo provides information

More information

Test Assertions for the SCA Policy Framework 1.1 Specification

Test Assertions for the SCA Policy Framework 1.1 Specification Test Assertions for the SCA Policy Framework 1.1 Specification Committee Draft 02 28 September 2010 Specification URIs: This Version: http://docs.oasis-open.org/opencsa/sca-policy/sca-policy-1.1-test-assertions-cd02.html

More information

Expires October 2005 Updates RFC 3280 April 2005

Expires October 2005 Updates RFC 3280 April 2005 PKIX Working Group S. Santesson (Microsoft) INTERNET-DRAFT R. Housley (Vigil Security) Expires October 2005 Updates RFC 3280 April 2005 Internet X.509 Public Key Infrastructure Authority Information Access

More information

PPS (Production Planning and Scheduling) Part 3: Profile Specifications, Version 1.0

PPS (Production Planning and Scheduling) Part 3: Profile Specifications, Version 1.0 PPS (Production Planning and Scheduling) Part 3: Profile Specifications, Version 1.0 Committee Specification 01 Revision 01 21 Sep 2009 Specification URIs: http://docs.oasis-open.org/pps/v1.0/pps-profile-specifications-1.0-cs01-r01.doc

More information

Request for Comments: 3401 Updates: 2276 October 2002 Obsoletes: 2915, 2168 Category: Informational

Request for Comments: 3401 Updates: 2276 October 2002 Obsoletes: 2915, 2168 Category: Informational Network Working Group M. Mealling Request for Comments: 3401 VeriSign Updates: 2276 October 2002 Obsoletes: 2915, 2168 Category: Informational Status of this Memo Dynamic Delegation Discovery System (DDDS)

More information

draft-ietf-sip-info-method-02.txt February 2000 The SIP INFO Method Status of this Memo

draft-ietf-sip-info-method-02.txt February 2000 The SIP INFO Method Status of this Memo HTTP/1.1 200 OK Date: Tue, 09 Apr 2002 07:53:57 GMT Server: Apache/1.3.20 (Unix) Last-Modified: Tue, 15 Feb 2000 17:03:00 GMT ETag: "3239a5-465b-38a986c4" Accept-Ranges: bytes Content-Length: 18011 Connection:

More information

Multi-Vendor Key Management with KMIP

Multi-Vendor Key Management with KMIP Multi-Vendor Key Management with KMIP Tim Hudson CTO & Technical Director tjh@cryptsoft.com 1 Abstract Practical experience from implementing KMIP and from deploying and interoperability testing multiple

More information

Request for Comments: M. Stillman Nokia M. Tuexen Muenster Univ. of Applied Sciences September 2008

Request for Comments: M. Stillman Nokia M. Tuexen Muenster Univ. of Applied Sciences September 2008 Network Working Group Request for Comments: 5354 Category: Experimental R. Stewart Q. Xie The Resource Group M. Stillman Nokia M. Tuexen Muenster Univ. of Applied Sciences September 2008 Aggregate Server

More information

Request for Comments: 5437 Category: Standards Track Isode Limited January 2009

Request for Comments: 5437 Category: Standards Track Isode Limited January 2009 Network Working Group Request for Comments: 5437 Category: Standards Track P. Saint-Andre Cisco A. Melnikov Isode Limited January 2009 Status of This Memo Sieve Notification Mechanism: Extensible Messaging

More information

Updates: 2535 November 2003 Category: Standards Track

Updates: 2535 November 2003 Category: Standards Track Network Working Group B. Wellington Request for Comments: 3655 O. Gudmundsson Updates: 2535 November 2003 Category: Standards Track Status of this Memo Redefinition of DNS Authenticated Data (AD) bit This

More information

Request for Comments: 4680 Updates: 4346 September 2006 Category: Standards Track

Request for Comments: 4680 Updates: 4346 September 2006 Category: Standards Track Network Working Group S. Santesson Request for Comments: 4680 Microsoft Updates: 4346 September 2006 Category: Standards Track Status of This Memo TLS Handshake Message for Supplemental Data This document

More information