emacs.d/clones/lisp/www.cliki.net/RFC.html
2022-10-07 15:47:14 +02:00

180 lines
No EOL
12 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: RFC</title>
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
href="https://www.cliki.net/site/feed/article.atom?title=RFC">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - RFC</span>
<div id="content"><div id="content-area"><div id="article-title">RFC</div><div id="article">RFCs are <a href="standards.html" class="category">standards</a> documents maintained by the <a href="https://www.ietf.org/">Internet Engineering Task Force</a>. They specify <a href="protocol.html" class="internal">protocol</a>s that make the Internet run. This is a topic page for Common Lisp libraries that implement various RFCs.<p><ul>
<li>
<a href="base64.html" class="internal">base64</a> -
A very simple implementation of Base64 (<a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc4648">4648</a>) encoding and decoding for Common Lisp
</li>
<li>
<a href="binascii.html" class="internal">binascii</a> -
binascii is a <a href="binary&#32;format.html" class="category">binary format</a> library for converting binary data to ASCII
</li>
<li>
<a href="Cerberus.html" class="internal">Cerberus</a> -
This is an implementation of the Kerberos v5 authentication <a href="protocol.html" class="category">protocol</a> in Common Lisp
</li>
<li>
<a href="chipz.html" class="internal">chipz</a> -
Chipz is a de<a href="compression.html" class="category">compression</a> library for decompressing DEFLATE (<a href="RFC.html" class="category">RFC</a> <a href="http://www.ietf.org/rfc/rfc1951.txt">1951</a>) data such as <a href="ZLIB.html" class="category">ZLIB</a> (<a href="RFC.html" class="category">RFC</a> <a href="http://www.ietf.org/rfc/rfc1950.txt">1950</a>), GZIP (<a href="RFC.html" class="category">RFC</a> <a href="http://www.ietf.org/rfc/rfc1952.txt">1952</a>), as well as bzip2
</li>
<li>
<a href="Chunga.html" class="internal">Chunga</a> -
Chunga is a <a href="web.html" class="category">web</a>/<a href="networking.html" class="category">networking</a> library which implements portable chunked HTTP <a href="stream.html" class="category">stream</a>s as described in <a href="RFC.html" class="category">RFC</a> <a href="https://www.ietf.org/rfc/rfc2616.txt">2616</a>
</li>
<li>
<a href="cl-base32.html" class="internal">cl-base32</a> -
CL-Base32 is a Common Lisp library for encoding / decoding bytes to / from base32 strings (<a href="RFC.html" class="category">RFC</a> <a href="http://www.ietf.org/rfc/rfc4648.txt">4648</a>)
</li>
<li>
<a href="cl-base64.html" class="internal">cl-base64</a> -
<a href="http://git.kpe.io/?p=cl-base64.git;a=summary">cl-base64</a> provides base64 (<a href="RFC.html" class="category">RFC</a> <a href="https://www.ietf.org/rfc/rfc1521.txt">1521</a>) encoding and decoding
</li>
<li>
<a href="cl-date-time-parser.html" class="internal">cl-date-time-parser</a> -
Parse date-<a href="time.html" class="category">time</a>-<a href="string.html" class="category">string</a>, and return (as multiple values) <a href="https://cliki.net/site/HyperSpec/Body/sec_25-1-4-2.html">universal-time</a> and fraction
</li>
<li>
<a href="cl-icalendar.html" class="internal">cl-icalendar</a> -
An implementation of the <a href="https://en.wikipedia.org/wiki/ICalendar">iCalendar</a> (<a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc5545">5545</a>) <a href="file&#32;format.html" class="category">file format</a>
</li>
<li>
<a href="cl-one-time-passwords.html" class="internal">cl-one-time-passwords</a> -
cl-one-time-passwords implements HOTP (<a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc4226">4226</a>) and TOTP (<a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc6238">6238</a>) in Common Lisp
</li>
<li>
<a href="cl-pop.html" class="internal">cl-pop</a> -
CL-POP is a lisp <a href="networking.html" class="internal">networking</a> library that provides a POP <a href="email.html" class="category">email</a> client based on <a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc1939">1939</a>
</li>
<li>
<a href="CL-RFC2047.html" class="internal">CL-RFC2047</a> -
<a href="http://mr.gy/maintenance/cl-rfc2047/">CL-RFC2047</a> impements the encoding described by <a href="RFC.html" class="category">RFC</a> <a href="http://www.faqs.org/rfcs/rfc2047">2047</a> (<a href="MIME.html" class="category">MIME</a>)
</li>
<li>
<a href="cl-rfc4251.html" class="internal">cl-rfc4251</a> -
cl-rfc4251 is a Common Lisp system, which provides support for parsing <a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc4251">4251</a> encoded binary data, as described in the <a href="https://tools.ietf.org/html/rfc4251#section-5">Data Type Representations Used in the SSH Protocols</a> section of the document
</li>
<li>
<a href="CL-SMTP.html" class="internal">CL-SMTP</a> -
CL-SMTP is an SMTP (<a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc5321">5321</a>) client
</li>
<li>
<a href="cl-xmpp.html" class="internal">cl-xmpp</a> -
cl-xmpp is an XMPP client implementation of <a href="RFC.html" class="category">RFC</a>s <a href="http://www.faqs.org/rfcs/rfc3920.html">3920</a> and <a href="http://www.faqs.org/rfcs/rfc3921.html">3921</a> which can be thought of as the basis of any Jabber-compliant client
</li>
<li>
<a href="CoreServer.html" class="internal">CoreServer</a> -
Core-Server is a <a href="web&#32;framework.html" class="category">web framework</a> and application server
</li>
<li>
<a href="CRC-32.html" class="internal">CRC-32</a> -
A library to compute the CRC-32 <a href="algorithm.html" class="category">algorithm</a> that is described in <a href="RFC.html" class="category">RFC</a> <a href="ftp://ftp.rfc-editor.org/in-notes/rfc1952.txt">1952</a>
</li>
<li>
<a href="deflate.html" class="internal">deflate</a> -
Deflate by Pierre Mai is a Common Lisp implementation of Deflate (<a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc1951">1951</a>) decompression, with optional support for <a href="ZLIB.html" class="internal">ZLIB</a>-style (<a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc1950">1950</a>) and <a href="gzip-stream.html" class="internal">gzip</a>-style (RFC <a href="https://tools.ietf.org/html/rfc1952">1952</a>) wrappers of deflate <a href="stream.html" class="category">stream</a>s
</li>
<li>
<a href="glass.html" class="internal">glass</a> -
General Lisp Authentication Security Services (<a href="https://github.com/fjames86/glass">glass</a>) is a Common Lisp <a href="https://docs.oracle.com/javase/jndi/tutorial/ldap/security/gssapi.html">GSS</a>-compatible API
</li>
<li>
<a href="Ironclad.html" class="internal">Ironclad</a> -
Ironclad is a Common Lisp <a href="Cryptography.html" class="category">Cryptography</a> package; several block encryption algorithms and hash functions are included with the initial release
</li>
<li>
<a href="md5.html" class="internal">md5</a> -
md5 is a cryptographic Message-Digest algorithm from RSA Data Security, Inc
</li>
<li>
<a href="MIME.html" class="internal">MIME</a> -
MIME, Multipurpose
</li>
<li>
<a href="org-davep-nntp.html" class="internal">org-davep-nntp</a> -
org-davep-nntp is a Common Lisp library for talking to an NNTP (<a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc3977">3977</a>) server
</li>
<li>
<a href="protocol.html" class="internal">protocol</a> -
<a href="Networking.html" class="internal">Networking</a> and other <a href="RFC.html" class="category">RFC</a>-defined protocols:
</li>
<li>
<a href="rfc2109.html" class="internal">rfc2109</a> -
rfc2109 (aka cookies1) is a package for dealing with cookies in an <a href="RFC.html" class="category">RFC</a>-compliant way
</li>
<li>
<a href="rfc2388.html" class="internal">rfc2388</a> -
<a href="https://common-lisp.net/project/rfc2388/">rfc2388</a> processes HTTP POST form data using enctype "multipart/form-data", as described in <a href="RFC.html" class="category">RFC</a> <a href="https://www.ietf.org/rfc/rfc2388.txt">2388</a>
</li>
<li>
<a href="rfc2822.html" class="internal">rfc2822</a> -
Text <a href="email.html" class="category">email</a> as defined in <a href="RFC.html" class="category">RFC</a> <a href="https://www.rfc-editor.org/info/rfc2822">2822</a>
</li>
<li>
<a href="rfc3339-timestamp.html" class="internal">rfc3339-timestamp</a> -
A library to decode and encode <a href="time.html" class="category">time</a>stamps according to <a href="RFC.html" class="category">RFC</a> <a href="https://www.rfc-editor.org/rfc/rfc3339.html">3339</a>
</li>
<li>
<a href="SHA1.html" class="internal">SHA1</a> -
Secure Hash <a href="Algorithm.html" class="category">Algorithm</a> 1 (SHA1) is defined in <a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc3174">3174</a>, and therefore more-or-less counts as a <a href="protocol.html" class="category">protocol</a>
</li>
<li>
<a href="trivial-ldap.html" class="internal">trivial-ldap</a> -
<a href="https://github.com/rwiker/trivial-ldap/">TRIVIAL-LDAP</a> is a one-file, pure-Lisp client library for parts of <a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc4510">4510</a> - Lightweight Directory Access Protocol (v3), <a href="LDAP.html" class="category">LDAP</a>
</li>
<li>
<a href="unicly.html" class="internal">unicly</a> -
Unicly is a Common Lisp library for generation of UUIDs (Universally Unique
</li>
<li>
<a href="uuid.html" class="internal">uuid</a> -
A library for generation of universally unique identifiers (UUIDs) as described by <a href="RFC.html" class="category">RFC</a> 4122
</li>
</ul></div></div>
<div id="footer" class="buttonbar"><ul><li><a href="RFC.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=RFC">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=RFC">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=RFC&amp;from-revision=3805313506">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
</div>
<div id="header-buttons" class="buttonbar">
<ul>
<li><a href="https://www.cliki.net/">Home</a></li>
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
<li><a href="CLiki.html">About</a></li>
<li><a href="Text&#32;Formatting.html">Text Formatting</a></li>
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
</ul>
<div id="search">
<form action="https://www.cliki.net/site/search">
<label for="search_query" class="hidden">Search CLiki</label>
<input type="text" name="query" id="search_query" value="" />
<input type="submit" value="search" />
</form>
</div>
</div>
<div id="pageheader">
<div id="header">
<span id="logo">CLiki</span>
<span id="slogan">the common lisp wiki</span>
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
<label for="login_name" class="hidden">Account name</label>
<input type="text" name="name" id="login_name" class="login_input" />
<label for= "login_password" class="hidden">Password</label>
<input type="password" name="password" id="login_password" class="login_input" />
<input type="submit" name="login" value="login" id="login_submit" /><br />
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
</form>
</div>
</div>
</div>
</body></html>