generated from martinthomson/internet-draft-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Script updating gh-pages from 80a2fad. [ci skip]
- Loading branch information
ID Bot
committed
Mar 3, 2025
1 parent
f3145f0
commit e540ed1
Showing
8 changed files
with
17,997 additions
and
0 deletions.
There are no files selected for viewing
7,909 changes: 7,909 additions & 0 deletions
7,909
draft-ietf-lamps-rfc5272bis-02/draft-ietf-lamps-rfc5272bis.html
Large diffs are not rendered by default.
Oops, something went wrong.
4,777 changes: 4,777 additions & 0 deletions
4,777
draft-ietf-lamps-rfc5272bis-02/draft-ietf-lamps-rfc5272bis.txt
Large diffs are not rendered by default.
Oops, something went wrong.
1,721 changes: 1,721 additions & 0 deletions
1,721
draft-ietf-lamps-rfc5272bis-02/draft-ietf-lamps-rfc5273bis.html
Large diffs are not rendered by default.
Oops, something went wrong.
447 changes: 447 additions & 0 deletions
447
draft-ietf-lamps-rfc5272bis-02/draft-ietf-lamps-rfc5273bis.txt
Large diffs are not rendered by default.
Oops, something went wrong.
2,334 changes: 2,334 additions & 0 deletions
2,334
draft-ietf-lamps-rfc5272bis-02/draft-ietf-lamps-rfc5274bis.html
Large diffs are not rendered by default.
Oops, something went wrong.
736 changes: 736 additions & 0 deletions
736
draft-ietf-lamps-rfc5272bis-02/draft-ietf-lamps-rfc5274bis.txt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>lamps-wg/cmcbis draft-ietf-lamps-rfc5272bis-02 preview</title> | ||
<meta name="viewport" content="initial-scale=1.0"> | ||
<style type="text/css">/*<![CDATA[*/ | ||
body { font-family: "Helvetica Neue","Open Sans", Helvetica, Calibri,sans-serif; } | ||
h1, h2, td { font-family: "Helvetica Neue", "Roboto Condensed", "Open Sans", Helvetica, Calibri, sans-serif; } | ||
h1 { font-size: 20px; } h2 { font-size: 16px; } | ||
table { margin: 5px 10px; border-collapse: collapse; } | ||
th, td { font-weight: normal; text-align: left; padding: 2px 5px; } | ||
a:link { color: #000; } a:visited { color: #00a; } | ||
/*]]>*/</style> | ||
</head> | ||
<body> | ||
<h1>Editor's drafts for draft-ietf-lamps-rfc5272bis-02 branch of <a href="https://github.com/lamps-wg/cmcbis/tree/draft-ietf-lamps-rfc5272bis-02">lamps-wg/cmcbis</a></h1> | ||
<table id="branch-draft-ietf-lamps-rfc5272bis-02"> | ||
<tr> | ||
<td><a href="./draft-ietf-lamps-rfc5272bis.html" class="html draft-ietf-lamps-rfc5272bis" title="Certificate Management over CMS (CMC) (HTML)">CMC: Structures</a></td> | ||
<td><a href="./draft-ietf-lamps-rfc5272bis.txt" class="txt draft-ietf-lamps-rfc5272bis" title="Certificate Management over CMS (CMC) (Text)">plain text</a></td> | ||
<td>same as main</td> | ||
</tr> | ||
<tr> | ||
<td><a href="./draft-ietf-lamps-rfc5274bis.html" class="html draft-ietf-lamps-rfc5274bis" title="Certificate Management Messages over CMS (CMC): Compliance Requirements (HTML)">CMC: Compliance</a></td> | ||
<td><a href="./draft-ietf-lamps-rfc5274bis.txt" class="txt draft-ietf-lamps-rfc5274bis" title="Certificate Management Messages over CMS (CMC): Compliance Requirements (Text)">plain text</a></td> | ||
<td>same as main</td> | ||
</tr> | ||
<tr> | ||
<td><a href="./draft-ietf-lamps-rfc5273bis.html" class="html draft-ietf-lamps-rfc5273bis" title="Certificate Management over CMS (CMC): Transport Protocols (HTML)">CMC: Transport Protocols</a></td> | ||
<td><a href="./draft-ietf-lamps-rfc5273bis.txt" class="txt draft-ietf-lamps-rfc5273bis" title="Certificate Management over CMS (CMC): Transport Protocols (Text)">plain text</a></td> | ||
<td>same as main</td> | ||
</tr> | ||
</table> | ||
<script> | ||
window.onload = function() { | ||
var referrer_branch = 'main'; | ||
// e.g., "https://github.com/user/repo/tree/main" | ||
var chunks = document.referrer.split("/"); | ||
if (chunks[2] === 'github.com' && chunks[5] === 'tree') { | ||
referrer_branch = chunks[6]; | ||
} | ||
let branch = document.querySelector('#branch-' + referrer_branch); | ||
let h = document.location.hash.substring(1); | ||
if (h === 'show') { | ||
document.location.hash = '#' + branch.id; | ||
} else if (branch && h.startsWith('go')) { | ||
let e = branch.querySelector(h.substring(2)); | ||
if (e && e.href) { | ||
document.location = e.href; | ||
} | ||
} | ||
}; | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters