xref: /freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/index.html (revision ae77177087c655fc883075af4f425b37e032cd05)
1*ae771770SStanislav Sedov<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2*ae771770SStanislav Sedov<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3*ae771770SStanislav Sedov<title>Heimdal crypto library: Heimdal crypto library</title>
4*ae771770SStanislav Sedov<link href="doxygen.css" rel="stylesheet" type="text/css">
5*ae771770SStanislav Sedov<link href="tabs.css" rel="stylesheet" type="text/css">
6*ae771770SStanislav Sedov</head><body>
7*ae771770SStanislav Sedov<p>
8*ae771770SStanislav Sedov<a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/></a>
9*ae771770SStanislav Sedov</p>
10*ae771770SStanislav Sedov<!-- end of header marker -->
11*ae771770SStanislav Sedov<!-- Generated by Doxygen 1.5.6 -->
12*ae771770SStanislav Sedov<div class="navigation" id="top">
13*ae771770SStanislav Sedov  <div class="tabs">
14*ae771770SStanislav Sedov    <ul>
15*ae771770SStanislav Sedov      <li class="current"><a href="index.html"><span>Main&nbsp;Page</span></a></li>
16*ae771770SStanislav Sedov      <li><a href="modules.html"><span>Modules</span></a></li>
17*ae771770SStanislav Sedov      <li><a href="examples.html"><span>Examples</span></a></li>
18*ae771770SStanislav Sedov    </ul>
19*ae771770SStanislav Sedov  </div>
20*ae771770SStanislav Sedov</div>
21*ae771770SStanislav Sedov<div class="contents">
22*ae771770SStanislav Sedov<h1>Heimdal crypto library</h1>
23*ae771770SStanislav Sedov<p>
24*ae771770SStanislav Sedov<h3 align="center">1.5.1 </h3><h2><a class="anchor" name="intro">
25*ae771770SStanislav SedovIntroduction</a></h2>
26*ae771770SStanislav SedovHeimdal libhcrypto library is a implementation many crypto algorithms, among others: AES, SHA, DES, RSA, Camellia and many help function.<p>
27*ae771770SStanislav Sedovhcrypto provies a OpenSSL compatible interface libcrypto interface and is licensed under a 3 clause BSD license (GPL compatible).<p>
28*ae771770SStanislav SedovThe project web page: <a href="http://www.h5l.org/">http://www.h5l.org/</a><p>
29*ae771770SStanislav SedovSections of this manual:<p>
30*ae771770SStanislav Sedov<ul>
31*ae771770SStanislav Sedov<li><a class="el" href="page_evp.html">EVP - generic crypto interface</a>, <a class="el" href="group__hcrypto__evp.html">EVP generic crypto functions</a></li><li><a class="el" href="page_rand.html">RAND - random number</a>, <a class="el" href="group__hcrypto__rand.html">RAND crypto functions</a></li><li><a class="el" href="page_dh.html">DH - Diffie-Hellman key exchange</a>, <a class="el" href="group__hcrypto__dh.html">Diffie-Hellman functions</a></li><li><a class="el" href="page_rsa.html">RSA - public-key cryptography</a>, <a class="el" href="group__hcrypto__rsa.html">RSA functions</a></li><li><a class="el" href="group__hcrypto__misc.html">hcrypto miscellaneous functions</a></li></ul>
32*ae771770SStanislav Sedov<p>
33*ae771770SStanislav SedovOlder interfaces that you should not use:<p>
34*ae771770SStanislav Sedov<ul>
35*ae771770SStanislav Sedov<li><a class="el" href="page_des.html">DES - Data Encryption Standard crypto interface</a>, <a class="el" href="group__hcrypto__des.html">DES crypto functions</a></li></ul>
36*ae771770SStanislav Sedov<h3><a class="anchor" name="control_functions">
37*ae771770SStanislav SedovControl functions</a></h3>
38*ae771770SStanislav SedovFunctions controlling general behavior, like adding algorithms, are documented in this module: <a class="el" href="group__hcrypto__core.html">hcrypto function controlling behavior</a> .<h3><a class="anchor" name="return_values">
39*ae771770SStanislav SedovReturn values</a></h3>
40*ae771770SStanislav SedovReturn values are diffrent in this module to be compatible with OpenSSL interface. The diffrence is that on success 1 is returned instead of the customary 0.<h3><a class="anchor" name="History">
41*ae771770SStanislav SedovHistory</a></h3>
42*ae771770SStanislav SedovEric Young implemented DES in the library libdes, that grew into libcrypto in the ssleay package. ssleay went into recession and then got picked up by the OpenSSL (htp://www.openssl.org/) project.<p>
43*ae771770SStanislav Sedovlibhcrypto is an independent implementation with no code decended from ssleay/openssl. Both includes some common imported code, for example the AES implementation. </div>
44*ae771770SStanislav Sedov<hr size="1"><address style="text-align: right;"><small>
45*ae771770SStanislav SedovGenerated on Fri Sep 30 15:26:03 2011 for Heimdal crypto library by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6</small></address>
46*ae771770SStanislav Sedov</body>
47*ae771770SStanislav Sedov</html>
48