[web] master update

Matt Caswell matt at openssl.org
Thu Oct 1 13:43:41 UTC 2020


The branch master has been updated
       via  b4cd56044d440553a1fe8273faac204d26be97ff (commit)
       via  c60f518bfb9aeb8bb8ed6ebc5338022139d1bb12 (commit)
      from  5fdc4406e53ff3af0a5e5c4db55a9565fcd29015 (commit)


- Log -----------------------------------------------------------------
commit b4cd56044d440553a1fe8273faac204d26be97ff
Author: Dr. Matthias St. Pierre <matthias.st.pierre at ncp-e.com>
Date:   Tue Sep 29 22:56:43 2020 +0200

    otc-policies: Add 'Voting Procedure' section
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/web/pull/198)

commit c60f518bfb9aeb8bb8ed6ebc5338022139d1bb12
Author: Dr. Matthias St. Pierre <matthias.st.pierre at ncp-e.com>
Date:   Tue Sep 29 22:46:41 2020 +0200

    otc-policies: Add an 'OpenSSL Technical Polices' page
    
    This document lists the technical policies and procedures established
    by the OTC based on the project bylaws and the requirements specified
    by the OMC.

-----------------------------------------------------------------------

Summary of changes:
 policies/index.html        |  7 +++++
 policies/omc-bylaws.html   |  6 ++--
 policies/otc-policies.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 78 insertions(+), 3 deletions(-)
 create mode 100644 policies/otc-policies.html

diff --git a/policies/index.html b/policies/index.html
index 71607df..3de5fc5 100644
--- a/policies/index.html
+++ b/policies/index.html
@@ -61,6 +61,13 @@
             Signing one of our CLA's grants certain rights to OSF.
             </p>
 	    <p>
+	    <p>
+            The technical aspects of the OpenSSL project are managed by the
+            OpenSSL Technical Committee (OTC) which establishes and maintains
+            the <a href="otc-policies.html">technical policies</a> based on the
+            project bylaws and the requirements specified by the OMC.
+            </p>
+	    <p>
 	    We are pleased to mention that
             <a href="https://bestpractices.coreinfrastructure.org/projects/54">we follow</a>
             the
diff --git a/policies/omc-bylaws.html b/policies/omc-bylaws.html
index 88704a8..c351999 100644
--- a/policies/omc-bylaws.html
+++ b/policies/omc-bylaws.html
@@ -152,7 +152,7 @@
           to vote on and participate in discussions. They retain access to OMC
           internal resources.</p>
 
-          <h4><a name="voting">OMC Voting Procedures</a></h4>
+          <h4><a name="omc-voting">OMC Voting Procedures</a></h4>
 
           <p>A vote to change these bylaws will pass if it obtains an in favour
           vote by more than two thirds of the active OMC members and less than
@@ -262,7 +262,7 @@
           to vote on and participate in discussions. They retain access to OTC
           internal resources.</p>
 
-          <h4><a name="voting">OTC Voting Procedures</a></h4>
+          <h4><a name="otc-voting">OTC Voting Procedures</a></h4>
 
           <p>A vote will pass if it has had a vote registered from
           a majority of active OTC members and has had more votes registered in
@@ -294,7 +294,7 @@
           <p>All votes and their outcomes should be recorded and available to
           all OTC and OMC members.</p>
 
-          <h4><a name="transparency">OTC Transparency</a></h4>
+          <h4><a name="otc-transparency">OTC Transparency</a></h4>
           <p>
           The majority of the activity of the OTC will take place in public.
           Non-public discussions or votes shall only occur for issues such as:
diff --git a/policies/otc-policies.html b/policies/otc-policies.html
new file mode 100644
index 0000000..b773882
--- /dev/null
+++ b/policies/otc-policies.html
@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html lang="en">
+<!--#include virtual="/inc/head.shtml" -->
+
+<body>
+<!--#include virtual="/inc/banner.shtml" -->
+
+<div id="main">
+  <div id="content">
+    <div class="blog-index">
+      <article>
+        <header>
+          <h2>OpenSSL Technical Policies</h2>
+          <h5>
+            First issued 30th September 2020<br/>
+            Last modified 30th September 2020
+          </h5>
+        </header>
+
+        <div class="entry-content">
+
+          <p>This document lists the technical policies and procedures established
+          by the OTC in accordance with the <a href="omc-bylaws.html">project bylaws</a>
+          and the requirements specified by the OMC.</p>
+
+          <h3><a name="voting-procedure">Voting Procedure</a></h3>
+
+          The following regulations complement the
+          <a href="omc-bylaws.html#otc-voting">OTC Voting Procedures</a>
+          stated in the project bylaws:
+
+          <p>The proposer of a vote is ultimately responsible for updating the
+          <a href="https://git.openssl.org/?p=otc.git;f=votes.txt;hb=HEAD">votes.txt</a>
+          file in the <a href="https://git.openssl.org/?p=otc.git">OTC Git repository</a>.
+          Outside of a face to face meeting, voters MUST reply to the vote email indicating
+          their preference and optionally their reasoning.  Voters MAY update the votes.txt
+          file in addition.</p>
+
+          <p>The proposed vote text SHOULD be raised for discussion before calling the vote.</p>
+
+          <p>Public votes MUST be called on the project list, not the OTC list and the
+          subject MUST begin with “VOTE:”.  Private votes MUST be called on the
+          OTC list with “PRIVATE VOTE:” beginning subject.</p>
+
+      <h2><a name="update">Update History</a></h2>
+      <ul>
+        <li>30-September-2020.
+        Initial revision.</li>
+      </ul>
+
+        </div>
+        <footer>
+          You are here: <a href="/">Home</a>
+          : <a href="/policies">Policies</a>
+          : <a href="">Technical Policies</a>
+          <br/><a href="/sitemap.txt">Sitemap</a>
+        </footer>
+      </article>
+    </div>
+    <!--#include virtual="sidebar.shtml" -->
+  </div>
+</div>
+
+<!--#include virtual="/inc/footer.shtml" -->
+</body>
+
+</html>
+


More information about the openssl-commits mailing list