Skip to content

Commit a33f892

Browse files
author
David Lemire
authored
Merge pull request #70 from dlemire60/clean-up
Clean up
2 parents c570e02 + 5a181ab commit a33f892

2 files changed

Lines changed: 4 additions & 61 deletions

File tree

openc2-impl-https-v1.0.html

Lines changed: 2 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -20,67 +20,10 @@
2020
<header id="title-block-header">
2121
<h1 class="title">Specification for Transfer of OpenC2 Messages via HTTPS Version 1.0</h1>
2222
</header>
23-
<nav id="TOC" role="doc-toc">
24-
<ul>
25-
<li><a href="#specification-for-transfer-of-openc2-messages-via-https-version-10">Specification for Transfer of OpenC2 Messages via HTTPS Version 1.0</a><ul>
26-
<li><a href="#committee-specification-draft-04--public-review-draft-02">Committee Specification Draft 04 /<br>Public Review Draft 02</a></li>
27-
<li><a href="#xx-march-2019">xx March 2019</a><ul>
28-
<li><a href="#specification-uris">Specification URIs</a><ul>
29-
<li><a href="#this-version">This Version:</a></li>
30-
<li><a href="#previous-version">Previous Version:</a></li>
31-
<li><a href="#latest-version">Latest Version:</a></li>
32-
<li><a href="#technical-committee">Technical Committee:</a></li>
33-
<li><a href="#chairs">Chairs:</a></li>
34-
<li><a href="#editor">Editor:</a></li>
35-
<li><a href="#related-work">Related work:</a></li>
36-
<li><a href="#abstract">Abstract:</a></li>
37-
<li><a href="#status">Status:</a></li>
38-
<li><a href="#citation-format">Citation format:</a></li>
39-
</ul></li>
40-
</ul></li>
41-
<li><a href="#notices">Notices</a></li>
42-
<li><a href="#table-of-contents">Table of Contents</a></li>
43-
</ul></li>
44-
<li><a href="#1-introduction">1 Introduction</a><ul>
45-
<li><a href="#11-ipr-policy">1.1 IPR Policy</a></li>
46-
<li><a href="#12-terminology">1.2 Terminology</a></li>
47-
<li><a href="#13-normative-references">1.3 Normative References</a></li>
48-
<li><a href="#14-non-normative-references">1.4 Non-Normative References</a></li>
49-
<li><a href="#15-document-conventions">1.5 Document Conventions</a><ul>
50-
<li><a href="#151-naming-conventions">1.5.1 Naming Conventions</a></li>
51-
<li><a href="#152-font-colors-and-style">1.5.2 Font Colors and Style</a></li>
52-
</ul></li>
53-
<li><a href="#16-overview">1.6 Overview</a></li>
54-
<li><a href="#17-goal">1.7 Goal</a></li>
55-
<li><a href="#18-suitability">1.8 Suitability</a></li>
56-
</ul></li>
57-
<li><a href="#2-operating-model">2 Operating Model</a></li>
58-
<li><a href="#3-protocol-mappings">3 Protocol Mappings</a><ul>
59-
<li><a href="#31-layering-overview">3.1 Layering Overview</a></li>
60-
<li><a href="#32-general-requirements">3.2 General Requirements</a><ul>
61-
<li><a href="#321-serialization-and-content-types">3.2.1 Serialization and Content Types</a></li>
62-
<li><a href="#322-http-usage">3.2.2 HTTP Usage</a></li>
63-
<li><a href="#323-tls-usage">3.2.3 TLS Usage</a></li>
64-
<li><a href="#324-authentication">3.2.4 Authentication</a></li>
65-
</ul></li>
66-
<li><a href="#33-openc2-consumer-as-httptls-server">3.3 OpenC2 Consumer as HTTP/TLS Server</a></li>
67-
</ul></li>
68-
<li><a href="#4-conformance">4 Conformance</a></li>
69-
<li><a href="#annex-a-acronyms">Annex A. Acronyms</a></li>
70-
<li><a href="#annex-b-examples">Annex B. Examples</a><ul>
71-
<li><a href="#b1-http-request--response-examples-consumer-as-http-server">B.1 HTTP Request / Response Examples: Consumer as HTTP Server</a><ul>
72-
<li><a href="#b11-producer-http-post-with-openc2-command">B.1.1 Producer HTTP POST with OpenC2 Command</a></li>
73-
<li><a href="#b12-consumer-http-response-with-openc2-response">B.1.2 Consumer HTTP Response with OpenC2 Response</a></li>
74-
</ul></li>
75-
</ul></li>
76-
<li><a href="#annex-c-acknowledgments">Annex C. Acknowledgments</a></li>
77-
<li><a href="#annex-d-revision-history">Annex D. Revision History</a></li>
78-
</ul>
79-
</nav>
8023
<p><img src="http://docs.oasis-open.org/templates/OASISLogo-v2.0.jpg" alt="OASIS Logo" /></p>
8124
<hr />
8225
<h1 id="specification-for-transfer-of-openc2-messages-via-https-version-10">Specification for Transfer of OpenC2 Messages via HTTPS Version 1.0</h1>
83-
<h2 id="committee-specification-draft-04--public-review-draft-02">Committee Specification Draft 04 /<br>Public Review Draft 02</h2>
26+
<h2 id="working-draft-04">Working Draft 04</h2>
8427
<h2 id="xx-march-2019">xx March 2019</h2>
8528
<h3 id="specification-uris">Specification URIs</h3>
8629
<h4 id="this-version">This Version:</h4>
@@ -791,7 +734,7 @@ <h1 id="annex-d-revision-history">Annex D. Revision History</h1>
791734
</tr>
792735
<tr class="odd">
793736
<td style="text-align: left;">v1.0-wd03-wip</td>
794-
<td style="text-align: left;">2/28/2019</td>
737+
<td style="text-align: left;">3/20/2019</td>
795738
<td style="text-align: left;">Lemire</td>
796739
<td style="text-align: left;">Resolution of issues from public review 1.</td>
797740
</tr>

openc2-impl-https-v1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44
# Specification for Transfer of OpenC2 Messages via HTTPS Version 1.0
5-
## Committee Specification Draft 04 /<br>Public Review Draft 02
5+
## Working Draft 04
66
## xx March 2019
77
### Specification URIs
88
#### This Version:
@@ -578,4 +578,4 @@ The following individuals are acknowledged for providing comments, suggested tex
578578
| v1.0-wd02-wip | 9/19/2018 | Lemire | 1) Final clean-up of residual comments and edits to create WD02 package for CSD ballot.<br>2) Renamed document to WD03-wip |
579579
| v1.0-wd03-wip | 10/15/2018 | Lemire | 1) Reorganized section 1 to align with other OpenC2 specifications<br>2) Reworded section 3.2.1 to properly use MUST / SHALL language<br>3) Clarified requirements wording section 3.2.3 to better indicate TLS version requirements and preferences, and authentication requirements.<br>4) Updated Table 4-1 to align with changes to Language Specification Table 3-1. |
580580
| v1.0-wd03-wip | 10/16/2018 | Lemire | 1) Final clean-up of residual edits to create WD03 package for CSD approval and release for public review. |
581-
| v1.0-wd03-wip | 2/28/2019 | Lemire | Resolution of issues from public review 1. |
581+
| v1.0-wd03-wip | 3/20/2019 | Lemire | Resolution of issues from public review 1. |

0 commit comments

Comments
 (0)