1929c70cbSchristos<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2929c70cbSchristos<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 3929c70cbSchristos<title>Heimdal crypto library</title> 4929c70cbSchristos<link href="doxygen.css" rel="stylesheet" type="text/css"> 5929c70cbSchristos<link href="tabs.css" rel="stylesheet" type="text/css"> 6929c70cbSchristos</head><body> 7929c70cbSchristos<p> 8929c70cbSchristos<a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/></a> 9929c70cbSchristos</p> 10929c70cbSchristos<!-- end of header marker --> 11*dd75ac5bSchristos<!-- Generated by Doxygen 1.9.1 --> 12929c70cbSchristos<script type="text/javascript" src="menudata.js"></script> 13929c70cbSchristos<script type="text/javascript" src="menu.js"></script> 14929c70cbSchristos<script type="text/javascript"> 15*dd75ac5bSchristos/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ 16929c70cbSchristos$(function() { 17929c70cbSchristos initMenu('',false,false,'search.php','Search'); 18929c70cbSchristos}); 19*dd75ac5bSchristos/* @license-end */</script> 20929c70cbSchristos<div id="main-nav"></div> 21929c70cbSchristos</div><!-- top --> 22*dd75ac5bSchristos<div class="PageDoc"><div class="header"> 23929c70cbSchristos <div class="headertitle"> 24929c70cbSchristos<div class="title">Heimdal crypto library </div> </div> 25929c70cbSchristos</div><!--header--> 26929c70cbSchristos<div class="contents"> 27929c70cbSchristos<div class="textblock"><h1><a class="anchor" id="intro"></a> 28929c70cbSchristosIntroduction</h1> 29929c70cbSchristos<p>Heimdal libhcrypto library is a implementation many crypto algorithms, among others: AES, SHA, DES, RSA, Camellia and many help function.</p> 30929c70cbSchristos<p>hcrypto provies a OpenSSL compatible interface libcrypto interface and is licensed under a 3 clause BSD license (GPL compatible).</p> 31929c70cbSchristos<p>The project web page: <a href="http://www.h5l.org/">http://www.h5l.org/</a></p> 32929c70cbSchristos<p>Sections of this manual:</p> 33929c70cbSchristos<ul> 34929c70cbSchristos<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> 35929c70cbSchristos<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> 36929c70cbSchristos<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> 37929c70cbSchristos<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> 38929c70cbSchristos<li><a class="el" href="group__hcrypto__misc.html">hcrypto miscellaneous functions</a></li> 39929c70cbSchristos</ul> 40929c70cbSchristos<p>Older interfaces that you should not use:</p> 41929c70cbSchristos<ul> 42929c70cbSchristos<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> 43929c70cbSchristos</ul> 44929c70cbSchristos<h2><a class="anchor" id="control_functions"></a> 45929c70cbSchristosControl functions</h2> 46929c70cbSchristos<p>Functions controlling general behavior, like adding algorithms, are documented in this module: <a class="el" href="group__hcrypto__core.html">hcrypto function controlling behavior</a> .</p> 47929c70cbSchristos<h2><a class="anchor" id="return_values"></a> 48929c70cbSchristosReturn values</h2> 49929c70cbSchristos<p>Return 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.</p> 50929c70cbSchristos<h2><a class="anchor" id="History"></a> 51929c70cbSchristosHistory</h2> 52929c70cbSchristos<p>Eric 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> 53929c70cbSchristos<p>libhcrypto is an independent implementation with no code decended from ssleay/openssl. Both includes some common imported code, for example the AES implementation. </p> 54*dd75ac5bSchristos</div></div><!-- PageDoc --> 55*dd75ac5bSchristos</div><!-- contents --> 56929c70cbSchristos<hr size="1"><address style="text-align: right;"><small> 57*dd75ac5bSchristosGenerated on Tue Nov 15 2022 14:04:26 for Heimdal crypto library by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.9.1</small></address> 58929c70cbSchristos</body> 59929c70cbSchristos</html> 60