-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ben Collins <[email protected]>
- Loading branch information
1 parent
b2eee5a
commit 04e7c0e
Showing
143 changed files
with
15,910 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,113 @@ | ||
<!-- HTML header for doxygen 1.12.0--> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=11"/> | ||
<meta name="generator" content="Doxygen 1.12.0"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<title>LibJWT: Data Structures</title> | ||
<link rel="icon" href="favicon.ico" type="image/x-icon" /> | ||
<link href="tabs.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript" src="dynsections.js"></script> | ||
<link href="navtree.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="navtreedata.js"></script> | ||
<script type="text/javascript" src="navtree.js"></script> | ||
<script type="text/javascript" src="resize.js"></script> | ||
<script type="text/javascript" src="cookie.js"></script> | ||
<script src="https://kit.fontawesome.com/c7bbc33ac5.js" crossorigin="anonymous"></script> | ||
<link href="doxygen.css" rel="stylesheet" type="text/css" /> | ||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/> | ||
<link href="libjwt.css" rel="stylesheet" type="text/css"/> | ||
<!-- ... other metadata & script includes ... --> | ||
<script type="text/javascript" src="doxygen-awesome-fragment-copy-button.js"></script> | ||
<script type="text/javascript"> | ||
DoxygenAwesomeFragmentCopyButton.init() | ||
</script> | ||
<!-- ... other metadata & script includes ... --> | ||
<script type="text/javascript" src="doxygen-awesome-paragraph-link.js"></script> | ||
<script type="text/javascript"> | ||
DoxygenAwesomeParagraphLink.init() | ||
</script> | ||
<!-- ... other metadata & script includes ... --> | ||
<script type="text/javascript" src="doxygen-awesome-interactive-toc.js"></script> | ||
<script type="text/javascript"> | ||
DoxygenAwesomeInteractiveToc.init() | ||
</script> | ||
</head> | ||
<body> | ||
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> | ||
<div id="titlearea"> | ||
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr id="projectrow"> | ||
<td id="projectlogo"><img alt="Logo" src="LibJWT-Icon-95x91.png"/></td> | ||
<td id="projectalign"> | ||
<div id="projectname">LibJWT<span id="projectnumber"> v2.1.0</span> | ||
</div> | ||
<div id="projectbrief">The C JSON Web Token Library +JWK +JWKS</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generated by Doxygen 1.12.0 --> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(function() { codefold.init(0); }); | ||
/* @license-end */ | ||
</script> | ||
<script type="text/javascript" src="menudata.js"></script> | ||
<script type="text/javascript" src="menu.js"></script> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(function() { | ||
initMenu('',false,false,'search.php','Search',true); | ||
}); | ||
/* @license-end */ | ||
</script> | ||
<div id="main-nav"></div> | ||
</div><!-- top --> | ||
<div id="side-nav" class="ui-resizable side-nav-resizable"> | ||
<div id="nav-tree"> | ||
<div id="nav-tree-contents"> | ||
<div id="nav-sync" class="sync"></div> | ||
</div> | ||
</div> | ||
<div id="splitbar" style="-moz-user-select:none;" | ||
class="ui-resizable-handle"> | ||
</div> | ||
</div> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(function(){initNavTree('annotated.html',''); initResizable(true); }); | ||
/* @license-end */ | ||
</script> | ||
<div id="doc-content"> | ||
<div class="header"> | ||
<div class="headertitle"><div class="title">Data Structures</div></div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory"> | ||
<table class="directory"> | ||
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structjwk__item__t.html" target="_self">jwk_item_t</a></td><td class="desc">Structural representation of a JWK </td></tr> | ||
<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structjwt__verify__t.html" target="_self">jwt_verify_t</a></td><td class="desc">Used to manage keys for verifying a JWT </td></tr> | ||
</table> | ||
</div><!-- directory --> | ||
</div><!-- contents --> | ||
</div><!-- doc-content --> | ||
<!-- HTML footer for doxygen 1.12.0--> | ||
<!-- start footer part --> | ||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> | ||
<ul> | ||
<li class="footer"> | ||
<a href="https://maclara-llc.com" target="_blank"> | ||
<img src="https://img.shields.io/badge/Sponsored%20by-maClara%2C%20LLC-blue?style=plastic&logoColor=blue" alt="maClara, LLC"> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
var annotated_dup = | ||
[ | ||
[ "jwk_item_t", "structjwk__item__t.html", "structjwk__item__t" ], | ||
[ "jwt_verify_t", "structjwt__verify__t.html", "structjwt__verify__t" ] | ||
]; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,113 @@ | ||
<!-- HTML header for doxygen 1.12.0--> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=11"/> | ||
<meta name="generator" content="Doxygen 1.12.0"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<title>LibJWT: Data Structure Index</title> | ||
<link rel="icon" href="favicon.ico" type="image/x-icon" /> | ||
<link href="tabs.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript" src="dynsections.js"></script> | ||
<link href="navtree.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="navtreedata.js"></script> | ||
<script type="text/javascript" src="navtree.js"></script> | ||
<script type="text/javascript" src="resize.js"></script> | ||
<script type="text/javascript" src="cookie.js"></script> | ||
<script src="https://kit.fontawesome.com/c7bbc33ac5.js" crossorigin="anonymous"></script> | ||
<link href="doxygen.css" rel="stylesheet" type="text/css" /> | ||
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/> | ||
<link href="libjwt.css" rel="stylesheet" type="text/css"/> | ||
<!-- ... other metadata & script includes ... --> | ||
<script type="text/javascript" src="doxygen-awesome-fragment-copy-button.js"></script> | ||
<script type="text/javascript"> | ||
DoxygenAwesomeFragmentCopyButton.init() | ||
</script> | ||
<!-- ... other metadata & script includes ... --> | ||
<script type="text/javascript" src="doxygen-awesome-paragraph-link.js"></script> | ||
<script type="text/javascript"> | ||
DoxygenAwesomeParagraphLink.init() | ||
</script> | ||
<!-- ... other metadata & script includes ... --> | ||
<script type="text/javascript" src="doxygen-awesome-interactive-toc.js"></script> | ||
<script type="text/javascript"> | ||
DoxygenAwesomeInteractiveToc.init() | ||
</script> | ||
</head> | ||
<body> | ||
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> | ||
<div id="titlearea"> | ||
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr id="projectrow"> | ||
<td id="projectlogo"><img alt="Logo" src="LibJWT-Icon-95x91.png"/></td> | ||
<td id="projectalign"> | ||
<div id="projectname">LibJWT<span id="projectnumber"> v2.1.0</span> | ||
</div> | ||
<div id="projectbrief">The C JSON Web Token Library +JWK +JWKS</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generated by Doxygen 1.12.0 --> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(function() { codefold.init(0); }); | ||
/* @license-end */ | ||
</script> | ||
<script type="text/javascript" src="menudata.js"></script> | ||
<script type="text/javascript" src="menu.js"></script> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(function() { | ||
initMenu('',false,false,'search.php','Search',true); | ||
}); | ||
/* @license-end */ | ||
</script> | ||
<div id="main-nav"></div> | ||
</div><!-- top --> | ||
<div id="side-nav" class="ui-resizable side-nav-resizable"> | ||
<div id="nav-tree"> | ||
<div id="nav-tree-contents"> | ||
<div id="nav-sync" class="sync"></div> | ||
</div> | ||
</div> | ||
<div id="splitbar" style="-moz-user-select:none;" | ||
class="ui-resizable-handle"> | ||
</div> | ||
</div> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ | ||
$(function(){initNavTree('classes.html',''); initResizable(true); }); | ||
/* @license-end */ | ||
</script> | ||
<div id="doc-content"> | ||
<div class="header"> | ||
<div class="headertitle"><div class="title">Data Structure Index</div></div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
<div class="qindex"><a class="qindex" href="#letter_J">J</a></div> | ||
<div class="classindex"> | ||
<dl class="classindex even"> | ||
<dt class="alphachar"><a id="letter_J" name="letter_J">J</a></dt> | ||
<dd><a class="el" href="structjwk__item__t.html">jwk_item_t</a></dd><dd><a class="el" href="structjwt__verify__t.html">jwt_verify_t</a></dd></dl> | ||
</div> | ||
</div><!-- contents --> | ||
</div><!-- doc-content --> | ||
<!-- HTML footer for doxygen 1.12.0--> | ||
<!-- start footer part --> | ||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> | ||
<ul> | ||
<li class="footer"> | ||
<a href="https://maclara-llc.com" target="_blank"> | ||
<img src="https://img.shields.io/badge/Sponsored%20by-maClara%2C%20LLC-blue?style=plastic&logoColor=blue" alt="maClara, LLC"> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,58 @@ | ||
/*! | ||
Cookie helper functions | ||
Copyright (c) 2023 Dimitri van Heesch | ||
Released under MIT license. | ||
*/ | ||
let Cookie = { | ||
cookie_namespace: 'doxygen_', | ||
|
||
readSetting(cookie,defVal) { | ||
if (window.chrome) { | ||
const val = localStorage.getItem(this.cookie_namespace+cookie) || | ||
sessionStorage.getItem(this.cookie_namespace+cookie); | ||
if (val) return val; | ||
} else { | ||
let myCookie = this.cookie_namespace+cookie+"="; | ||
if (document.cookie) { | ||
const index = document.cookie.indexOf(myCookie); | ||
if (index != -1) { | ||
const valStart = index + myCookie.length; | ||
let valEnd = document.cookie.indexOf(";", valStart); | ||
if (valEnd == -1) { | ||
valEnd = document.cookie.length; | ||
} | ||
return document.cookie.substring(valStart, valEnd); | ||
} | ||
} | ||
} | ||
return defVal; | ||
}, | ||
|
||
writeSetting(cookie,val,days=10*365) { // default days='forever', 0=session cookie, -1=delete | ||
if (window.chrome) { | ||
if (days==0) { | ||
sessionStorage.setItem(this.cookie_namespace+cookie,val); | ||
} else { | ||
localStorage.setItem(this.cookie_namespace+cookie,val); | ||
} | ||
} else { | ||
let date = new Date(); | ||
date.setTime(date.getTime()+(days*24*60*60*1000)); | ||
const expiration = days!=0 ? "expires="+date.toGMTString()+";" : ""; | ||
document.cookie = this.cookie_namespace + cookie + "=" + | ||
val + "; SameSite=Lax;" + expiration + "path=/"; | ||
} | ||
}, | ||
|
||
eraseSetting(cookie) { | ||
if (window.chrome) { | ||
if (localStorage.getItem(this.cookie_namespace+cookie)) { | ||
localStorage.removeItem(this.cookie_namespace+cookie); | ||
} else if (sessionStorage.getItem(this.cookie_namespace+cookie)) { | ||
sessionStorage.removeItem(this.cookie_namespace+cookie); | ||
} | ||
} else { | ||
this.writeSetting(cookie,'',-1); | ||
} | ||
}, | ||
} |
Oops, something went wrong.