minix/crypto/external/bsd/libsaslc/dist/index.html
Lionel Sambuc ebfedea0ce Importing crypto libraries
- crypto/external/bsd/heimdal
 - crypto/external/bsd/libsaslc
 - crypto/external/bsd/netpgp
 - crypto/external/bsd/openssl

Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
2015-10-07 23:37:12 +02:00

117 lines
4.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>NetBSD &amp; Google's Summer of Code: Mateusz Kocielski - SASL client library (sasl_client_lib)</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div style="text-align:center;">
<table style="margin-left: auto; margin-right: auto;">
<tr>
<td><a href="http://www.NetBSD.org/"><img style="border: none; vertical-align: top;" src="../../NetBSD.png" alt="[NetBSD logo]"></a></td>
<td><p style="font-size : 47px;">&nbsp;&nbsp;&nbsp;&amp;&nbsp;&nbsp;&nbsp;</p></td>
<td><a href="http://www.google.com/"><img style="border: none; vertical-align: bottom;" src="http://www.google.com/intl/en/images/logo.gif" alt="[Google logo]"></a></td>
</tr>
</table>
<h1>NetBSD: SASL client library</h1>
</div>
<div class="main" style="text-align:center;">
<a href="#whatisit">What is it</a> |
<a href="#status">Schedule</a> |
<a href="#repo">Repository</a> |
<a href="soc.html">GSoC</a> |
<a href="#doc">Documentation</a> |
<a href="#tech">Technical details</a> |
<a href="#contact">Contact</a>
</div>
<div class="main">
<a name="whatisit"></a>
<p class="header">What is it?</p>
<a href="http://en.wikipedia.org/wiki/Simple_Authentication_and_Security_Layer">Simple Authentication and Security Layer</a> is a framework dedicated to internet
protocols for an authentication and a data security. SASL is widely used in
many protocols i.e. SMTP, IMAP, XMPP. Project goal is to write robust client
library focused on security and usability. Project was started as the part of
the Google Summer of Code project, more information about it can be found
in <a href="soc.html">GSoC section</a>.
</div>
<div class="main">
<a name="status"></a>
<p class="header">Status</p>
I'm working now on improving existing code and integration with the Postfix. I hope to be ready with it soon. My future plans involves implementing others mechanisms (i.e. S/KEY).
</div>
<div class="main">
<a name="repo"></a>
<p class="header">Project's repository</p>
Project is aviliable via CVS, anonymous read-only access is provided. Run following command for accessing the repository:
<br><br>
<b>cvs -z3 -d:pserver:anonymous@netbsd-soc.cvs.sourceforge.net:/cvsroot/netbsd-soc checkout -P sasl_client_lib</b>
</div>
<div class="main">
<a name="doc"></a>
<p class="header">Documentation</p>
<b>Standards:</b>
<ul>
<li><a href="http://www.ietf.org/rfc/rfc2195.txt">RFC2195</a> - IMAP/POP AUTHorize Extension for Simple Challenge/Response (CRAM-MD5)
<li><a href="http://www.ietf.org/rfc/rfc2222.txt">RFC2222</a> - Simple Authentication and Security Layer (SASL, GSSAPI, EXTERN)
<li><a href="http://www.ietf.org/rfc/rfc2245.txt">RFC2245</a> - Anonymous SASL Mechanism (ANONYMOUS)
<li><a href="http://www.ietf.org/rfc/rfc2595.txt">RFC2595</a> - Using TLS with IMAP, POP3 and ACAP (PLAIN)
<li><a href="http://www.ietf.org/rfc/rfc2831.txt">RFC2831</a> - Using Digest Authentication as a SASL Mechanism (DIGEST-MD5)
</ul>
<b>Related work:</b>
<ul>
<li><a href="http://asg.web.cmu.edu/sasl/sasl-library.html">Cyrus-SASL</a> - Cyrus Simple Authentication and Security Layer library
<li><a href="http://www.gnu.org/software/gsasl/">Libgsasl</a> - GNU Simple Authentication and Security Layer library
</ul>
</div>
<div class="main">
<a name="tech"></a>
<p class="header">Technical Details</p>
<b>Testing:</b>
<ul>
<li><a href="http://www.netbsd.org/~jmmv/atf/">ATF</a> - Automated Testing Framework
</ul>
</div>
<div class="main">
<a name="contact"></a>
<p class="header">Contact</p>
<p class="paragraph">
If you've got any questions or suggestions, then feel free to
contact me by e-mail, my address is <b>m.kocielski@gmail.com</b>. You can also contact me
more interactively via IRC, my nickname is <b>shm</b> at the freenode network.
</p>
</div>
<hr>
<table border=0>
<tr>
<td>
<a href="http://sourceforge.net/projects/netbsd-soc"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=141771&amp;type=16" width="150" height="40" style="border: none;" alt="Get NetBSD Summer of Code projects at SourceForge.net. Fast, secure and Free Open Source software downloads"></a>
</td>
<td>
<table>
<tr> <td> Mateusz Kocielski &lt;<tt>m.kocielski@gmail.com</tt>&gt; </td> </tr>
<tr> <td> $NetBSD: index.html,v 1.3 2011/02/11 23:44:42 christos Exp $ </td> </tr>
</table>
</td>
</tr>
</table>
</body>
</html>