security/nss/cmd/certcgi/nscp_ext_form.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
michael@0 2 <html>
michael@0 3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 4 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 6
michael@0 7 <body>
michael@0 8 <table border=1 cellspacing=5 cellpadding=5>
michael@0 9 <form method="post" name="primary_form" action="http://interzone.mcom.com/burp.cgi">
michael@0 10 <tr>
michael@0 11 <td>
michael@0 12 <b>Netscape Certificate Type: </b></p>
michael@0 13 Activate extension: <input type="checkbox" name="netscape-cert-type"></P>
michael@0 14 Critical: <input type="checkbox" name="netscape-cert-type-crit">
michael@0 15 <td>
michael@0 16 <input type="checkbox" name="netscape-cert-type-ssl-client"> SSL Client</P>
michael@0 17 <input type="checkbox" name="netscape-cert-type-ssl-server"> SSL Server</P>
michael@0 18 <input type="checkbox" name="netscape-cert-type-smime"> S/MIME</P>
michael@0 19 <input type="checkbox" name="netscape-cert-type-object-signing"> Object Signing</P>
michael@0 20 <input type="checkbox" name="netscape-cert-type-reserved"> Reserved for future use (bit 4)</P>
michael@0 21 <input type="checkbox" name="netscape-cert-type-ssl-ca"> SSL CA</P>
michael@0 22 <input type="checkbox" name="netscape-cert-type-smime-ca"> S/MIME CA</P>
michael@0 23 <input type="checkbox" name="netscape-cert-type-object-signing-ca"> Object Signing CA</P>
michael@0 24 </tr>
michael@0 25 <tr>
michael@0 26 <td>
michael@0 27 <b>Netscape Base URL:</b></p>
michael@0 28 Activate extension: <input type="checkbox" name="netscape-base-url"></P>
michael@0 29 Critical: <input type="checkbox" name="netscape-base-url-crit">
michael@0 30 <td>
michael@0 31 <input type="text" name="netscape-base-url-text" size="50">
michael@0 32 </tr>
michael@0 33 <tr>
michael@0 34 <td>
michael@0 35 <b>Netscape Revocation URL:</b></p>
michael@0 36 Activate extension: <input type="checkbox" name="netscape-revocation-url"></P>
michael@0 37 Critical: <input type="checkbox" name="netscape-revocation-url-crit">
michael@0 38 <td>
michael@0 39 <input type="text" name="netscape-revocation-url-text" size="50">
michael@0 40 </tr>
michael@0 41 <tr>
michael@0 42 <td>
michael@0 43 <b>Netscape CA Revocation URL:</b></p>
michael@0 44 Activate extension: <input type="checkbox" name="netscape-ca-revocation-url"></P>
michael@0 45 Critical: <input type="checkbox" name="netscape-ca-revocation-url-crit">
michael@0 46 <td>
michael@0 47 <input type="text" name="netscape-ca-revocation-url-text" size="50">
michael@0 48 </tr>
michael@0 49 <tr>
michael@0 50 <td>
michael@0 51 <b>Netscape Certificate Renewal URL:</b></p>
michael@0 52 Activate extension: <input type="checkbox" name="netscape-cert-renewal-url"></P>
michael@0 53 Critical: <input type="checkbox" name="netscape-cert-renewal-url-crit">
michael@0 54 <td>
michael@0 55 <input type="text" name="netscape-cert-renewal-url-text" size="50">
michael@0 56 </tr>
michael@0 57 <tr>
michael@0 58 <td>
michael@0 59 <b>Netscape CA Policy URL:</b></p>
michael@0 60 Activate extension: <input type="checkbox" name="netscape-ca-policy-url"></P>
michael@0 61 Critical: <input type="checkbox" name="netscape-ca-policy-url-crit">
michael@0 62 <td>
michael@0 63 <input type="text" name="netscape-ca-policy-url-text" size="50">
michael@0 64 </tr>
michael@0 65 <tr>
michael@0 66 <td>
michael@0 67 <b>Netscape SSL Server Name:</b></p>
michael@0 68 Activate extension: <input type="checkbox" name="netscape-ssl-server-name"></P>
michael@0 69 Critical: <input type="checkbox" name="netscape-ssl-server-name-crit">
michael@0 70 <td>
michael@0 71 <input type="text" name="netscape-ssl-server-name-text" size="50">
michael@0 72 </tr>
michael@0 73 <tr>
michael@0 74 <td>
michael@0 75 <b>Netscape Comment:</b></p>
michael@0 76 Activate extension: <input type="checkbox" name="netscape-comment"></P>
michael@0 77 Critical: <input type="checkbox" name="netscape-comment-crit">
michael@0 78 <td>
michael@0 79 <textarea name="netscape-comment-text" rows="5" cols="50"></textarea>
michael@0 80 </tr>
michael@0 81
michael@0 82 </table>
michael@0 83 </body>
michael@0 84 </html>

mercurial