Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 2d8a45edbd96402b289f55f81ca7bead > files > 72

botan-doc-1.10.17-1.mga6.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Release Notes &#8212; Botan</title>
    
    <link rel="stylesheet" href="_static/agogo.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '1.10.17',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="top" title="Botan" href="contents.html" />
    <link rel="next" title="License" href="license.html" />
    <link rel="prev" title="Python Binding" href="python.html" /> 
  </head>
  <body role="document">
    <div class="header-wrapper">
      <div class="header">
        <h1>Botan</h1>
      </div>
    </div>

    <div class="content-wrapper">
      <div class="content">
        <div class="document">
            
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="release-notes">
<span id="relnotes"></span><h1>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to this headline">¶</a></h1>
<div class="section" id="series-1-10">
<h2>Series 1.10<a class="headerlink" href="#series-1-10" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-1-10-17-1-10-17">
<h3>Version 1.10.17, 1.10.17<a class="headerlink" href="#version-1-10-17-1-10-17" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Address a side channel affecting modular exponentiation. An attacker
capabable of a local or cross-VM cache analysis attack may be able
to recover bits of secret exponents as used in RSA, DH, etc.
CVE-2017-14737</li>
<li>Workaround a miscompilation bug in GCC 7 on x86-32 affecting GOST-34.11
hash function. (GH #1192 #1148 #882)</li>
<li>Add SecureVector::data() function which returns the start of the
buffer. This makes it slightly simpler to support both 1.10 and 2.x
APIs in the same codebase.</li>
<li>When compiled by a C++11 (or later) compiler, a template typedef of
SecureVector, secure_vector, is added. In 2.x this class is a
std::vector with a custom allocator, so has a somewhat different
interface than SecureVector in 1.10. But this makes it slightly
simpler to support both 1.10 and 2.x APIs in the same codebase.</li>
<li>Fix a bug that prevented <cite>configure.py</cite> from running under Python3</li>
<li>Botan 1.10.x does not support the OpenSSL 1.1 API. Now the build
will <cite>#error</cite> if OpenSSL 1.1 is detected. Avoid <cite>&#8211;with-openssl</cite>
if compiling against 1.1 or later. (GH #753)</li>
<li>Import patches from Debian adding basic support for building on
aarch64, ppc64le, or1k, and mipsn32 platforms.</li>
</ul>
</div>
<div class="section" id="version-1-10-16-2017-04-04">
<h3>Version 1.10.16, 2017-04-04<a class="headerlink" href="#version-1-10-16-2017-04-04" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix a bug in X509 DN string comparisons that could result in out of bound
reads. This could result in information leakage, denial of service, or
potentially incorrect certificate validation results. (CVE-2017-2801)</li>
<li>Avoid throwing during a destructor since this is undefined in C++11
and rarely a good idea. (GH #930)</li>
</ul>
</div>
<div class="section" id="version-1-10-15-2017-01-12">
<h3>Version 1.10.15, 2017-01-12<a class="headerlink" href="#version-1-10-15-2017-01-12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix a bug causing modular exponentiations done modulo even numbers
to almost always be incorrect, unless the values were small. This
bug is not known to affect any cryptographic operation in Botan. (GH #754)</li>
<li>Avoid use of C++11 std::to_string in some code added in 1.10.14 (GH #747 #834)</li>
</ul>
</div>
<div class="section" id="version-1-10-14-2016-11-28">
<h3>Version 1.10.14, 2016-11-28<a class="headerlink" href="#version-1-10-14-2016-11-28" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>NOTE WELL: Botan 1.10.x is supported for security patches only until
2017-12-31</li>
<li>Fix integer overflow during BER decoding, found by Falko Strenzke.
This bug is not thought to be directly exploitable but upgrading ASAP
is advised. (CVE-2016-9132)</li>
<li>Fix two cases where (in error situations) an exception would be
thrown from a destructor, causing a call to std::terminate.</li>
<li>When RC4 is disabled in the build, also prevent it from being
included in the OpenSSL provider. (GH #638)</li>
</ul>
</div>
<div class="section" id="version-1-10-13-2016-04-23">
<h3>Version 1.10.13, 2016-04-23<a class="headerlink" href="#version-1-10-13-2016-04-23" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Use constant time modular inverse algorithm to avoid possible
side channel attack against ECDSA (CVE-2016-2849)</li>
<li>Use constant time PKCS #1 unpadding to avoid possible side channel
attack against RSA decryption (CVE-2015-7827)</li>
<li>Avoid a compilation problem in OpenSSL engine when ECDSA was
disabled. Gentoo bug 542010</li>
</ul>
</div>
<div class="section" id="version-1-10-12-2016-02-03">
<h3>Version 1.10.12, 2016-02-03<a class="headerlink" href="#version-1-10-12-2016-02-03" title="Permalink to this headline">¶</a></h3>
<ul>
<li><p class="first">In 1.10.11, the check in PointGFp intended to check the affine y
argument actually checked the affine x again. Reported by Remi Gacogne</p>
<p>The CVE-2016-2195 overflow is not exploitable in 1.10.11 due to an
additional check in the multiplication function itself which was
also added in that release, so there are no security implications
from the missed check. However to avoid confusion the change was
pushed in a new release immediately.</p>
<p>The 1.10.11 release notes incorrectly identified CVE-2016-2195 as CVE-2016-2915</p>
</li>
</ul>
</div>
<div class="section" id="version-1-10-11-2016-02-01">
<h3>Version 1.10.11, 2016-02-01<a class="headerlink" href="#version-1-10-11-2016-02-01" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Resolve heap overflow in ECC point decoding. CVE-2016-2195</li>
<li>Resolve infinite loop in modular square root algorithm.
CVE-2016-2194</li>
<li>Correct BigInt::to_u32bit to not fail on integers of exactly 32 bits.
GH #239</li>
</ul>
</div>
<div class="section" id="version-1-10-10-2015-08-03">
<h3>Version 1.10.10, 2015-08-03<a class="headerlink" href="#version-1-10-10-2015-08-03" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>SECURITY: The BER decoder would crash due to reading from offset 0
of an empty vector if it encountered a BIT STRING which did not
contain any data at all. As the type requires a 1 byte field this is
not valid BER but could occur in malformed data. Found with afl.</li>
<li>SECURITY: The BER decoder would allocate a fairly arbitrary amount
of memory in a length field, even if there was no chance the read
request would succeed. This might cause the process to run out of
memory or invoke the OOM killer. Found with afl.</li>
<li>Due to an ABI incompatible (though not API incompatible) change in
this release, the version number of the shared object has been
increased.</li>
<li>The default TLS policy no longer allows RC4.</li>
<li>Fix a signed integer overflow in Blue Midnight Wish that may cause
incorrect computations or undefined behavior.</li>
</ul>
</div>
<div class="section" id="version-1-10-9-2014-12-13">
<h3>Version 1.10.9, 2014-12-13<a class="headerlink" href="#version-1-10-9-2014-12-13" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed EAX tag verification to run in constant time</li>
<li>The default TLS policy now disables SSLv3.</li>
<li>A crash could occur when reading from a blocking random device if
the device initially indicated that entropy was available but
a concurrent process drained the entropy pool before the
read was initiated.</li>
<li>Fix decoding indefinite length BER constructs that contain a context
sensitive tag of zero. Github pull 26 from Janusz Chorko.</li>
<li>The <cite>botan-config</cite> script previously tried to guess its prefix from
the location of the binary. However this was error prone, and now
the script assumes the final installation prefix matches the value
set during the build. Github issue 29.</li>
</ul>
</div>
<div class="section" id="version-1-10-8-2014-04-10">
<h3>Version 1.10.8, 2014-04-10<a class="headerlink" href="#version-1-10-8-2014-04-10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix a bug in primality testing introduced in 1.8.3 which caused only
a single random base, rather than a sequence of random bases, to be
used in the Miller-Rabin test. This increased the probability that a
non-prime would be accepted, for instance a 1024 bit number would be
incorrectly classed as prime with probability around 2^-40. Reported
by Jeff Marrison.</li>
<li>The key length limit on HMAC has been raised to 512 bytes, allowing
the use of very long passphrases with PBKDF2.</li>
</ul>
</div>
<div class="section" id="version-1-10-7-2013-12-29">
<h3>Version 1.10.7, 2013-12-29<a class="headerlink" href="#version-1-10-7-2013-12-29" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>OAEP had two bugs, one of which allowed it to be used even if the
key was too small, and the other of which would cause a crash during
decryption if the EME data was too large for the associated key.</li>
</ul>
</div>
<div class="section" id="version-1-10-6-2013-11-10">
<h3>Version 1.10.6, 2013-11-10<a class="headerlink" href="#version-1-10-6-2013-11-10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>The device reading entropy source now attempts to read from all
available devices. Previously it would break out early if a partial
read from a blocking source occured, not continuing to read from a
non-blocking device. This would cause the library to fall back on
slower and less reliable techniques for collecting PRNG seed
material. Reported by Rickard Bellgrim.</li>
<li>HMAC_RNG (the default PRNG implementation) now automatically reseeds
itself periodically. Previously reseeds only occured on explicit
application request.</li>
<li>Fix an encoding error in EC_Group when encoding using EC_DOMPAR_ENC_OID.
Reported by fxdupont on github.</li>
<li>In EMSA2 and Randpool, avoid calling name() on objects after deleting them if
the provided algorithm objects are not suitable for use.  Found by Clang
analyzer, reported by Jeffrey Walton.</li>
<li>If X509_Store was copied, the u32bit containing how long to cache validation
results was not initialized, potentially causing results to be cached for
significant amounts of time. This could allow a certificate to be considered
valid after its issuing CA&#8217;s cert expired. Expiration of the end-entity cert
is always checked, and reading a CRL always causes the status to be reset, so
this issue does not affect revocation. Found by Coverity scanner.</li>
<li>Avoid off by one causing a potentially unterminated string to be passed to
the connect system call if the library was configured to use a very long path
name for the EGD socket. Found by Coverity Scanner.</li>
<li>In PK_Encryptor_EME, PK_Decryptor_EME, PK_Verifier, and PK_Key_Agreement,
avoid dereferencing an unitialized pointer if no engine supported operations
on the key object given. Found by Coverity scanner.</li>
<li>Avoid leaking a file descriptor in the /dev/random and EGD entropy sources if
stdin (file descriptor 0) was closed. Found by Coverity scanner.</li>
<li>Avoid a potentially undefined operation in the bit rotation operations.  Not
known to have caused problems under any existing compiler, but might have
caused problems in the future. Caught by Clang sanitizer, reported by Jeffrey
Walton.</li>
<li>Increase default hash iterations from 10000 to 50000 in PBES1 and PBES2</li>
<li>Add a fix for mips64el builds from Brad Smith.</li>
</ul>
</div>
<div class="section" id="version-1-10-5-2013-03-02">
<h3>Version 1.10.5, 2013-03-02<a class="headerlink" href="#version-1-10-5-2013-03-02" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>A potential crash in the AES-NI implementation of the AES-192 key
schedule (caused by misaligned loads) has been fixed.</li>
<li>A previously conditional operation in Montgomery multiplication and
squaring is now always performed, removing a possible timing
channel.</li>
<li>Use correct flags for creating a shared library on OS X under Clang.</li>
<li>Fix a compile time incompatability with Visual C++ 2012</li>
</ul>
</div>
<div class="section" id="version-1-10-4-2013-01-07">
<h3>Version 1.10.4, 2013-01-07<a class="headerlink" href="#version-1-10-4-2013-01-07" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Avoid a conditional operation in the power mod implementations on if
a nibble of the exponent was zero or not. This may help protect
against certain forms of side channel attacks.</li>
<li>The SRP6 code was checking for invalid values as specified in RFC
5054, specifically values equal to zero mod p. However SRP would
accept negative A/B values, or ones larger than p, neither of which
should occur in a normal run of the protocol. These values are now
rejected. Credits to Timothy Prepscius for pointing out these values
are not normally used and probably signal something fishy.</li>
<li>The return value of version_string is now a compile time constant
string, so version information can be more easily extracted from
binaries.</li>
</ul>
</div>
<div class="section" id="version-1-10-3-2012-07-10">
<h3>Version 1.10.3, 2012-07-10<a class="headerlink" href="#version-1-10-3-2012-07-10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>A change in 1.10.2 accidentally broke ABI compatibility with 1.10.1
and earlier versions, causing programs compiled against 1.10.1 to
crash if linked with 1.10.2 at runtime.</li>
<li>Recent versions of OpenSSL include extra information in ECC private
keys, the presence of which caused an exception when such a key was
loaded by botan. The decoding of ECC private keys has been changed
to ignore these fields if they are set.</li>
</ul>
</div>
<div class="section" id="version-1-10-2-2012-06-17">
<h3>Version 1.10.2, 2012-06-17<a class="headerlink" href="#version-1-10-2-2012-06-17" title="Permalink to this headline">¶</a></h3>
<ul>
<li><p class="first">To protect clients against renegotiation attacks, the TLS client
now sends the renegotiation extension SCSV.</p>
</li>
<li><p class="first">TLS renegotiation is completely disabled in this release. All hello
requests, and all client hellos after the initial negotiation, are
ignored.</p>
</li>
<li><p class="first">Fix bugs in TLS affecting DSA servers.</p>
</li>
<li><p class="first">Pipe::reset no longer requires that message processing be completed,
a requirement that caused problems when a Filter&#8217;s end_msg call
threw an exception, after which point the Pipe object was no longer
usable.</p>
</li>
<li><p class="first">Add support for the rdrand instruction introduced in Intel&#8217;s Ivy
Bridge processors.</p>
</li>
<li><p class="first">CPUID::has_rdrand was checking the wrong cpuid bit, and would false
positive on AMD Bulldozer processors.</p>
</li>
<li><p class="first">Add the Camellia block cipher</p>
</li>
<li><p class="first">An implementation of SRP-6a compatible with the specification in
RFC 5054 is now available in srp6.h</p>
</li>
<li><p class="first">The exception catching syntax of configure.py has been changed to
the Python 3.x syntax. This syntax also works with Python 2.6 and
2.7, but not with any earlier Python 2 release. A simple search and
replace will allow running it under Python 2.5:</p>
<div class="highlight-cpp"><div class="highlight"><pre><span></span>perl -pi -e &#39;s/except (.*) as (.*):/except $1, $2:/g&#39; configure.py
</pre></div>
</div>
</li>
<li><p class="first">If clock_gettime is available on the system, poll all available
clock types in the hres_timer poll.</p>
</li>
<li><p class="first">Add AltiVec detection for IBM POWER7 processors.</p>
</li>
<li><p class="first">Add AltiVec detection for OpenBSD, contributed by Brad Smith (PR 162)</p>
</li>
<li><p class="first">Add Google&#8217;s Native Client as an compile target</p>
</li>
<li><p class="first">The Qt mutex wrapper was broken and would not compile with any recent
version of Qt. It has been removed.</p>
</li>
<li><p class="first">If targetting GCC on a Windows system, configure.py will warn that
likely you wanted to configure for either MinGW or Cygwin, not the
generic Windows target which is oriented to Win32 plus the Visual
C++ runtime.</p>
</li>
<li><p class="first">Fixed a compilation problem of the dynamic loader hooks under MinGW GCC</p>
</li>
<li><p class="first">Don&#8217;t set a soname on OpenBSD, as it doesn&#8217;t support it (PR 158)</p>
</li>
<li><p class="first">Fix a configure.py incompatability with the subprocess module
included in Python 3.1 (PR 157)</p>
</li>
<li><p class="first">A bug in configure.py would cause it to interpret <cite>&#8211;cpu=s390x</cite> as
<cite>s390</cite>. This may have affected other CPUs as well. Now configure.py
searches for an exact match, and only if no exact match is found
will it search for substring matches.</p>
</li>
</ul>
</div>
<div class="section" id="version-1-10-1-2011-07-11">
<h3>Version 1.10.1, 2011-07-11<a class="headerlink" href="#version-1-10-1-2011-07-11" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>A race condition in <cite>Algorithm_Factory</cite> could cause crashes in
multithreaded code. See <a class="reference external" href="http://lists.randombit.net/pipermail/botan-devel/2011-July/001455.html">this thread on botan-devel</a>
for details and workarounds.</li>
<li>The return value of <code class="docutils literal"><span class="pre">name</span></code> has changed for GOST 28147-89 and
Skein-512.  GOST&#8217;s <code class="docutils literal"><span class="pre">name</span></code> now includes the name of the sbox, and
Skein&#8217;s includes the personalization string (if nonempty). This
allows an object to be properly roundtripped, which is necessary to
fix the race condition described above.</li>
<li>A new distribution script is now included, as
<code class="docutils literal"><span class="pre">src/build-data/scripts/dist.py</span></code></li>
<li>The <code class="docutils literal"><span class="pre">build.h</span></code> header now includes, if available, an identifier of
the source revision that was used. This identifier is also included
in the result of <code class="docutils literal"><span class="pre">version_string</span></code>.</li>
</ul>
</div>
<div class="section" id="version-1-10-0-2011-06-20">
<h3>Version 1.10.0, 2011-06-20<a class="headerlink" href="#version-1-10-0-2011-06-20" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Detection for the rdrand instruction being added to upcoming Intel
Ivy Bridge processors has been added.</li>
<li>A template specialization of std::swap was added for the memory
container types.</li>
</ul>
</div>
</div>
<div class="section" id="series-1-9">
<h2>Series 1.9<a class="headerlink" href="#series-1-9" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-1-9-18-2011-06-03">
<h3>Version 1.9.18, 2011-06-03<a class="headerlink" href="#version-1-9-18-2011-06-03" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fourth release candidate for 1.10.0</li>
<li>The GOST 34.10 verification operation was not ensuring that s and r
were both greater than zero. This could potentially have meant it
would have accepted an invalid all-zero signature as valid for any
message. Due to how ECC points are internally represented it instead
resulted in an exception being thrown.</li>
<li>A simple multiexponentation algorithm is now used in ECDSA and
GOST-34.10 signature verification, leading to 20 to 25% improvements
in ECDSA and 25% to 40% improvements in GOST-34.10 verification
performance.</li>
<li>The internal representation of elliptic curve points has been
modified to use Montgomery representation exclusively, resulting in
reduced memory usage and a 10 to 20% performance improvement for
ECDSA and ECDH.</li>
<li>In OAEP decoding, scan for the delimiter bytes using a loop that is
written without conditionals so as to help avoid timing analysis.
Unfortunately GCC at least is &#8216;smart&#8217; enough to compile it to
jumps anyway.</li>
<li>The SSE2 implementation of IDEA did not work correctly when compiled
by Clang, because the trick it used to emulate a 16 bit unsigned
compare in SSE (which doesn&#8217;t contain one natively) relied on signed
overflow working in the &#8216;usual&#8217; way. A different method that doesn&#8217;t
rely on signed overflow is now used.</li>
<li>Add support for compiling SSL using Visual C++ 2010&#8217;s TR1
implementation.</li>
<li>Fix a bug under Visual C++ 2010 which would cause <code class="docutils literal"><span class="pre">hex_encode</span></code> to
crash if given a zero-sized input to encode.</li>
<li>A new build option <code class="docutils literal"><span class="pre">--via-amalgamation</span></code> will first generate the
single-file amalgamation, then build the library from that single
file. This option requires a lot of memory and does not parallelize,
but the resulting library is smaller and may be faster.</li>
<li>On Unix, the library and header paths have been changed to allow
parallel installation of different versions of the library. Headers
are installed into <code class="docutils literal"><span class="pre">&lt;prefix&gt;/include/botan-1.9/botan</span></code>, libraries
are named <code class="docutils literal"><span class="pre">libbotan-1.9</span></code>, and <code class="docutils literal"><span class="pre">botan-config</span></code> is now namespaced
(so in this release <code class="docutils literal"><span class="pre">botan-config-1.9</span></code>). All of these embedded
versions will be 1.10 in the upcoming stable release.</li>
<li>The soname system has been modified. In this release the library
soname is <code class="docutils literal"><span class="pre">libbotan-1.9.so.0</span></code>, with the full library being named
<code class="docutils literal"><span class="pre">libbotan-1.9.so.0.18</span></code>. The <code class="docutils literal"><span class="pre">0</span></code> is the ABI version, and will be
incremented whenever a breaking ABI change is made.</li>
<li>TR1 support is not longer automatically assumed under older versions
of GCC</li>
<li>Functions for base64 decoding that work standalone (without needing
to use a pipe) have been added to <code class="docutils literal"><span class="pre">base64.h</span></code></li>
<li>The function <code class="docutils literal"><span class="pre">BigInt::to_u32bit</span></code> was inadvertently removed in 1.9.11
and has been added back.</li>
<li>The function <code class="docutils literal"><span class="pre">BigInt::get_substring</span></code> did not work correctly with a
<em>length</em> argument of 32.</li>
<li>The implementation of <code class="docutils literal"><span class="pre">FD_ZERO</span></code> on Solaris uses <code class="docutils literal"><span class="pre">memset</span></code> and
assumes the caller included <code class="docutils literal"><span class="pre">string.h</span></code> on its behalf. Do so to
fix compilation in the <code class="docutils literal"><span class="pre">dev_random</span></code> and <code class="docutils literal"><span class="pre">unix_procs</span></code> entropy
sources. Patch from Jeremy C. Reed.</li>
<li>Add two different configuration targets for Atom, since some are
32-bit and some are 64-bit. The &#8216;atom&#8217; target now refers to the
64-bit implementations, use &#8216;atom32&#8217; to target the 32-bit
processors.</li>
<li>The (incomplete) support for CMS and card verifiable certificates
are disabled by default; add <code class="docutils literal"><span class="pre">--enable-modules=cms</span></code> or
<code class="docutils literal"><span class="pre">--enable-modules=cvc</span></code> during configuration to turn them back on.</li>
</ul>
</div>
<div class="section" id="version-1-9-17-2011-04-29">
<h3>Version 1.9.17, 2011-04-29<a class="headerlink" href="#version-1-9-17-2011-04-29" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Third release candidate for 1.10.0</li>
<li>The format preserving encryption method currently available was
presented in the header <code class="docutils literal"><span class="pre">fpe.h</span></code> and the functions <code class="docutils literal"><span class="pre">fpe_encrypt</span></code>
and <code class="docutils literal"><span class="pre">fpe_decrypt</span></code>. These were renamed as it is likely that other
FPE schemes will be included in the future. The header is now
<code class="docutils literal"><span class="pre">fpe_fe1.h</span></code>, and the functions are named <code class="docutils literal"><span class="pre">fe1_encrypt</span></code> and
<code class="docutils literal"><span class="pre">fe1_decrypt</span></code>. See <a class="reference internal" href="fpe.html"><span class="doc">Format Preserving Encryption</span></a> for more information.</li>
<li>New options to <code class="docutils literal"><span class="pre">configure.py</span></code> control what tools are used for
documentation generation. The <code class="docutils literal"><span class="pre">--with-sphinx</span></code> option enables using
Sphinx to convert ReST into HTML; otherwise the ReST sources are
installed directly. If <code class="docutils literal"><span class="pre">--with-doxygen</span></code> is used, Doxygen will run
as well. Documentation generation can be triggered via the <code class="docutils literal"><span class="pre">docs</span></code>
target in the makefile; it will also be installed by the install
target on Unix.</li>
<li>A bug in 1.9.16 effectively disabled support for runtime CPU feature
detection on x86 under GCC in that release.</li>
<li>A mostly internal change, all references to &#8220;ia32&#8221; and &#8220;amd64&#8221; have
been changed to the vendor neutral and probably easier to understand
&#8220;x86-32&#8221; and &#8220;x86-64&#8221;. For instance, the &#8220;mp_amd64&#8221; module has been
renamed &#8220;mp_x86_64&#8221;, and the macro indicating x86-32 has changed
from <code class="docutils literal"><span class="pre">BOTAN_TARGET_ARCH_IS_IA32</span></code> to
<code class="docutils literal"><span class="pre">BOTAN_TARGET_ARCH_IS_X86_32</span></code>. The classes calling assembly have
also been renamed.</li>
<li>Similiarly to the above change, the AES implemenations using the
AES-NI instruction set have been renamed from AES_XXX_Intel to
AES_XXX_NI.</li>
<li>Systems that are identified as <cite>sun4u</cite> will default to compiling for
32-bit SPARCv9 code rather than 64-bit. This matches the still
common convention for 32-bit SPARC userspaces. If you want 64-bit
code on such as system, use <code class="docutils literal"><span class="pre">--cpu=sparc64</span></code>.</li>
<li>Some minor fixes for compiling botan under the BeOS
clone/continuation <a class="reference external" href="http://haiku-os.org">Haiku</a>.</li>
<li>Further updates to the documentation</li>
</ul>
</div>
<div class="section" id="version-1-9-16-2011-04-11">
<h3>Version 1.9.16, 2011-04-11<a class="headerlink" href="#version-1-9-16-2011-04-11" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Second release candidate for 1.10.0</li>
<li>The documentation, previously written in LaTeX, is now in
reStructuredText suitable for processing by <a class="reference external" href="http://sphinx.pocoo.org">Sphinx</a>, which can generate nicely formatted
HTML and PDFs. The documentation has also been greatly updated and
expanded.</li>
<li>The class <code class="docutils literal"><span class="pre">EC_Domain_Params</span></code> has been renamed <code class="docutils literal"><span class="pre">EC_Group</span></code>, with a
typedef for backwards compatability.</li>
<li><code class="docutils literal"><span class="pre">EC_Group</span></code>&#8216;s string constructor didn&#8217;t understand the standard
names like &#8220;secp160r1&#8221;, forcing use of the OIDs.</li>
<li>Two constructors for ECDSA private keys, the one that creates a new
random key, and the one that provides a preset private key as a
<code class="docutils literal"><span class="pre">BigInt</span></code>, have been merged. This matches the existing interface
for DSA and DH keys. If you previously used the version taking a
<code class="docutils literal"><span class="pre">BigInt</span></code> private key, you&#8217;ll have to additionally pass in a
<code class="docutils literal"><span class="pre">RandomNumberGenerator</span></code> object starting in this release.</li>
<li>It is now possible to create ECDH keys with a preset <code class="docutils literal"><span class="pre">BigInt</span></code>
private key; previously no method for this was available.</li>
<li>The overload of <code class="docutils literal"><span class="pre">generate_passhash9</span></code> that takes an explicit
algorithm identifier has been merged with the one that does not.
The algorithm identifier code has been moved from the second
parameter to the fourth. See <a class="reference internal" href="passhash.html#passhash9"><span class="std std-ref">Passhash9</span></a> for details.</li>
<li>Change shared library versioning to match the normal Unix
conventions. Instead of <code class="docutils literal"><span class="pre">libbotan-X.Y.Z.so</span></code>, the shared lib is
named <code class="docutils literal"><span class="pre">libbotan-X.Y.so.Z</span></code>; this allows the runtime linker to do
its runtime linky magic. It can be safely presumed that any change
in the major or minor version indicates ABI incompatability.</li>
<li>Remove the socket wrapper code; it was not actually used by anything
in the library, only in the examples, and you can use whatever kind
of (blocking) socket interface you like with the SSL/TLS code. It&#8217;s
available as socket.h in the examples directory if you want to use
it.</li>
<li>Disable the by-default &#8216;strong&#8217; checking of private keys that are
loaded from storage. You can always request key material sanity
checking using Private_Key::check_key.</li>
<li>Bring back removed functions <code class="docutils literal"><span class="pre">min_keylength_of</span></code>,
<code class="docutils literal"><span class="pre">max_keylength_of</span></code>, <code class="docutils literal"><span class="pre">keylength_multiple_of</span></code> in <code class="docutils literal"><span class="pre">lookup.h</span></code> to
avoid breaking applications written against 1.8</li>
</ul>
</div>
<div class="section" id="version-1-9-15-2011-03-21">
<h3>Version 1.9.15, 2011-03-21<a class="headerlink" href="#version-1-9-15-2011-03-21" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>First release candidate for 1.10.0</li>
<li>Modify how message expansion is done in SHA-256 and SHA-512.
Instead of expanding the entire message at the start, compute them
in the minimum number of registers. Values are computed 15 rounds
before they are needed. On a Core i7-860, GCC 4.5.2, went from 143
to 157 MiB/s in SHA-256, and 211 to 256 MiB/s in SHA-512.</li>
<li>Pipe will delete empty output queues as soon as they are no longer
needed, even if earlier messages still have data unread. However an
(empty) entry in a deque of pointers will remain until all prior
messages are completely emptied.</li>
<li>Avoid reading the SPARC <code class="docutils literal"><span class="pre">%tick</span></code> register on OpenBSD as unlike
Linux the kernel will not trap and emulate it for us, causing a
illegal instruction crash.</li>
<li>Improve detection and autoconfiguration for ARM processors.</li>
</ul>
</div>
<div class="section" id="version-1-9-14-2011-03-01">
<h3>Version 1.9.14, 2011-03-01<a class="headerlink" href="#version-1-9-14-2011-03-01" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add support for bcrypt, OpenBSD&#8217;s password hashing scheme. It is
described in <a class="reference internal" href="passhash.html#bcrypt"><span class="std std-ref">Bcrypt Password Hashing</span></a>.</li>
<li>Add support for NIST&#8217;s AES key wrapping algorithm, as described in
<span class="target" id="index-0"></span><a class="rfc reference external" href="https://tools.ietf.org/html/rfc3394.html"><strong>RFC 3394</strong></a>. It is available by including <code class="docutils literal"><span class="pre">rfc3394.h</span></code>.</li>
<li>Fix an infinite loop in zlib filters introduced in 1.9.11 (PR 142)</li>
</ul>
</div>
<div class="section" id="version-1-9-13-2011-02-19">
<h3>Version 1.9.13, 2011-02-19<a class="headerlink" href="#version-1-9-13-2011-02-19" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Update Keccak to the round 3 variant</li>
<li>Fix ordering in GOST 34.10 signatures to match DNSSEC specifications</li>
<li>Use <code class="docutils literal"><span class="pre">size_t</span></code> instead of <code class="docutils literal"><span class="pre">u32bit</span></code> for small integers in DER/BER codecs</li>
<li>Add new build option <code class="docutils literal"><span class="pre">--distribution-info</span></code></li>
<li>Fix problems in the amalgamation build</li>
<li>Fix building under Clang 2.9 and Sun Studio 12</li>
</ul>
</div>
<div class="section" id="version-1-9-12-2010-12-13">
<h3>Version 1.9.12, 2010-12-13<a class="headerlink" href="#version-1-9-12-2010-12-13" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add the Keccak hash function</li>
<li>Fix compilation problems in Python wrappers</li>
<li>Fix compilation problem in OpenSSL engine</li>
<li>Update SQLite3 database encryption codec</li>
</ul>
</div>
<div class="section" id="version-1-9-11-2010-11-29">
<h3>Version 1.9.11, 2010-11-29<a class="headerlink" href="#version-1-9-11-2010-11-29" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Many SSL/TLS APIs have changed. This API is still unstable.</li>
<li>The SSL interface requires TR1 (uses std::tr1::function)</li>
<li>Fix SSL handshake failures when using RC4 ciphersuites</li>
<li>Fix a number of CRL encoding and decoding bugs</li>
<li>Counter mode now always encrypts 256 blocks in parallel</li>
<li>Code where u32bit was used to represent a length now uses size_t</li>
<li>Use small tables in the first round of AES</li>
<li>Removed AES class: app must choose AES-128, AES-192, or AES-256</li>
<li>Add hex encoding/decoding functions that can be used without a Pipe</li>
<li>Add base64 encoding functions that can be used without a Pipe</li>
<li>Add to_string function to X509_Certificate</li>
<li>Add support for dynamic engine loading on Windows</li>
<li>Replace BlockCipher::BLOCK_SIZE attribute with function block_size()</li>
<li>Replace HashFunction::HASH_BLOCK_SIZE attribute with hash_block_size()</li>
<li>Changed semantics of MemoryRegion::resize and clear to match STL</li>
<li>Removed MemoryRegion::append, replaced by push_back and operator+=</li>
<li>Move PBKDF lookup to engine system</li>
<li>The IDEA key schedule has been changed to run in constant time</li>
<li>Avoid a possible timing vulnerability in Montgomery reduction</li>
<li>Add Algorithm and Key_Length_Specification classes</li>
<li>Switch default PKCS #8 encryption algorithm from AES-128 to AES-256</li>
<li>Update Skein-512 to match the v1.3 specification</li>
<li>Allow using PBKDF2 with empty passphrases</li>
<li>Add compile-time deprecation warnings for GCC, Clang, and MSVC</li>
<li>Support use of HMAC(SHA-256) and CMAC(Blowfish) in passhash9</li>
<li>Improve support for Intel Atom processors</li>
<li>Fix compilation problems under Sun Studio and Clang</li>
</ul>
</div>
<div class="section" id="version-1-9-10-2010-08-12">
<h3>Version 1.9.10, 2010-08-12<a class="headerlink" href="#version-1-9-10-2010-08-12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add a constant time AES implementation using SSSE3</li>
<li>Add support for loading new Engines at runtime</li>
<li>Use GCC byteswap intrinsics where possible</li>
<li>Drop support for building with Python 2.4</li>
<li>Fix benchmarking of block ciphers in ECB mode</li>
<li>Consolidate the two x86 assembly engines</li>
<li>Rename S2K to PBKDF</li>
</ul>
</div>
<div class="section" id="version-1-9-9-2010-06-28">
<h3>Version 1.9.9, 2010-06-28<a class="headerlink" href="#version-1-9-9-2010-06-28" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add new X509::BER_encode and PKCS8::BER_encode</li>
<li>Give all Filter objects a name() function</li>
<li>Add Keyed_Filter::valid_iv_length</li>
<li>Increase default iteration counts for private key encryption</li>
<li>Fix compilation of mp_asm64 on 64-bit MIPS with GCC 4.4 and later</li>
<li>Fix compilation under Apple&#8217;s GCC 4.2</li>
<li>Expand and update the Doxygen documentation</li>
</ul>
</div>
<div class="section" id="version-1-9-8-2010-06-14">
<h3>Version 1.9.8, 2010-06-14<a class="headerlink" href="#version-1-9-8-2010-06-14" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add support for wide multiplications on 64-bit Windows</li>
<li>Use constant time multiplication in IDEA</li>
<li>Avoid possible timing attack against OAEP decoding</li>
<li>Removed FORK-256; rarely used and it has been broken</li>
<li>Rename <code class="docutils literal"><span class="pre">--use-boost-python</span></code> to <code class="docutils literal"><span class="pre">--with-boost-python</span></code></li>
<li>Skip building shared libraries on MinGW/Cygwin</li>
<li>Fix creation of 512 and 768 bit DL groups using the DSA kosherizer</li>
<li>Fix compilation on GCC versions before 4.3 (missing cpuid.h)</li>
<li>Fix compilation under the Clang compiler</li>
</ul>
</div>
<div class="section" id="version-1-9-7-2010-04-27">
<h3>Version 1.9.7, 2010-04-27<a class="headerlink" href="#version-1-9-7-2010-04-27" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>TLS: Support reading SSLv2 client hellos</li>
<li>TLS: Add support for SEED ciphersuites (RFC 4162)</li>
<li>Add Comb4P hash combiner function</li>
<li>Fix checking of EMSA_Raw signatures with leading 0 bytes</li>
</ul>
</div>
<div class="section" id="version-1-9-6-2010-04-09">
<h3>Version 1.9.6, 2010-04-09<a class="headerlink" href="#version-1-9-6-2010-04-09" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>TLS: Add support for TLS v1.1</li>
<li>TLS: Support server name indicator extension</li>
<li>TLS: Fix server handshake</li>
<li>TLS: Fix server using DSA certificates</li>
<li>TLS: Avoid timing channel between CBC padding check and MAC verification</li>
</ul>
</div>
<div class="section" id="version-1-9-5-2010-03-29">
<h3>Version 1.9.5, 2010-03-29<a class="headerlink" href="#version-1-9-5-2010-03-29" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Numerous ECC optimizations</li>
<li>Fix GOST 34.10-2001 X.509 key loading</li>
<li>Allow PK_Signer&#8217;s fault protection checks to be toggled off</li>
<li>Avoid using pool-based locking allocator if we can&#8217;t mlock</li>
<li>Remove all runtime options</li>
<li>New BER_Decoder::{decode_and_check, decode_octet_string_bigint}</li>
<li>Remove SecureBuffer in favor of SecureVector length parameter</li>
<li>HMAC_RNG: Perform a poll along with user-supplied entropy</li>
<li>Fix crash in MemoryRegion if Allocator::get failed</li>
<li>Fix small compilation problem on FreeBSD</li>
</ul>
</div>
<div class="section" id="version-1-9-4-2010-03-09">
<h3>Version 1.9.4, 2010-03-09<a class="headerlink" href="#version-1-9-4-2010-03-09" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add the Ajisai SSLv3/TLSv1.0 implementation</li>
<li>Add GOST 34.10-2001 public key signature scheme</li>
<li>Add SIMD implementation of Noekeon</li>
<li>Add SSE2 implementation of IDEA</li>
<li>Extend Salsa20 to support longer IVs (XSalsa20)</li>
<li>Perform XTS encryption and decryption in parallel where possible</li>
<li>Perform CBC decryption in parallel where possible</li>
<li>Add SQLite3 db encryption codec, contributed by Olivier de Gaalon</li>
<li>Add a block cipher cascade construction</li>
<li>Add support for password hashing for authentication (passhash9.h)</li>
<li>Add support for Win32 high resolution system timers</li>
<li>Major refactoring and API changes in the public key code</li>
<li>Use consistency checking (anti-fault attack) for all signature schemes</li>
<li>Changed S2K interface: derive_key now takes salt, iteration count</li>
<li>Remove dependency on TR1 for ECC and CVC code</li>
<li>Renamed ECKAEG to its more usual name, ECDH</li>
<li>Fix crash in GMP_Engine if library is shutdown and reinitialized</li>
<li>Fix an invalid memory read in MD4</li>
<li>Fix Visual C++ static builds</li>
<li>Remove Timer class entirely</li>
<li>Switch default PKCS #8 encryption algorithm from 3DES to AES-128</li>
<li>New option &#8211;gen-amalgamation for creating a SQLite-style amalgamation</li>
<li>Many headers are now explicitly internal-use-only and are not installed</li>
<li>Greatly improve the Win32 installer</li>
<li>Several fixes for Visual C++ debug builds</li>
</ul>
</div>
<div class="section" id="version-1-9-3-2009-11-19">
<h3>Version 1.9.3, 2009-11-19<a class="headerlink" href="#version-1-9-3-2009-11-19" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add new AES implementation using Intel&#8217;s AES instruction intrinsics</li>
<li>Add an implementation of format preserving encryption</li>
<li>Allow use of any hash function in X.509 certificate creation</li>
<li>Optimizations for MARS, Skipjack, and AES</li>
<li>Set macros for available SIMD instructions in build.h</li>
<li>Add support for using InnoSetup to package Windows builds</li>
<li>By default build a DLL on Windows</li>
</ul>
</div>
<div class="section" id="version-1-9-2-2009-11-03">
<h3>Version 1.9.2, 2009-11-03<a class="headerlink" href="#version-1-9-2-2009-11-03" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add SIMD version of XTEA</li>
<li>Support both SSE2 and AltiVec SIMD for Serpent and XTEA</li>
<li>Optimizations for SHA-1 and SHA-2</li>
<li>Add AltiVec runtime detection</li>
<li>Fix x86 CPU identification with Intel C++ and Visual C++</li>
</ul>
</div>
<div class="section" id="version-1-9-1-2009-10-23">
<h3>Version 1.9.1, 2009-10-23<a class="headerlink" href="#version-1-9-1-2009-10-23" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Better support for Python and Perl wrappers</li>
<li>Add an implementation of Blue Midnight Wish (Round 2 tweak version)</li>
<li>Modify Skein-512 to match the tweaked 1.2 specification</li>
<li>Add threshold secret sharing (draft-mcgrew-tss-02)</li>
<li>Add runtime cpu feature detection for x86/x86-64</li>
<li>Add code for general runtime self testing for hashes, MACs, and ciphers</li>
<li>Optimize XTEA; twice as fast as before on Core2 and Opteron</li>
<li>Convert CTR_BE and OFB from filters to stream ciphers</li>
<li>New parsing code for SCAN algorithm names</li>
<li>Enable SSE2 optimizations under Visual C++</li>
<li>Remove all use of C++ exception specifications</li>
<li>Add support for GNU/Hurd and Clang/LLVM</li>
</ul>
</div>
<div class="section" id="version-1-9-0-2009-09-09">
<h3>Version 1.9.0, 2009-09-09<a class="headerlink" href="#version-1-9-0-2009-09-09" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add support for parallel invocation of block ciphers where possible</li>
<li>Add SSE2 implementation of Serpent</li>
<li>Add Rivest&#8217;s package transform (an all or nothing transform)</li>
<li>Minor speedups to the Turing key schedule</li>
<li>Fix processing multiple messages in XTS mode</li>
<li>Add &#8211;no-autoload option to configure.py, for minimized builds</li>
<li>The previously used configure.pl script is no longer supported</li>
</ul>
</div>
</div>
<div class="section" id="series-1-8">
<h2>Series 1.8<a class="headerlink" href="#series-1-8" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-1-8-13-2011-07-02">
<h3>Version 1.8.13, 2011-07-02<a class="headerlink" href="#version-1-8-13-2011-07-02" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>A race condition in <cite>Algorithm_Factory</cite> could cause crashes in
multithreaded code. See <a class="reference external" href="http://lists.randombit.net/pipermail/botan-devel/2011-July/001455.html">this thread on botan-devel</a>
for details and workarounds.</li>
</ul>
</div>
<div class="section" id="version-1-8-12-2011-06-20">
<h3>Version 1.8.12, 2011-06-20<a class="headerlink" href="#version-1-8-12-2011-06-20" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>If EMSA3(Raw) was used for more than one signature, it would produce
incorrect output.</li>
<li>Fix the &#8211;enable-debug option to configure.py</li>
<li>Improve OS detection on Cygwin</li>
<li>Fix compilation under Sun Studio 12 on Solaris</li>
<li>Fix a memory leak in the constructors of DataSource_Stream and
DataSink_Stream which would occur if opening the file failed. PR 144</li>
</ul>
</div>
<div class="section" id="version-1-8-11-2010-11-02">
<h3>Version 1.8.11, 2010-11-02<a class="headerlink" href="#version-1-8-11-2010-11-02" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix a number of CRL encoding and decoding bugs</li>
<li>When building a debug library under VC++, use the debug runtime</li>
<li>Fix compilation under Sun Studio on Linux and Solaris</li>
<li>Add several functions for compatability with 1.9</li>
<li>In the examples, read most input files as binary</li>
<li>The Perl build script has been removed in this release</li>
</ul>
</div>
<div class="section" id="version-1-8-10-2010-08-31">
<h3>Version 1.8.10, 2010-08-31<a class="headerlink" href="#version-1-8-10-2010-08-31" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Switch default PKCS #8 encryption algorithm from 3DES to AES-256</li>
<li>Increase default hash iterations from 2048 to 10000 in PBES1 and PBES2</li>
<li>Use small tables in the first round of AES</li>
<li>Add PBKDF typedef and get_pbkdf for better compatability with 1.9</li>
<li>Add version of S2K::derive_key taking salt and iteration count</li>
<li>Enable the /proc-walking entropy source on NetBSD</li>
<li>Fix the doxygen makefile target</li>
</ul>
</div>
<div class="section" id="version-1-8-9-2010-06-16">
<h3>Version 1.8.9, 2010-06-16<a class="headerlink" href="#version-1-8-9-2010-06-16" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Use constant time multiplication in IDEA</li>
<li>Avoid possible timing attack against OAEP decoding</li>
<li>Add new X509::BER_encode and PKCS8::BER_encode</li>
<li>Enable DLL builds under Windows</li>
<li>Add Win32 installer support</li>
<li>Add support for the Clang compiler</li>
<li>Fix problem in semcem.h preventing build under Clang or GCC 3.4</li>
<li>Fix bug that prevented creation of DSA groups under 1024 bits</li>
<li>Fix crash in GMP_Engine if library is shutdown and reinitialized</li>
<li>Work around problem with recent binutils in x86-64 SHA-1</li>
<li>The Perl build script is no longer supported and refuses to run by default</li>
</ul>
</div>
<div class="section" id="version-1-8-8-2009-11-03">
<h3>Version 1.8.8, 2009-11-03<a class="headerlink" href="#version-1-8-8-2009-11-03" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Alter Skein-512 to match the tweaked 1.2 specification</li>
<li>Fix use of inline asm for access to x86 bswap function</li>
<li>Allow building the library without AES enabled</li>
<li>Add &#8216;powerpc64&#8217; alias to ppc64 arch for Gentoo ebuild</li>
</ul>
</div>
<div class="section" id="version-1-8-7-2009-09-09">
<h3>Version 1.8.7, 2009-09-09<a class="headerlink" href="#version-1-8-7-2009-09-09" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix processing multiple messages in XTS mode</li>
<li>Add &#8211;no-autoload option to configure.py, for minimized builds</li>
</ul>
</div>
<div class="section" id="version-1-8-6-2009-08-13">
<h3>Version 1.8.6, 2009-08-13<a class="headerlink" href="#version-1-8-6-2009-08-13" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add Cryptobox, a set of simple password-based encryption routines</li>
<li>Only read world-readable files when walking /proc for entropy</li>
<li>Fix building with TR1 disabled</li>
<li>Fix x86 bswap support for Visual C++</li>
<li>Fixes for compilation under Sun C++</li>
<li>Add support for Dragonfly BSD (contributed by Patrick Georgi)</li>
<li>Add support for the Open64 C++ compiler</li>
<li>Build fixes for MIPS systems running Linux</li>
<li>Minor changes to license, now equivalent to the FreeBSD/NetBSD license</li>
</ul>
</div>
<div class="section" id="version-1-8-5-2009-07-23">
<h3>Version 1.8.5, 2009-07-23<a class="headerlink" href="#version-1-8-5-2009-07-23" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Change configure.py to work on stock Python 2.4</li>
<li>Avoid a crash in Skein_512::add_data processing a zero-length input</li>
<li>Small build fixes for SPARC, ARM, and HP-PA processors</li>
<li>The test suite now returns an error code from main() if any tests failed</li>
</ul>
</div>
<div class="section" id="version-1-8-4-2009-07-12">
<h3>Version 1.8.4, 2009-07-12<a class="headerlink" href="#version-1-8-4-2009-07-12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix a bug in nonce generation in the Miller-Rabin test</li>
</ul>
</div>
<div class="section" id="version-1-8-3-2009-07-11">
<h3>Version 1.8.3, 2009-07-11<a class="headerlink" href="#version-1-8-3-2009-07-11" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add a new Python configuration script</li>
<li>Add the Skein-512 SHA-3 candidate hash function</li>
<li>Add the XTS block cipher mode from IEEE P1619</li>
<li>Fix random_prime when generating a prime of less than 7 bits</li>
<li>Improve handling of low-entropy situations during PRNG seeding</li>
<li>Change random device polling to prefer /dev/urandom over /dev/random</li>
<li>Use an input insensitive implementation of same_mem instead of memcmp</li>
<li>Correct DataSource::discard_next to return the number of discarded bytes</li>
<li>Provide a default value for AutoSeeded_RNG::reseed</li>
<li>Fix Gentoo bug 272242</li>
</ul>
</div>
<div class="section" id="version-1-8-2-2009-04-07">
<h3>Version 1.8.2, 2009-04-07<a class="headerlink" href="#version-1-8-2-2009-04-07" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Make entropy polling more flexible and in most cases faster</li>
<li>GOST 28147 now supports multiple sbox parameters</li>
<li>Added the GOST 34.11 hash function</li>
<li>Fix botan-config problems on MacOS X</li>
</ul>
</div>
<div class="section" id="version-1-8-1-2009-01-20">
<h3>Version 1.8.1, 2009-01-20<a class="headerlink" href="#version-1-8-1-2009-01-20" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Avoid a valgrind warning in es_unix.cpp on 32-bit Linux</li>
<li>Fix memory leak in PKCS8 load_key and encrypt_key</li>
<li>Relicense api.tex from CC-By-SA 2.5 to BSD</li>
<li>Fix botan-config on MacOS X, Solaris</li>
</ul>
</div>
<div class="section" id="version-1-8-0-2008-12-08">
<h3>Version 1.8.0, 2008-12-08<a class="headerlink" href="#version-1-8-0-2008-12-08" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix compilation on Solaris with GCC</li>
</ul>
</div>
</div>
<div class="section" id="series-1-7">
<h2>Series 1.7<a class="headerlink" href="#series-1-7" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-1-7-24-2008-12-01">
<h3>Version 1.7.24, 2008-12-01<a class="headerlink" href="#version-1-7-24-2008-12-01" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix a compatibility problem with SHA-512/EMSA3 signature padding</li>
<li>Fix bug preventing EGD/PRNGD entropy poller from working</li>
<li>Fix integer overflow in Pooling_Allocator::get_more_core (bug id #27)</li>
<li>Add EMSA3_Raw, a variant of EMSA3 called CKM_RSA_PKCS in PKCS #11</li>
<li>Add support for SHA-224 in EMSA2 and EMSA3 PK signature padding schemes</li>
<li>Add many more test vectors for RSA with EMSA2, EMSA3, and EMSA4</li>
<li>Wrap private structs in SSE2 SHA-1 code in anonymous namespace</li>
<li>Change configure.pl&#8217;s CPU autodetection output to be more consistent</li>
<li>Disable using OpenSSL&#8217;s AES due to crashes of unknown cause</li>
<li>Fix warning in /proc walking entropy poller</li>
<li>Fix compilation with IBM XLC for Cell 0.9-200709</li>
</ul>
</div>
<div class="section" id="version-1-7-23-2008-11-23">
<h3>Version 1.7.23, 2008-11-23<a class="headerlink" href="#version-1-7-23-2008-11-23" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Change to use TR1 (thus enabling ECDSA) with GCC and ICC</li>
<li>Optimize almost all hash functions, especially MD4 and Tiger</li>
<li>Add configure.pl options &#8211;{with,without}-{bzip2,zlib,openssl,gnump}</li>
<li>Change Timer to be pure virtual, and add ANSI_Clock_Timer</li>
<li>Cache socket descriptors in the EGD entropy source</li>
<li>Avoid bogging down startup in /proc walking entropy source</li>
<li>Remove Buffered_EntropySource helper class</li>
<li>Add a Default_Benchmark_Timer typedef in benchmark.h</li>
<li>Add examples using benchmark.h and Algorithm_Factory</li>
<li>Add ECC tests from InSiTo</li>
<li>Minor documentation updates</li>
</ul>
</div>
<div class="section" id="version-1-7-22-2008-11-17">
<h3>Version 1.7.22, 2008-11-17<a class="headerlink" href="#version-1-7-22-2008-11-17" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add provider preferences to Algorithm_Factory</li>
<li>Fix memory leaks in PBE_PKCS5v20 and get_pbe introduced in 1.7.21</li>
<li>Optimize AES encryption and decryption (about 10% faster)</li>
<li>Enable SSE2 optimized SHA-1 implementation on Intel Prescott CPUs</li>
<li>Fix nanoseconds overflow in benchmark code</li>
<li>Remove Engine::add_engine</li>
</ul>
</div>
<div class="section" id="version-1-7-21-2008-11-11">
<h3>Version 1.7.21, 2008-11-11<a class="headerlink" href="#version-1-7-21-2008-11-11" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Make algorithm lookup much more configuable</li>
<li>Add facilities for runtime performance testing of algorithms</li>
<li>Drop use of entropy estimation in the PRNGs</li>
<li>Increase intervals between HMAC_RNG automatic reseeding</li>
<li>Drop InitializerOptions class, all options but thread safety</li>
</ul>
</div>
<div class="section" id="version-1-7-20-2008-11-09">
<h3>Version 1.7.20, 2008-11-09<a class="headerlink" href="#version-1-7-20-2008-11-09" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Namespace pkg-config file by major and minor versions</li>
<li>Cache device descriptors in Device_EntropySource</li>
<li>Split base.h into {block_cipher,stream_cipher,mac,hash}.h</li>
<li>Removed get_mgf function from lookup.h</li>
</ul>
</div>
<div class="section" id="version-1-7-19-2008-11-06">
<h3>Version 1.7.19, 2008-11-06<a class="headerlink" href="#version-1-7-19-2008-11-06" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add HMAC_RNG, based on a design by Hugo Krawczyk</li>
<li>Optimized the Turing stream cipher (about 20% faster on x86-64)</li>
<li>Modify Randpool&#8217;s reseeding algorithm to poll more sources</li>
<li>Add a new AutoSeeded_RNG in auto_rng.h</li>
<li>OpenPGP_S2K changed to take hash object instead of name</li>
<li>Add automatic identification for Intel&#8217;s Prescott processors</li>
</ul>
</div>
<div class="section" id="version-1-7-18-2008-10-22">
<h3>Version 1.7.18, 2008-10-22<a class="headerlink" href="#version-1-7-18-2008-10-22" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add Doxygen comments from InSiTo</li>
<li>Add ECDSA and ECKAEG benchmarks</li>
<li>Add configure.pl switch &#8211;with-tr1-implementation</li>
<li>Fix configure.pl&#8217;s &#8211;with-endian and &#8211;with-unaligned-mem options</li>
<li>Added support for pkg-config</li>
<li>Optimize byteswap with x86 inline asm for Visual C++ by Yves Jerschow</li>
<li>Use const references to avoid copying overhead in CurveGFp, GFpModulus</li>
</ul>
</div>
<div class="section" id="version-1-7-17-2008-10-12">
<h3>Version 1.7.17, 2008-10-12<a class="headerlink" href="#version-1-7-17-2008-10-12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add missing ECDSA object identifiers</li>
<li>Fix error in x86 and x86-64 assembler affecting GF(p) math</li>
<li>Remove Boost dependency from GF(p) math</li>
<li>Modify botan-config to not print -L/usr/lib or -L/usr/local/lib</li>
<li>Add BOTAN_DLL macro to over 30 classes missing it</li>
<li>Rename the two SHA-2 base classes for consistency</li>
</ul>
</div>
<div class="section" id="version-1-7-16-2008-10-09">
<h3>Version 1.7.16, 2008-10-09<a class="headerlink" href="#version-1-7-16-2008-10-09" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add several missing pieces needed for ECDSA and ECKAEG</li>
<li>Add Card Verifiable Certificates from InSiTo</li>
<li>Add SHA-224 from InSiTo</li>
<li>Add BSI variant of EMSA1 from InSiTo</li>
<li>Add GF(p) and ECDSA tests from InSiTo</li>
<li>Split ECDSA and ECKAEG into distinct modules</li>
<li>Allow OpenSSL and GNU MP engines to be built with public key algos disabled</li>
<li>Rename sha256.h to sha2_32.h and sha_64.h to sha2_64.h</li>
</ul>
</div>
<div class="section" id="version-1-7-15-2008-10-07">
<h3>Version 1.7.15, 2008-10-07<a class="headerlink" href="#version-1-7-15-2008-10-07" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add GF(p) arithmetic from InSiTo</li>
<li>Add ECDSA and ECKAEG implementations from InSiTo</li>
<li>Minimize internal dependencies, allowing for smaller build configurations</li>
<li>Add new User Manual and Architecture Guide from FlexSecure GmbH</li>
<li>Alter configure.pl options for better autotools compatibility</li>
<li>Update build instructions for recent changes to configure.pl</li>
<li>Fix CPU detection using /proc/cpuinfo</li>
</ul>
</div>
<div class="section" id="version-1-7-14-2008-09-30">
<h3>Version 1.7.14, 2008-09-30<a class="headerlink" href="#version-1-7-14-2008-09-30" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Split library into parts allowing modular builds</li>
<li>Add (very preliminary) CMS support to the main library</li>
<li>Some constructors now require object pointers instead of names</li>
<li>Support multiple implementations of the same algorithm</li>
<li>Build support for Pentium-M processors, from Derek Scherger</li>
<li>Build support for MinGW/MSYS, from Zbigniew Zagorski</li>
<li>Use inline assembly for bswap on 32-bit x86</li>
</ul>
</div>
<div class="section" id="version-1-7-13-2008-09-27">
<h3>Version 1.7.13, 2008-09-27<a class="headerlink" href="#version-1-7-13-2008-09-27" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add SSLv3 MAC, SSLv3 PRF, and TLS v1.0 PRF from Ajisai</li>
<li>Allow all examples to compile even if compression not enabled</li>
<li>Make CMAC&#8217;s polynomial doubling operation a public class method</li>
<li>Use the -m64 flag when compiling with Sun Forte on x86-64</li>
<li>Clean up and slightly optimize CMAC::final_result</li>
</ul>
</div>
<div class="section" id="version-1-7-12-2008-09-18">
<h3>Version 1.7.12, 2008-09-18<a class="headerlink" href="#version-1-7-12-2008-09-18" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add x86 assembly for Visual Studio C++, by Luca Piccarreta</li>
<li>Add a Perl XS module, by Vaclav Ovsik</li>
<li>Add SWIG-based wrapper for Botan</li>
<li>Add SSE2 implementation of SHA-1, by Dean Gaudet</li>
<li>Remove the BigInt::sig_words cache due to bugs</li>
<li>Combined the 4 Blowfish sboxes, suggested by Yves Jerschow</li>
<li>Changed BigInt::grow_by and BigInt::grow_to to be non-const</li>
<li>Add private assignment operators to classes that don&#8217;t support assignment</li>
<li>Benchmark RSA encryption and signatures</li>
<li>Added test programs for random_prime and ressol</li>
<li>Add high resolution timers for IA-64, HP-PA, S390x</li>
<li>Reduce use of the RNG during benchmarks</li>
<li>Fix builds on STI Cell PPU</li>
<li>Add support for IBM&#8217;s XLC compiler</li>
<li>Add IETF 8192 bit MODP group</li>
</ul>
</div>
<div class="section" id="version-1-7-11-2008-09-11">
<h3>Version 1.7.11, 2008-09-11<a class="headerlink" href="#version-1-7-11-2008-09-11" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added the Salsa20 stream cipher</li>
<li>Optimized Montgomery reduction, Karatsuba squaring</li>
<li>Added 16x16-&gt;32 word Comba multiplication and squaring</li>
<li>Use a much larger Karatsuba cutoff point</li>
<li>Remove bigint_mul_add_words</li>
<li>Inlined several BigInt functions</li>
<li>Add useful information to the generated build.h</li>
<li>Rename alg_{ia32,amd64} modules to asm_{ia32,amd64}</li>
<li>Fix the Windows build</li>
</ul>
</div>
<div class="section" id="version-1-7-10-2008-09-05">
<h3>Version 1.7.10, 2008-09-05<a class="headerlink" href="#version-1-7-10-2008-09-05" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Public key benchmarks run using a selection of random keys</li>
<li>New benchmark timer options are clock_gettime, gettimeofday, times, clock</li>
<li>Including reinterpret_cast optimization for xor_buf in default header</li>
<li>Split byte swapping and word rotation functions into distinct headers</li>
<li>Add IETF modp 6144 group and 2048 and 3072 bit DSS groups</li>
<li>Optimizes BigInt right shift</li>
<li>Add aliases in DL_Group::Format enum</li>
<li>BigInt now caches the significant word count</li>
</ul>
</div>
<div class="section" id="version-1-7-9-2008-08-27">
<h3>Version 1.7.9, 2008-08-27<a class="headerlink" href="#version-1-7-9-2008-08-27" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Make clear() in most algorithm base classes a pure virtual</li>
<li>Add noexec stack marker for GNU linker in assembly code</li>
<li>Avoid string operations in ressol</li>
<li>Compilation fixes for MinGW and Visual Studio C++ 2008</li>
<li>Some autoconfiguration fixes for Windows</li>
</ul>
</div>
<div class="section" id="version-1-7-8-2008-07-15">
<h3>Version 1.7.8, 2008-07-15<a class="headerlink" href="#version-1-7-8-2008-07-15" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added the block cipher Noekeon</li>
<li>Remove global deref_alias function</li>
<li>X509_Store takes timeout options as constructor arguments</li>
<li>Add Shanks-Tonelli algorithm, contributed by FlexSecure GmbH</li>
<li>Extend random_prime() for generating primes of any bit length</li>
<li>Remove Config class</li>
<li>Allow adding new entropy via base RNG interface</li>
<li>Reseeding a X9.31 PRNG also reseeds the underlying PRNG</li>
</ul>
</div>
<div class="section" id="version-1-7-7-2008-06-28">
<h3>Version 1.7.7, 2008-06-28<a class="headerlink" href="#version-1-7-7-2008-06-28" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Remove the global PRNG object</li>
<li>The PK filter objects were removed</li>
<li>Add a test suite for the ANSI X9.31 PRNG</li>
<li>Much cleaner and (mostly) thread-safe reimplementation of es_ftw</li>
<li>Remove both default arguments to ANSI_X931_RNG&#8217;s constructor</li>
<li>Remove the randomizing version of OctetString::change</li>
<li>Make the cipher and MAC to use in Randpool configurable</li>
<li>Move RandomNumberGenerator declaration to rng.h</li>
<li>RSA_PrivateKey will not generate keys smaller than 1024 bits</li>
<li>Fix an error decoding BER UNIVERSAL types with special taggings</li>
</ul>
</div>
<div class="section" id="version-1-7-6-2008-05-05">
<h3>Version 1.7.6, 2008-05-05<a class="headerlink" href="#version-1-7-6-2008-05-05" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Initial support for Windows DLLs, from Joel Low</li>
<li>Reset the position pointer when a new block is generated in X9.32 PRNG</li>
<li>Timer objects are now treated as entropy sources</li>
<li>Moved several ASN.1-related enums from enums.h to an appropriate header</li>
<li>Removed the AEP module, due to inability to test</li>
<li>Removed Global_RNG and rng.h</li>
<li>Removed system_clock</li>
<li>Removed Library_State::UI and the pulse callback logic</li>
</ul>
</div>
<div class="section" id="version-1-7-5-2008-04-12">
<h3>Version 1.7.5, 2008-04-12<a class="headerlink" href="#version-1-7-5-2008-04-12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>The API of X509_CA::sign_request was altered to avoid race conditions</li>
<li>New type Pipe::message_id to represent the Pipe message number</li>
<li>Remove the Named_Mutex_Holder for a small performance gain</li>
<li>Removed several unused or rarely used functions from Config</li>
<li>Ignore spaces inside of a decimal string in BigInt::decode</li>
<li>Allow using a std::istream to initialize a DataSource_Stream object</li>
<li>Fix compilation problem in zlib compression module</li>
<li>The chunk sized used by Pooling_Allocator is now a compile time setting</li>
<li>The size of random blinding factors is now a compile time setting</li>
<li>The install target no longer tries to set a particular owner/group</li>
</ul>
</div>
<div class="section" id="version-1-7-4-2008-03-10">
<h3>Version 1.7.4, 2008-03-10<a class="headerlink" href="#version-1-7-4-2008-03-10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Use unaligned memory read/writes on systems that allow it, for performance</li>
<li>Assembly for x86-64 for accessing the bswap instruction</li>
<li>Use larger buffers in ARC4 and WiderWAKE for significant throughput increase</li>
<li>Unroll loops in SHA-160 for a few percent increase in performance</li>
<li>Fix compilation with GCC 3.2 in es_ftw and es_unix</li>
<li>Build fix for NetBSD systems</li>
<li>Prevent es_dev from being built except on Unix systems</li>
</ul>
</div>
<div class="section" id="version-1-7-3-2008-01-23">
<h3>Version 1.7.3, 2008-01-23<a class="headerlink" href="#version-1-7-3-2008-01-23" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>New invocation syntax for configure.pl with several new options</li>
<li>Support for IPv4 addresses in a subject alternative name</li>
<li>New fast poll for the generic Unix entropy source (es_unix)</li>
<li>The es_file entropy source has been replaced by the es_dev module</li>
<li>The malloc allocator does not inherit from Pooling_Allocator anymore</li>
<li>The path that es_unix will search in are now fully user-configurable</li>
<li>Truncate X9.42 PRF output rather than allow counter overflow</li>
<li>PowerPC is now assumed to be big-endian</li>
</ul>
</div>
<div class="section" id="version-1-7-2-2007-10-13">
<h3>Version 1.7.2, 2007-10-13<a class="headerlink" href="#version-1-7-2-2007-10-13" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Initialize the global library state lazily</li>
<li>Add plain CBC-MAC for backwards compatibility with old systems</li>
<li>Clean up some of the self test code</li>
<li>Throw a sensible exception if a DL_Group is not found</li>
<li>Truncate KDF2 output rather than allowing counter overflow</li>
<li>Add newly assigned OIDs for SHA-2 and DSA with SHA-224/256</li>
<li>Fix a Visual Studio compilation problem in x509stat.cpp</li>
</ul>
</div>
<div class="section" id="version-1-7-1-2007-07-23">
<h3>Version 1.7.1, 2007-07-23<a class="headerlink" href="#version-1-7-1-2007-07-23" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix a race condition in the algorithm object cache</li>
<li>HMAC key schedule optimization</li>
<li>The build header sets a macro defining endianness, if known</li>
<li>New word load/store abstraction allowing further optimization</li>
<li>Modify most of the library to avoid use the C-style casts</li>
<li>Use higher resolution timers in symmetric benchmarks</li>
</ul>
</div>
<div class="section" id="version-1-7-0-2007-05-19">
<h3>Version 1.7.0, 2007-05-19<a class="headerlink" href="#version-1-7-0-2007-05-19" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>DSA parameter generation now follows FIPS 186-3</li>
<li>Added OIDs for Rabin-Williams and Nyberg-Rueppel</li>
<li>Somewhat better support for out of tree builds</li>
<li>Minor optimizations for RC2 and Tiger</li>
<li>Documentation updates</li>
<li>Update the todo list</li>
</ul>
</div>
</div>
<div class="section" id="series-1-6">
<h2>Series 1.6<a class="headerlink" href="#series-1-6" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-1-6-5-2008-08-27">
<h3>Version 1.6.5, 2008-08-27<a class="headerlink" href="#version-1-6-5-2008-08-27" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add noexec stack marker for GNU linker in assembly code</li>
<li>Fix autoconfiguration problem on x86 with GCC 4.2 and 4.3</li>
</ul>
</div>
<div class="section" id="version-1-6-4-2008-03-08">
<h3>Version 1.6.4, 2008-03-08<a class="headerlink" href="#version-1-6-4-2008-03-08" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix a compilation problem with Visual Studio C++ 2003</li>
</ul>
</div>
<div class="section" id="version-1-6-3-2007-07-23">
<h3>Version 1.6.3, 2007-07-23<a class="headerlink" href="#version-1-6-3-2007-07-23" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix a race condition in the algorithm lookup cache</li>
<li>Fix problems building the memory pool on some versions of Visual C++</li>
</ul>
</div>
<div class="section" id="version-1-6-2-2007-03-24">
<h3>Version 1.6.2, 2007-03-24<a class="headerlink" href="#version-1-6-2-2007-03-24" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix autodection on Athlon64s running Linux</li>
<li>Fix builds on QNX and compilers using STLport</li>
<li>Remove a call to abort() that crept into production</li>
</ul>
</div>
<div class="section" id="version-1-6-1-2007-01-20">
<h3>Version 1.6.1, 2007-01-20<a class="headerlink" href="#version-1-6-1-2007-01-20" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix some base64 decoder bugs</li>
<li>Add a new option to base64 encoding, to always append a newline</li>
<li>Fix some build problems under Visual Studio with debug enabled</li>
<li>Fix a bug in BER_Decoder that was triggered under some compilers</li>
</ul>
</div>
<div class="section" id="version-1-6-0-2006-12-17">
<h3>Version 1.6.0, 2006-12-17<a class="headerlink" href="#version-1-6-0-2006-12-17" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Minor cleanups versus 1.5.13</li>
</ul>
</div>
</div>
<div class="section" id="series-1-5">
<h2>Series 1.5<a class="headerlink" href="#series-1-5" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-1-5-13-2006-12-10">
<h3>Version 1.5.13, 2006-12-10<a class="headerlink" href="#version-1-5-13-2006-12-10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Compilation fixes for the bzip2, zlib, and GNU MP modules</li>
<li>Better support for Intel C++ and EKOpath C++ on x86-64</li>
</ul>
</div>
<div class="section" id="version-1-5-12-2006-10-27">
<h3>Version 1.5.12, 2006-10-27<a class="headerlink" href="#version-1-5-12-2006-10-27" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Cleanups in the initialization routines</li>
<li>Add some x86-64 assembly for multiply-add</li>
<li>Fix problems generating very small (below 384 bit) RSA keys</li>
<li>Support out of tree builds</li>
<li>Bring some of the documentation up to date</li>
<li>More improvements to the Python bindings</li>
</ul>
</div>
<div class="section" id="version-1-5-11-2006-09-10">
<h3>Version 1.5.11, 2006-09-10<a class="headerlink" href="#version-1-5-11-2006-09-10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Removed the Algorithm base class</li>
<li>Various cleanups in the public key inheritance hierarchy</li>
<li>Major overhaul of the configure/build setup</li>
<li>Added x86 assembler implementations of Serpent and low-level MPI code</li>
<li>Optimizations for the SHA-1 x86 assembler</li>
<li>Various improvements to the Python wrappers</li>
<li>Work around a Visual Studio compiler bug</li>
</ul>
</div>
<div class="section" id="version-1-5-10-2006-08-13">
<h3>Version 1.5.10, 2006-08-13<a class="headerlink" href="#version-1-5-10-2006-08-13" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add x86 assembler versions of MD4, MD5, and SHA-1</li>
<li>Expand InitializerOptions&#8217; language to support on/off switches</li>
<li>Fix definition of OID 2.5.4.8; was accidentally changed in 1.5.9</li>
<li>Fix possible resource leaks in the mmap allocator</li>
<li>Slightly optimized buffering in MDx_HashFunction</li>
<li>Initialization failures are dealt with somewhat better</li>
<li>Add an example implementing Pollard&#8217;s Rho algorithm</li>
<li>Better option handling in the test/benchmark tool</li>
<li>Expand the xor_ciph example to support longer keys</li>
<li>Some updates to the documentation</li>
</ul>
</div>
<div class="section" id="version-1-5-9-2006-07-12">
<h3>Version 1.5.9, 2006-07-12<a class="headerlink" href="#version-1-5-9-2006-07-12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed bitrot in the AEP engine</li>
<li>Fix support for marking certificate/CRL extensions as critical</li>
<li>Significant cleanups in the library state / initialization code</li>
<li>LibraryInitializer takes an explicit InitializerOptions object</li>
<li>Make Mutex_Factory an abstract class, add Default_Mutex_Factory</li>
<li>Change configuration access to using global_state()</li>
<li>Add support for global named mutexes throughout the library</li>
<li>Add some STL wrappers for the delete operator</li>
<li>Change how certificates are created to be more flexible and general</li>
</ul>
</div>
<div class="section" id="version-1-5-8-2006-06-23">
<h3>Version 1.5.8, 2006-06-23<a class="headerlink" href="#version-1-5-8-2006-06-23" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Many internal cleanups to the X.509 cert/CRL code</li>
<li>Allow for application code to support new X.509 extensions</li>
<li>Change the return type of X509_Certificate::{subject,issuer}_info</li>
<li>Allow for alternate character set handling mechanisms</li>
<li>Fix a bug that was slowing squaring performance somewhat</li>
<li>Fix a very hard to hit overflow bug in the C version of word3_muladd</li>
<li>Minor cleanups to the assembler modules</li>
<li>Disable es_unix module on FreeBSD due to build problem on FreeBSD 6.1</li>
<li>Support for GCC 2.95.x has been dropped in this release</li>
</ul>
</div>
<div class="section" id="version-1-5-7-2006-05-28">
<h3>Version 1.5.7, 2006-05-28<a class="headerlink" href="#version-1-5-7-2006-05-28" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Further, major changes to the BER/DER coding system</li>
<li>Updated the Qt mutex module to use Mutex_Factory</li>
<li>Moved the library global state object into an anonymous namespace</li>
<li>Drop the Visual C++ x86 assembly module due to bugs</li>
</ul>
</div>
<div class="section" id="version-1-5-6-2006-03-01">
<h3>Version 1.5.6, 2006-03-01<a class="headerlink" href="#version-1-5-6-2006-03-01" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>The low-level DER/BER coding system was redesigned and rewritten</li>
<li>Portions of the certificate code were cleaned up internally</li>
<li>Use macros to substantially clean up the GCC assembly code</li>
<li>Added 32-bit x86 assembly for Visual C++ (by Luca Piccarreta)</li>
<li>Avoid a couple of spurious warnings under Visual C++</li>
<li>Some slight cleanups in X509_PublicKey::key_id</li>
</ul>
</div>
<div class="section" id="version-1-5-5-2006-02-04">
<h3>Version 1.5.5, 2006-02-04<a class="headerlink" href="#version-1-5-5-2006-02-04" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a potential infinite loop in the memory pool code (Matt Johnston)</li>
<li>Made Pooling_Allocator::Memory_Block an actual class of sorts</li>
<li>Some small optimizations to the division and modulo computations</li>
<li>Cleaned up the implementation of some of the BigInt operators</li>
<li>Reduced use of dynamic memory allocation in low-level BigInt functions</li>
<li>A few simplifications in the Randpool mixing function</li>
<li>Removed power(), as it was not particularly useful (or fast)</li>
<li>Fixed some annoying bugs in the benchmark code</li>
<li>Added a real credits file</li>
</ul>
</div>
<div class="section" id="version-1-5-4-2006-01-29">
<h3>Version 1.5.4, 2006-01-29<a class="headerlink" href="#version-1-5-4-2006-01-29" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Integrated x86 and amd64 assembly code, contributed by Luca Piccarreta</li>
<li>Fixed a memory access off-by-one in the Karatsuba code</li>
<li>Changed Pooling_Allocator&#8217;s free list search to a log(N) algorithm</li>
<li>Merged ModularReducer with its only subclass, Barrett_Reducer</li>
<li>Fixed sign-handling bugs in some of the division and modulo code</li>
<li>Renamed the module description files to modinfo.txt</li>
<li>Further cleanups in the initialization code</li>
<li>Removed BigInt::add and BigInt::sub</li>
<li>Merged all the division-related functions into just divide()</li>
<li>Modified the &lt;mp_asmi.h&gt; functions to allow for better optimizations</li>
<li>Made the number of bits polled from an EntropySource user configurable</li>
<li>Avoid including &lt;algorithm&gt; in &lt;botan/secmem.h&gt;</li>
<li>Fixed some build problems with Sun Forte</li>
<li>Removed some dead code from bigint_modop</li>
<li>Fix the definition of same_mem</li>
</ul>
</div>
<div class="section" id="version-1-5-3-2006-01-24">
<h3>Version 1.5.3, 2006-01-24<a class="headerlink" href="#version-1-5-3-2006-01-24" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Many optimizations in the low-level multiple precision integer code</li>
<li>Added hooks for assembly implementations of the MPI code</li>
<li>Support for the X.509 issuer alternative name extension in new certs</li>
<li>Fixed a bug in the decompression modules; found and patched by Matt Johnston</li>
<li>New Windows mutex module (mux_win32), by Luca Piccarreta</li>
<li>Changed the Windows timer module to use QueryPerformanceCounter</li>
<li>mem_pool.cpp was using std::set iterators instead of std::multiset ones</li>
<li>Fixed a bug in X509_CA preventing users from disabling particular extensions</li>
<li>Fixed the mp_asm64 module, which was entirely broken in 1.5.2</li>
<li>Fixed some module build problems on FreeBSD and Tru64</li>
</ul>
</div>
<div class="section" id="version-1-5-2-2006-01-15">
<h3>Version 1.5.2, 2006-01-15<a class="headerlink" href="#version-1-5-2-2006-01-15" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed an off-by-one memory read in MISTY1::key()</li>
<li>Fixed a nasty memory leak in Output_Buffers::retire()</li>
<li>Reimplemented the memory allocator from scratch</li>
<li>Improved memory caching in Montgomery exponentiation</li>
<li>Optimizations for multiple precision addition and subtraction</li>
<li>Fixed a build problem in the hardware timer module on 64-bit PowerPC</li>
<li>Changed default Karatsuba cutoff to 12 words (was 14)</li>
<li>Removed MemoryRegion::bits(), which was unused and incorrect</li>
<li>Changed maximum HMAC keylength to 1024 bits</li>
<li>Various minor Makefile and build system changes</li>
<li>Avoid using std::min in &lt;secmem.h&gt; to bypass Windows libc macro pollution</li>
<li>Switched checks/clock.cpp back to using clock() by default</li>
<li>Enabled the symmetric algorithm tests, which were accidentally off in 1.5.1</li>
<li>Removed the Default_Mutex&#8217;s unused clone() member function</li>
</ul>
</div>
<div class="section" id="version-1-5-1-2006-01-08">
<h3>Version 1.5.1, 2006-01-08<a class="headerlink" href="#version-1-5-1-2006-01-08" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Implemented Montgomery exponentiation</li>
<li>Implemented generalized Karatsuba multiplication and squaring</li>
<li>Implemented Comba squaring for 4, 6, and 8 word inputs</li>
<li>Added new Modular_Exponentiator and Power_Mod classes</li>
<li>Removed FixedBase_Exp and FixedExponent_Exp</li>
<li>Fixed a performance regression in get_allocator introduced in 1.5.0</li>
<li>Engines can now offer S2K algorithms and block cipher padding methods</li>
<li>Merged the remaining global &#8216;algolist&#8217; code into Default_Engine</li>
<li>The low-level MPI code is linked as C again</li>
<li>Replaced BigInt&#8217;s get_nibble with the more general get_substring</li>
<li>Some documentation updates</li>
</ul>
</div>
<div class="section" id="version-1-5-0-2006-01-01">
<h3>Version 1.5.0, 2006-01-01<a class="headerlink" href="#version-1-5-0-2006-01-01" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Moved all global/shared library state into a single object</li>
<li>Mutex objects are created through mutex factories instead of a global</li>
<li>Removed ::get_mutex(), ::initialize_mutex(), and Mutex::clone()</li>
<li>Removed the RNG_Quality enum entirely</li>
<li>There is now only a single global-use PRNG</li>
<li>Removed the no_aliases and no_oids options for LibraryInitializer</li>
<li>Removed the deprecated algorithms SEAL, ISAAC, and HAVAL</li>
<li>Change es_ftw to use unbuffered I/O</li>
</ul>
</div>
</div>
<div class="section" id="series-1-4">
<h2>Series 1.4<a class="headerlink" href="#series-1-4" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-1-4-12-2006-01-15">
<h3>Version 1.4.12, 2006-01-15<a class="headerlink" href="#version-1-4-12-2006-01-15" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed an off-by-one memory read in MISTY1::key()</li>
<li>Fixed a nasty memory leak in Output_Buffers::retire()</li>
<li>Changed maximum HMAC keylength to 1024 bits</li>
<li>Fixed a build problem in the hardware timer module on 64-bit PowerPC</li>
</ul>
</div>
<div class="section" id="version-1-4-11-2005-12-31">
<h3>Version 1.4.11, 2005-12-31<a class="headerlink" href="#version-1-4-11-2005-12-31" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Changed Whirlpool diffusion matrix to match updated algorithm spec</li>
<li>Fixed several engine module build errors introduced in 1.4.10</li>
<li>Fixed two build problems in es_capi; reported by Matthew Gregan</li>
<li>Added a constructor to DataSource_Memory taking a std::string</li>
<li>Placing the same Filter in multiple Pipes triggers an exception</li>
<li>The configure script accepts &#8211;docdir and &#8211;libdir</li>
<li>Merged doc/rngs.txt into the main API document</li>
<li>Thanks to Joel Low for several bug reports on early tarballs of 1.4.11</li>
</ul>
</div>
<div class="section" id="version-1-4-10-2005-12-18">
<h3>Version 1.4.10, 2005-12-18<a class="headerlink" href="#version-1-4-10-2005-12-18" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added an implementation of KASUMI, the block cipher used in 3G phones</li>
<li>Refactored Pipe; output queues are now managed by a distinct class</li>
<li>Made certain Filter facilities only available to subclasses of Fanout_Filter</li>
<li>There is no longer any overhead in Pipe for a message that has been read out</li>
<li>It is now possible to generate RSA keys as small as 128 bits</li>
<li>Changed some of the core classes to derive from Algorithm as a virtual base</li>
<li>Changed Randpool to use HMAC instead of a plain hash as the mixing function</li>
<li>Fixed a bug in the allocators; found and fixed by Matthew Gregan</li>
<li>Enabled the use of binary file I/O, when requested by the application</li>
<li>The OpenSSL engine&#8217;s block cipher code was missing some deallocation calls</li>
<li>Disabled the es_ftw module on NetBSD, due to header problems there</li>
<li>Fixed a problem preventing tm_hard from building on MacOS X on PowerPC</li>
<li>Some cleanups for the modules that use inline assembler</li>
<li>config.h is now stored in build/ instead of build/include/botan/</li>
<li>The header util.h was split into bit_ops.h, parsing.h, and util.h</li>
<li>Cleaned up some redundant include directives</li>
</ul>
</div>
<div class="section" id="version-1-4-9-2005-11-06">
<h3>Version 1.4.9, 2005-11-06<a class="headerlink" href="#version-1-4-9-2005-11-06" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added the IBM-created AES candidate algorithm MARS</li>
<li>Added the South Korean block cipher SEED</li>
<li>Added the stream cipher Turing</li>
<li>Added the new hash function FORK-256</li>
<li>Deprecated the ISAAC stream cipher</li>
<li>Twofish and RC6 are significantly faster with GCC</li>
<li>Much better support for 64-bit PowerPC</li>
<li>Added support for high-resolution PowerPC timers</li>
<li>Fixed a bug in the configure script causing problems on FreeBSD</li>
<li>Changed ANSI X9.31 to support arbitrary block ciphers</li>
<li>Make the configure script a bit less noisy</li>
<li>Added more test vectors for some algorithms, including all the AES finalists</li>
<li>Various cosmetic source code cleanups</li>
</ul>
</div>
<div class="section" id="version-1-4-8-2005-10-16">
<h3>Version 1.4.8, 2005-10-16<a class="headerlink" href="#version-1-4-8-2005-10-16" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Resolved a bad performance problem in the allocators; fix by Matt Johnston</li>
<li>Worked around a Visual Studio 2003 compilation problem introduced in 1.4.7</li>
<li>Renamed OMAC to CMAC to match the official NIST naming</li>
<li>Added single byte versions of update() to PK_Signer and PK_Verifier</li>
<li>Removed the unused reverse_bits and reverse_bytes functions</li>
</ul>
</div>
<div class="section" id="version-1-4-7-2005-09-25">
<h3>Version 1.4.7, 2005-09-25<a class="headerlink" href="#version-1-4-7-2005-09-25" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed major performance problems with recent versions of GNU C++</li>
<li>Added an implementation of the X9.31 PRNG</li>
<li>Removed the X9.17 and FIPS 186-2 PRNG algorithms</li>
<li>Changed defaults to use X9.31 PRNGs as global PRNG objects</li>
<li>Documentation updates to reflect the PRNG changes</li>
<li>Some cleanups related to the engine code</li>
<li>Removed two useless headers, base_eng.h and secalloc.h</li>
<li>Removed PK_Verifier::valid_signature</li>
<li>Fixed configure/build system bugs affecting MacOS X builds</li>
<li>Added support for the EKOPath x86-64 compiler</li>
<li>Added missing destructor for BlockCipherModePaddingMethod</li>
<li>Fix some build problems with Visual C++ 2005 beta</li>
<li>Fix some build problems with Visual C++ 2003 Workshop</li>
</ul>
</div>
<div class="section" id="version-1-4-6-2005-03-13">
<h3>Version 1.4.6, 2005-03-13<a class="headerlink" href="#version-1-4-6-2005-03-13" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix an error in the shutdown code introduced in 1.4.5</li>
<li>Setting base/pkcs8_tries to 0 disables the builtin fail-out</li>
<li>Support for XMPP identifiers in X.509 certificates</li>
<li>Duplicate entries in X.509 DNs are removed</li>
<li>More fixes for Borland C++, from Friedemann Kleint</li>
<li>Add a workaround for buggy iostreams</li>
</ul>
</div>
<div class="section" id="version-1-4-5-2005-02-26">
<h3>Version 1.4.5, 2005-02-26<a class="headerlink" href="#version-1-4-5-2005-02-26" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add support for AES encryption of private keys</li>
<li>Minor fixes for PBES2 parameter decoding</li>
<li>Internal cleanups for global state variables</li>
<li>GCC 3.x version detection was broken in non-English locales</li>
<li>Work around a Sun Forte bug affecting mem_pool.h</li>
<li>Several fixes for Borland C++ 5.5, from Friedemann Kleint</li>
<li>Removed inclusion of init.h into base.h</li>
<li>Fixed a major bug in reading from certificate stores</li>
<li>Cleaned up a couple of mutex leaks</li>
<li>Removed some left-over debugging code</li>
<li>Removed SSL3_MAC, SSL3_PRF, and TLS_PRF</li>
</ul>
</div>
<div class="section" id="version-1-4-4-2004-12-02">
<h3>Version 1.4.4, 2004-12-02<a class="headerlink" href="#version-1-4-4-2004-12-02" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Further tweaks to the pooling allocator</li>
<li>Modified EMSA3 to support SSL/TLS signatures</li>
<li>Changes to support Qt/QCA, from Justin Karneges</li>
<li>Moved mux_qt module code into mod_qt</li>
<li>Fixes for HP-UX from Mike Desjardins</li>
</ul>
</div>
<div class="section" id="version-1-4-3-2004-11-06">
<h3>Version 1.4.3, 2004-11-06<a class="headerlink" href="#version-1-4-3-2004-11-06" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Split up SecureAllocator into Allocator and Pooling_Allocator</li>
<li>Memory locking allocators are more likely to be used</li>
<li>Fixed the placement of includes in some modules</li>
<li>Fixed broken installation procedure</li>
<li>Fixes in configure script to support alternate install programs</li>
<li>Modules can specify the minimum version they support</li>
</ul>
</div>
<div class="section" id="version-1-4-2-2004-10-31">
<h3>Version 1.4.2, 2004-10-31<a class="headerlink" href="#version-1-4-2-2004-10-31" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a major CRL handling bug</li>
<li>Cipher and hash operations can be offloaded to engines</li>
<li>Added support for cipher and hash offload in OpenSSL engine</li>
<li>Improvements for 64-bit CPUs without a widening multiply instruction</li>
<li>Support for SHA2-* and Whirlpool with EMSA2</li>
<li>Fixed a long-standing build problem with conflicting include files</li>
<li>Fixed some examples that hadn&#8217;t been updated for 1.4.x</li>
<li>Portability fixes for Solaris, BSD, HP-UX, and others</li>
<li>Lots of fixes and cleanups in the configure script</li>
<li>Updated the Gentoo ebuild file</li>
</ul>
</div>
<div class="section" id="version-1-4-1-2004-10-10">
<h3>Version 1.4.1, 2004-10-10<a class="headerlink" href="#version-1-4-1-2004-10-10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed major errors in the X.509 and PKCS #8 copy_key functions</li>
<li>Added a LAST_MESSAGE meta-message number for Pipe</li>
<li>Added new aliases (3DES and DES-EDE) for Triple-DES</li>
<li>Added some new functions to PK_Verifier</li>
<li>Cleaned up the KDF interface</li>
<li>Disabled tm_posix on BSD due to header issues</li>
<li>Fixed a build problem on PowerPC with GNU C++ pre-3.4</li>
</ul>
</div>
<div class="section" id="version-1-4-0-2004-06-26">
<h3>Version 1.4.0, 2004-06-26<a class="headerlink" href="#version-1-4-0-2004-06-26" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added the FIPS 186 RNG back</li>
<li>Added copy_key functions for X.509 public keys and PKCS #8 private keys</li>
<li>Fixed PKCS #1 signatures with RIPEMD-128</li>
<li>Moved some code around to avoid warnings with Sun ONE compiler</li>
<li>Fixed a bug in botan-config affecting OpenBSD</li>
<li>Fixed some build problems on Tru64, HP-UX</li>
<li>Fixed compile problems with Intel C++, Compaq C++</li>
</ul>
</div>
</div>
<div class="section" id="series-1-3">
<h2>Series 1.3<a class="headerlink" href="#series-1-3" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-1-3-14-2004-06-12">
<h3>Version 1.3.14, 2004-06-12<a class="headerlink" href="#version-1-3-14-2004-06-12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added support for AEP&#8217;s AEP1000/AEP2000 crypto cards</li>
<li>Added a Mutex module using Qt, from Justin Karneges</li>
<li>Added support for engine loading in LibraryInitializer</li>
<li>Tweaked SecureAllocator, giving 20% better performance under heavy load</li>
<li>Added timer and memory locking modules for Win32 (tm_win32, ml_win32)</li>
<li>Renamed PK_Engine to Engine_Core</li>
<li>Improved the Karatsuba cutoff points</li>
<li>Fixes for compiling with GCC 3.4 and Sun C++ 5.5</li>
<li>Fixes for Linux/s390, OpenBSD, and Solaris</li>
<li>Added support for Linux/s390x</li>
<li>The configure script was totally broken for &#8216;generic&#8217; OS</li>
<li>Removed Montgomery reduction due to bugs</li>
<li>Removed an unused header, pkcs8alg.h</li>
<li>check &#8211;validate returns an error code if any tests failed</li>
<li>Removed duplicate entry in Unix command list for es_unix</li>
<li>Moved the Cert_Usage enumeration into X509_Store</li>
<li>Added new timing methods for PK benchmarks, clock_gettime and RDTSC</li>
<li>Fixed a few minor bugs in the configure script</li>
<li>Removed some deprecated functions from x509cert.h and pkcs10.h</li>
<li>Removed the &#8216;minimal&#8217; module, has to be updated for Engine support</li>
<li>Changed MP_WORD_BITS macro to BOTAN_MP_WORD_BITS to clean up namespace</li>
<li>Documentation updates</li>
</ul>
</div>
<div class="section" id="version-1-3-13-2004-05-15">
<h3>Version 1.3.13, 2004-05-15<a class="headerlink" href="#version-1-3-13-2004-05-15" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Major fixes for Cygwin builds</li>
<li>Minor MacOS X install fixes</li>
<li>The configure script is a little better at picking the right modules</li>
<li>Removed ml_unix from the &#8216;unix&#8217; module set for Cygwin compatibility</li>
<li>Fixed a stupid compile problem in pkcs10.h</li>
</ul>
</div>
<div class="section" id="version-1-3-12-2004-05-02">
<h3>Version 1.3.12, 2004-05-02<a class="headerlink" href="#version-1-3-12-2004-05-02" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added ability to remove old entries from CRLs</li>
<li>Swapped the first two arguments of X509_CA::update_crl()</li>
<li>Added an &lt; operator for MemoryRegion, so it can be used as a std::map key</li>
<li>Changed X.509 searching by DNS name from substring to full string compares</li>
<li>Renamed a few X509_Certificate and PKCS10_Request member functions</li>
<li>Fixed a problem when decoding some PKCS #10 requests</li>
<li>Hex_Decoder would not check inputs, reported by Vaclav Ovsik</li>
<li>Changed default CRL expire time from 30 days to 7 days</li>
<li>X509_CRL&#8217;s default PEM header is now &#8220;X509 CRL&#8221;, for OpenSSL compatibility</li>
<li>Corrected errors in the API doc, fixes from Ken Perano</li>
<li>More documentation about the Pipe/Filter code</li>
</ul>
</div>
<div class="section" id="version-1-3-11-2004-04-01">
<h3>Version 1.3.11, 2004-04-01<a class="headerlink" href="#version-1-3-11-2004-04-01" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed two show-stopping bugs in PKCS10_Request</li>
<li>Added some sanity checks in Pipe/Filter</li>
<li>The DNS and URI entries would get swapped in subjectAlternativeNames</li>
<li>MAC_Filter is now willing to not take a key at creation time</li>
<li>Setting the expiration times of certs and CRLs is more flexible</li>
<li>Fixed problems building on AIX with GCC</li>
<li>Fixed some problems in the tutorial pointed out by Dominik Vogt</li>
<li>Documentation updates</li>
</ul>
</div>
<div class="section" id="version-1-3-10-2004-03-27">
<h3>Version 1.3.10, 2004-03-27<a class="headerlink" href="#version-1-3-10-2004-03-27" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added support for OpenPGP&#8217;s ASCII armor format</li>
<li>Cleaned up the RNG system; seeding is much more flexible</li>
<li>Added simple autoconfiguration abilities to configure.pl</li>
<li>Fixed a GCC 2.95.x compile problem</li>
<li>Updated the example configuration file</li>
<li>Documentation updates</li>
</ul>
</div>
<div class="section" id="version-1-3-9-2004-03-07">
<h3>Version 1.3.9, 2004-03-07<a class="headerlink" href="#version-1-3-9-2004-03-07" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added an engine using OpenSSL (requires 0.9.7 or later)</li>
<li>X509_Certificate would lose email addresses stored in the DN</li>
<li>Fixed a missing initialization in a BigInt constructor</li>
<li>Fixed several Visual C++ compile problems</li>
<li>Fixed some BeOS build problems</li>
<li>Fixed the WiderWake benchmark</li>
</ul>
</div>
<div class="section" id="version-1-3-8-2003-12-30">
<h3>Version 1.3.8, 2003-12-30<a class="headerlink" href="#version-1-3-8-2003-12-30" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Internal changes to PK algorithms to divide data and algorithms</li>
<li>DSA/DH/NR/ElGamal constructors accept taking just the private key again</li>
<li>ElGamal keys now support being imported/exported as ASN.1 objects</li>
<li>Much more consistent and complete error checking in PK algorithms</li>
<li>Support for arbitrary backends (engines) for PK operations</li>
<li>Added Montgomery reductions</li>
<li>Added an engine that uses GNU MP (requires 4.1 or later)</li>
<li>Removed the obsolete mp_gmp module</li>
<li>Moved several initialization/shutdown functions to init.h</li>
<li>Major refactoring of the memory containers</li>
<li>New non-locking container, MemoryVector</li>
<li>Fixed 64-bit problems in BigInt::set_bit/clear_bit</li>
<li>Renamed PK_Key::check_params() to check_key()</li>
<li>Some incompatible changes to OctetString</li>
<li>Added version checking macros in version.h</li>
<li>Removed the fips140 module pending rewrite</li>
<li>Added some functions and hooks to help GUIs</li>
<li>Moved more shared code into MDx_HashFunction</li>
<li>Added a policy hook for specifying the encoding of X.509 strings</li>
</ul>
</div>
<div class="section" id="version-1-3-7-2003-12-12">
<h3>Version 1.3.7, 2003-12-12<a class="headerlink" href="#version-1-3-7-2003-12-12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a big security problem in es_unix</li>
<li>Fixed several stability problems in es_unix</li>
<li>Expanded the list of programs es_unix will try to use</li>
<li>SecureAllocator now only preallocates blocks in special cases</li>
<li>Added a special case in Global_RNG::seed for forcing a full poll</li>
<li>Removed the FIPS 186 RNG added in 1.3.5 pending further testing</li>
<li>Configure updates for PowerPC CPUs</li>
<li>Removed the (never tested) VAX support</li>
<li>Added support for S/390 Linux</li>
</ul>
</div>
<div class="section" id="version-1-3-6-2003-12-07">
<h3>Version 1.3.6, 2003-12-07<a class="headerlink" href="#version-1-3-6-2003-12-07" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added a new module &#8216;minimal&#8217;, which disables most algorithms</li>
<li>SecureAllocator allocates a few blocks at startup</li>
<li>A few minor MPI cleanups</li>
<li>RPM spec file cleanups and fixes</li>
</ul>
</div>
<div class="section" id="version-1-3-5-2003-11-30">
<h3>Version 1.3.5, 2003-11-30<a class="headerlink" href="#version-1-3-5-2003-11-30" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Major improvements in ASN.1 string handling</li>
<li>Added partial support for ASN.1 UTF8 STRINGs and BMP STRINGs</li>
<li>Added partial support for the X.509v3 certificate policies extension</li>
<li>Centralized the handling of character set information</li>
<li>Added FIPS 140-2 startup self tests</li>
<li>Added a module (fips140) for doing extra FIPS 140-2 tests</li>
<li>Added FIPS 186-2 RNG</li>
<li>Improved ASN.1 BIT STRING handling</li>
<li>Removed a memory leak in PKCS10_Request</li>
<li>The encoding of DirectoryString now follows PKIX guidelines</li>
<li>Fixed some of the character set dependencies</li>
<li>Fixed a DER encoding error for tags greater than 30</li>
<li>The BER decoder can now handle tags larger than 30</li>
<li>Fixed tm_hard.cpp to recognize SPARC on more systems</li>
<li>Workarounds for a GCC 2.95.x bug in x509find.cpp</li>
<li>RPM changed to install into /usr instead of /usr/local</li>
<li>Added support for QNX</li>
</ul>
</div>
<div class="section" id="version-1-3-4-2003-11-21">
<h3>Version 1.3.4, 2003-11-21<a class="headerlink" href="#version-1-3-4-2003-11-21" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added a module that does certain MPI operations using GNU MP</li>
<li>Added the X9.42 Diffie-Hellman PRF</li>
<li>The Zlib and Bzip2 objects now use custom allocators</li>
<li>Added member functions for directly hashing/MACing SecureVectors</li>
<li>Minor optimizations to the MPI addition and subtraction algorithms</li>
<li>Some cleanups in the low-level MPI code</li>
<li>Created separate AES-{128,192,256} objects</li>
</ul>
</div>
<div class="section" id="version-1-3-3-2003-11-17">
<h3>Version 1.3.3, 2003-11-17<a class="headerlink" href="#version-1-3-3-2003-11-17" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>The library can now be repeatedly initialized and shutdown without crashing</li>
<li>Fixed an off-by-one error in the CTS code</li>
<li>Fixed an error in the EMSA4 verification code</li>
<li>Fixed a memory leak in mutex.cpp (pointed out by James Widener)</li>
<li>Fixed a memory leak in Pthread_Mutex</li>
<li>Fixed several memory leaks in the testing code</li>
<li>Bulletproofed the EMSA/EME/KDF/MGF retrieval functions</li>
<li>Minor cleanups in SecureAllocator</li>
<li>Removed a needless mutex guarding the (stateless) global timer</li>
<li>Fixed a piece of bash-specific code in botan-config</li>
<li>X.509 objects report more information about decoding errors</li>
<li>Cleaned up some of the exception handling</li>
<li>Updated the example config file with new OIDSs</li>
<li>Moved the build instructions into a separate document, building.tex</li>
</ul>
</div>
<div class="section" id="version-1-3-2-2003-11-13">
<h3>Version 1.3.2, 2003-11-13<a class="headerlink" href="#version-1-3-2-2003-11-13" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a bug preventing DSA signatures from verifying on X.509 objects</li>
<li>Made the X509_Store search routines more efficient and flexible</li>
<li>Added a function to X509_PublicKey to do easy public/private key matching</li>
<li>Added support for decoding indefinite length BER data</li>
<li>Changed Pipe&#8217;s peek() to take an offset</li>
<li>Removed Filter::set_owns in favor of the new incr_owns function</li>
<li>Removed BigInt::zero() and BigInt::one()</li>
<li>Renamed the PEM related options from base/pem_* to pem/*</li>
<li>Added an option to specify the line width when encoding PEM</li>
<li>Removed the &#8220;rng/safe_longterm&#8221; option; it&#8217;s always on now</li>
<li>Changed the cipher used for RNG super-encryption from ARC4 to WiderWake4+1</li>
<li>Cleaned up the base64/hex encoders and decoders</li>
<li>Added an ASN.1/BER decoder as an example</li>
<li>AES had its internals marked &#8216;public&#8217; in previous versions</li>
<li>Changed the value of the ASN.1 NO_OBJECT enum</li>
<li>Various new hacks in the configure script</li>
<li>Removed the already nominal support for SunOS</li>
</ul>
</div>
<div class="section" id="version-1-3-1-2003-11-04">
<h3>Version 1.3.1, 2003-11-04<a class="headerlink" href="#version-1-3-1-2003-11-04" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Generalized a few pieces of the DER encoder</li>
<li>PKCS8::load_key would fail if handed an unencrypted key</li>
<li>Added a failsafe so PKCS #8 key decoding can&#8217;t go into an infinite loop</li>
</ul>
</div>
<div class="section" id="version-1-3-0-2003-11-02">
<h3>Version 1.3.0, 2003-11-02<a class="headerlink" href="#version-1-3-0-2003-11-02" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Major redesign of the PKCS #8 private key import/export system</li>
<li>Added a small amount of UI interface code for getting passphrases</li>
<li>Added heuristics that tell if a key, cert, etc is stored as PEM or BER</li>
<li>Removed CS-Cipher, SHARK, ThreeWay, MD5-MAC, and EMAC</li>
<li>Removed certain deprecated constructors of RSA, DSA, DH, RW, NR</li>
<li>Made PEM decoding more forgiving of extra text before the header</li>
</ul>
</div>
</div>
<div class="section" id="series-1-2">
<h2>Series 1.2<a class="headerlink" href="#series-1-2" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-1-2-8-2003-11-21">
<h3>Version 1.2.8, 2003-11-21<a class="headerlink" href="#version-1-2-8-2003-11-21" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Merged several important bug fixes from 1.3.x</li>
</ul>
</div>
<div class="section" id="version-1-2-7-2003-10-31">
<h3>Version 1.2.7, 2003-10-31<a class="headerlink" href="#version-1-2-7-2003-10-31" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added support for reading configuration files</li>
<li>Added constructors so NR and RW keys can be imported easily</li>
<li>Fixed mp_asm64, which was completely broken in 1.2.6</li>
<li>Removed tm_hw_ia32 module; replaced by tm_hard</li>
<li>Added support for loading certain oddly formed RSA certificates</li>
<li>Fixed spelling of NON_REPUDIATION enum</li>
<li>Renamed the option default_to_ca to v1_assume_ca</li>
<li>Fixed a minor bug in X.509 certificate generation</li>
<li>Fixed a latent bug in the OID lookup code</li>
<li>Updated the RPM spec file</li>
<li>Added to the tutorial</li>
</ul>
</div>
<div class="section" id="version-1-2-6-2003-07-04">
<h3>Version 1.2.6, 2003-07-04<a class="headerlink" href="#version-1-2-6-2003-07-04" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Major performance increase for PK algorithms on most 64-bit systems</li>
<li>Cleanups in the low-level MPI code to support asm implementations</li>
<li>Fixed build problems with some versions of Compaq&#8217;s C++ compiler</li>
<li>Removed useless constructors for NR public and private keys</li>
<li>Removed support for the patch_file directive in module files</li>
<li>Removed several deprecated functions</li>
</ul>
</div>
<div class="section" id="version-1-2-5-2003-06-22">
<h3>Version 1.2.5, 2003-06-22<a class="headerlink" href="#version-1-2-5-2003-06-22" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a tricky and long-standing memory leak in Pipe</li>
<li>Major cleanups and fixes in the memory allocation system</li>
<li>Removed alloc_mlock, which has been superseded by the ml_unix module</li>
<li>Removed a denial of service vulnerability in X509_Store</li>
<li>Fixed compilation problems with VS .NET 2003 and Codewarrior 8</li>
<li>Added another variant of PKCS8::load_key, taking a memory buffer</li>
<li>Fixed various minor/obscure bugs which occurred when MP_WORD_BITS != 32</li>
<li>BigInt::operator%=(word) was a no-op if the input was a power of 2</li>
<li>Fixed portability problems in BigInt::to_u32bit</li>
<li>Fixed major bugs in SSL3-MAC</li>
<li>Cleaned up some messes in the PK algorithms</li>
<li>Cleanups and extensions for OMAC and EAX</li>
<li>Made changes to the entropy estimation function</li>
<li>Added a &#8216;beos&#8217; module set for use on BeOS</li>
<li>Officially deprecated a few X509:: and PKCS8:: functions</li>
<li>Moved the contents of primes.h to numthry.h</li>
<li>Moved the contents of x509opt.h to x509self.h</li>
<li>Removed the (empty) desx.h header</li>
<li>Documentation updates</li>
</ul>
</div>
<div class="section" id="version-1-2-4-2003-05-29">
<h3>Version 1.2.4, 2003-05-29<a class="headerlink" href="#version-1-2-4-2003-05-29" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a bug in EMSA1 affecting NR signature verification</li>
<li>Fixed a few latent bugs in BigInt related to word size</li>
<li>Removed an unused function, mp_add2_nc, from the MPI implementation</li>
<li>Reorganized the core MPI files</li>
</ul>
</div>
<div class="section" id="version-1-2-3-2003-05-20">
<h3>Version 1.2.3, 2003-05-20<a class="headerlink" href="#version-1-2-3-2003-05-20" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a bug that prevented DSA/NR key generation</li>
<li>Fixed a bug that prevented importing some root CA certs</li>
<li>Fixed a bug in the BER decoder when handing optional bit or byte strings</li>
<li>Fixed the encoding of authorityKeyIdentifier in X509_CA</li>
<li>Added a sanity check in PBKDF2 for zero length passphrases</li>
<li>Added versions of X509::load_key and PKCS8::load_key that take a file name</li>
<li>X509_CA generates 128 bit serial numbers now</li>
<li>Added tests to check PK key generation</li>
<li>Added a simplistic X.509 CA example</li>
<li>Cleaned up some of the examples</li>
</ul>
</div>
<div class="section" id="version-1-2-2-2003-05-13">
<h3>Version 1.2.2, 2003-05-13<a class="headerlink" href="#version-1-2-2-2003-05-13" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Add checks to prevent any BigInt bugs from revealing an RSA or RW key</li>
<li>Changed the interface of Global_RNG::seed</li>
<li>Major improvements for the es_unix module</li>
<li>Added another Win32 entropy source, es_win32</li>
<li>The Win32 CryptoAPI entropy source can now poll multiple providers</li>
<li>Improved the BeOS entropy source</li>
<li>Renamed pipe_unixfd module to fd_unix</li>
<li>Fixed a file descriptor leak in the EGD module</li>
<li>Fixed a few locking bugs</li>
</ul>
</div>
<div class="section" id="version-1-2-1-2003-05-06">
<h3>Version 1.2.1, 2003-05-06<a class="headerlink" href="#version-1-2-1-2003-05-06" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added ANSI X9.23 compatible CBC padding</li>
<li>Added an entropy source using Win32 CryptoAPI</li>
<li>Removed the Pipe I/O operators taking a FILE*</li>
<li>Moved the BigInt encoding/decoding functions into the BigInt class</li>
<li>Integrated several fixes for VC++ 7 (from Hany Greiss)</li>
<li>Fixed the configure.pl script for Windows builds</li>
</ul>
</div>
<div class="section" id="version-1-2-0-2003-04-28">
<h3>Version 1.2.0, 2003-04-28<a class="headerlink" href="#version-1-2-0-2003-04-28" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Tweaked the Karatsuba cut-off points</li>
<li>Increased the allowed keylength of HMAC and Blowfish</li>
<li>Removed the &#8216;mpi_ia32&#8217; module, pending rewrite</li>
<li>Workaround a GCC 2.95.x bug in eme1.cpp</li>
</ul>
</div>
</div>
<div class="section" id="series-1-1">
<h2>Series 1.1<a class="headerlink" href="#series-1-1" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-1-1-13-2003-04-22">
<h3>Version 1.1.13, 2003-04-22<a class="headerlink" href="#version-1-1-13-2003-04-22" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added OMAC</li>
<li>Added EAX authenticated cipher mode</li>
<li>Diffie-Hellman would not do blinding in some cases</li>
<li>Optimized the OFB and CTR modes</li>
<li>Corrected Skipjack&#8217;s word ordering, as per NIST clarification</li>
<li>Support for all subject/issuer attribute types required by RFC 3280</li>
<li>The removeFromCRL CRL reason code is now handled correctly</li>
<li>Increased the flexibility of the allocators</li>
<li>Renamed Rijndael to AES, created aes.h, deleted rijndael.h</li>
<li>Removed support for the &#8216;no_timer&#8217; LibraryInitializer option</li>
<li>Removed &#8216;es_pthr&#8217; module, pending further testing</li>
<li>Cleaned up get_ciph.cpp</li>
</ul>
</div>
<div class="section" id="version-1-1-12-2003-04-15">
<h3>Version 1.1.12, 2003-04-15<a class="headerlink" href="#version-1-1-12-2003-04-15" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a ASN.1 string encoding bug</li>
<li>Fixed a pair of X509_DN encoding problems</li>
<li>Base64_Decoder and Hex_Decoder can now validate input</li>
<li>Removed support for the LibraryInitializer option &#8216;egd_path&#8217;</li>
<li>Added tests for DSA X.509 and PKCS #8 key formats</li>
<li>Removed a long deprecated feature of DH_PrivateKey&#8217;s constructor</li>
<li>Updated the RPM .spec file</li>
<li>Major documentation updates</li>
</ul>
</div>
<div class="section" id="version-1-1-11-2003-04-07">
<h3>Version 1.1.11, 2003-04-07<a class="headerlink" href="#version-1-1-11-2003-04-07" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added PKCS #10 certificate requests</li>
<li>Changed X509_Store searching interface to be more flexible</li>
<li>Added a generic Certificate_Store interface</li>
<li>Added a function for generating self-signed X.509 certs</li>
<li>Cleanups and changes to X509_CA</li>
<li>New examples for PKCS #10 and self-signed certificates</li>
<li>Some documentation updates</li>
</ul>
</div>
<div class="section" id="version-1-1-10-2003-04-03">
<h3>Version 1.1.10, 2003-04-03<a class="headerlink" href="#version-1-1-10-2003-04-03" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>X509_CA can now generate new X.509 CRLs</li>
<li>Added blinding for RSA, RW, DH, and ElGamal to prevent timing attacks</li>
<li>More certificate and CRL extensions/attributes are supported</li>
<li>Better DN handling in X.509 certificates/CRLs</li>
<li>Added a DataSink hierarchy (suggested by Jim Darby)</li>
<li>Consolidated SecureAllocator and ManagedAllocator</li>
<li>Many cleanups and generalizations</li>
<li>Added a (slow) pthreads based EntropySource</li>
<li>Fixed some threading bugs</li>
</ul>
</div>
<div class="section" id="version-1-1-9-2003-02-25">
<h3>Version 1.1.9, 2003-02-25<a class="headerlink" href="#version-1-1-9-2003-02-25" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added support for using X.509v2 CRLs</li>
<li>Fixed several bugs in the path validation algorithm</li>
<li>Certificates can be verified for a particular usage</li>
<li>Algorithm for comparing distinguished names now follows X.509</li>
<li>Cleaned up the code for the es_beos, es_ftw, es_unix modules</li>
<li>Documentation updates</li>
</ul>
</div>
<div class="section" id="version-1-1-8-2003-01-29">
<h3>Version 1.1.8, 2003-01-29<a class="headerlink" href="#version-1-1-8-2003-01-29" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixes for the certificate path validation algorithm in X509_Store</li>
<li>Fixed a bug affecting X509_Certificate::is_ca_cert()</li>
<li>Added a general configuration interface for policy issues</li>
<li>Cleanups and API changes in the X.509 CA, cert, and store code</li>
<li>Made various options available for X509_CA users</li>
<li>Changed X509_Time&#8217;s interface to work around time_t problems</li>
<li>Fixed a theoretical weakness in Randpool&#8217;s entropy mixing function</li>
<li>Fixed problems compiling with GCC 2.95.3 and GCC 2.96</li>
<li>Fixed a configure bug (reported by Jon Wilson) affecting MinGW</li>
</ul>
</div>
<div class="section" id="version-1-1-7-2003-01-12">
<h3>Version 1.1.7, 2003-01-12<a class="headerlink" href="#version-1-1-7-2003-01-12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed an obscure but dangerous bug in SecureVector::swap</li>
<li>Consolidated SHA-384 and SHA-512 to save code space</li>
<li>Added SSL3-MAC and SSL3-PRF</li>
<li>Documentation updates, including a new tutorial</li>
</ul>
</div>
<div class="section" id="version-1-1-6-2002-12-10">
<h3>Version 1.1.6, 2002-12-10<a class="headerlink" href="#version-1-1-6-2002-12-10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Initial support for X.509v3 certificates and CAs</li>
<li>Major redesign/rewrite of the ASN.1 encoding/decoding code</li>
<li>Added handling for DSA/NR signatures encoded as DER SEQUENCEs</li>
<li>Documented the generic cipher lookup interface</li>
<li>Added an (untested) entropy source for BeOS</li>
<li>Various cleanups and bug fixes</li>
</ul>
</div>
<div class="section" id="version-1-1-5-2002-11-17">
<h3>Version 1.1.5, 2002-11-17<a class="headerlink" href="#version-1-1-5-2002-11-17" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added the discrete logarithm integrated encryption system (DLIES)</li>
<li>Various optimizations for BigInt</li>
<li>Added support for assembler optimizations in modules</li>
<li>Added BigInt x86 optimizations module (mpi_ia32)</li>
</ul>
</div>
<div class="section" id="version-1-1-4-2002-11-10">
<h3>Version 1.1.4, 2002-11-10<a class="headerlink" href="#version-1-1-4-2002-11-10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Speedup of 15-30% for PK algorithms</li>
<li>Implemented the PBES2 encryption scheme</li>
<li>Fixed a potential bug in decoding RSA and RW private keys</li>
<li>Changed the DL_Group class interface to handle different formats better</li>
<li>Added support for PKCS #3 encoded DH parameters</li>
<li>X9.42 DH parameters use a PEM label of &#8216;X942 DH PARAMETERS&#8217;</li>
<li>Added key pair consistency checking</li>
<li>Fixed a compatibility problem with gcc 2.96 (pointed out by Hany Greiss)</li>
<li>A botan-config script is generated at configure time</li>
<li>Documentation updates</li>
</ul>
</div>
<div class="section" id="version-1-1-3-2002-11-03">
<h3>Version 1.1.3, 2002-11-03<a class="headerlink" href="#version-1-1-3-2002-11-03" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added a generic public/private key loading interface</li>
<li>Fixed a small encoding bug in RSA, RW, and DH</li>
<li>Changed the PK encryption/decryption interface classes</li>
<li>ECB supports using padding methods</li>
<li>Added a function-based interface for library initialization</li>
<li>Added support for RIPEMD-128 and Tiger PKCS#1 v1.5 signatures</li>
<li>The cipher mode benchmarks now use 128-bit AES instead of DES</li>
<li>Removed some obsolete typedefs</li>
<li>Removed OpenCL support (opencl.h, the OPENCL_* macros, etc)</li>
<li>Added tests for PKCS #8 encoding/decoding</li>
<li>Added more tests for ECB and CBC</li>
</ul>
</div>
<div class="section" id="version-1-1-2-2002-10-21">
<h3>Version 1.1.2, 2002-10-21<a class="headerlink" href="#version-1-1-2-2002-10-21" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Support for PKCS #8 encoded RSA, DSA, and DH private keys</li>
<li>Support for Diffie-Hellman X.509 public keys</li>
<li>Major reorganization of how X.509 keys are handled</li>
<li>Added PKCS #5 v2.0&#8217;s PBES1 encryption scheme</li>
<li>Added a generic cipher lookup interface</li>
<li>Added the WiderWake4+1 stream cipher</li>
<li>Added support for sync-able stream ciphers</li>
<li>Added a &#8216;paranoia level&#8217; option for the LibraryInitializer</li>
<li>More security for RNG output meant for long term keys</li>
<li>Added documentation for some of the new 1.1.x features</li>
<li>CFB&#8217;s feedback argument is now specified in bits</li>
<li>Renamed CTR class to CTR_BE</li>
<li>Updated the RSA and DSA examples to use X.509 and PKCS #8 key formats</li>
</ul>
</div>
<div class="section" id="version-1-1-1-2002-10-15">
<h3>Version 1.1.1, 2002-10-15<a class="headerlink" href="#version-1-1-1-2002-10-15" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added the Korean hash function HAS-160</li>
<li>Partial support for RSA and DSA X.509 public keys</li>
<li>Added a mostly functional BER encoder/decoder</li>
<li>Added support for non-deterministic MAC functions</li>
<li>Initial support for PEM encoding/decoding</li>
<li>Internal cleanups in the PK algorithms</li>
<li>Several new convenience functions in Pipe</li>
<li>Fixed two nasty bugs in Pipe</li>
<li>Messed with the entropy sources for es_unix</li>
<li>Discrete logarithm groups are checked for safety more closely now</li>
<li>For compatibility with GnuPG, ElGamal now supports DSA-style groups</li>
</ul>
</div>
<div class="section" id="version-1-1-0-2002-09-14">
<h3>Version 1.1.0, 2002-09-14<a class="headerlink" href="#version-1-1-0-2002-09-14" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added entropy estimation to the RNGs</li>
<li>Improved the overall design of both Randpool and ANSI_X917_RNG</li>
<li>Added a separate RNG for nonce generation</li>
<li>Added window exponentiation support in power_mod</li>
<li>Added a get_s2k function and the PKCS #5 S2K algorithms</li>
<li>Added the TLSv1 PRF</li>
<li>Replaced BlockCipherModeIV typedef with InitializationVector class</li>
<li>Renamed PK_Key_Agreement_Scheme to PK_Key_Agreement</li>
<li>Renamed SHA1 -&gt; SHA_160 and SHA2_x -&gt; SHA_x</li>
<li>Added support for RIPEMD-160 PKCS#1 v1.5 signatures</li>
<li>Changed the key agreement scheme interface</li>
<li>Changed the S2K and KDF interfaces</li>
<li>Better SCAN compatibility for HAVAL, Tiger, MISTY1, SEAL, RC5, SAFER-SK</li>
<li>Added support for variable-pass Tiger</li>
<li>Major speedup for Rabin-Williams key generation</li>
</ul>
</div>
</div>
<div class="section" id="series-1-0">
<h2>Series 1.0<a class="headerlink" href="#series-1-0" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-1-0-2-2003-01-12">
<h3>Version 1.0.2, 2003-01-12<a class="headerlink" href="#version-1-0-2-2003-01-12" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed an obscure SEGFAULT causing bug in Pipe</li>
<li>Fixed an obscure but dangerous bug in SecureVector::swap</li>
</ul>
</div>
<div class="section" id="version-1-0-1-2002-09-14">
<h3>Version 1.0.1, 2002-09-14<a class="headerlink" href="#version-1-0-1-2002-09-14" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed a minor bug in Randpool::random()</li>
<li>Added some new aliases and typedefs for 1.1.x compatibility</li>
<li>The 4096-bit RSA benchmark key was decimal instead of hex</li>
<li>EMAC was returning an incorrect name</li>
</ul>
</div>
<div class="section" id="version-1-0-0-2002-08-26">
<h3>Version 1.0.0, 2002-08-26<a class="headerlink" href="#version-1-0-0-2002-08-26" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Octal I/O of BigInt is now supported</li>
<li>Fixed portability problems in the es_egd module</li>
<li>Generalized IV handling in the block cipher modes</li>
<li>Added Karatsuba multiplication and k-ary exponentiation</li>
<li>Fixed a problem in the multiplication routines</li>
</ul>
</div>
</div>
<div class="section" id="series-0-9">
<h2>Series 0.9<a class="headerlink" href="#series-0-9" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-0-9-2-2002-08-18">
<h3>Version 0.9.2, 2002-08-18<a class="headerlink" href="#version-0-9-2-2002-08-18" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>DH_PrivateKey::public_value() was returning the wrong value</li>
<li>Various BigInt optimizations</li>
<li>The filters.h header now includes hex.h and base64.h</li>
<li>Moved Counter mode to ctr.h</li>
<li>Fixed a couple minor problems with VC++ 7</li>
<li>Fixed problems with the RPM spec file</li>
</ul>
</div>
<div class="section" id="version-0-9-1-2002-08-10">
<h3>Version 0.9.1, 2002-08-10<a class="headerlink" href="#version-0-9-1-2002-08-10" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Grand rename from OpenCL to Botan</li>
<li>Major optimizations for the PK algorithms</li>
<li>Added ElGamal encryption</li>
<li>Added Whirlpool</li>
<li>Tweaked memory allocation parameters</li>
<li>Improved the method of seeding the global RNG</li>
<li>Moved pkcs1.h to eme_pkcs.h</li>
<li>Added more test vectors for some algorithms</li>
<li>Fixed error reporting in the BigInt tests</li>
<li>Removed Default_Timer, it was pointless</li>
<li>Added some new example applications</li>
<li>Removed some old examples that weren&#8217;t that interesting</li>
<li>Documented the compression modules</li>
</ul>
</div>
<div class="section" id="version-0-9-0-2002-08-03">
<h3>Version 0.9.0, 2002-08-03<a class="headerlink" href="#version-0-9-0-2002-08-03" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>EMSA4 supports variable salt size</li>
<li>PK_* can take a string naming the encoding method to use</li>
<li>Started writing some internals documentation</li>
</ul>
</div>
</div>
<div class="section" id="series-0-8">
<h2>Series 0.8<a class="headerlink" href="#series-0-8" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-0-8-7-2002-07-30">
<h3>Version 0.8.7, 2002-07-30<a class="headerlink" href="#version-0-8-7-2002-07-30" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed bugs in EME1 and EMSA4</li>
<li>Fixed a potential crash at shutdown</li>
<li>Cipher modes returned an ill-formed name</li>
<li>Removed various deprecated types and headers</li>
<li>Cleaned up the Pipe interface a bit</li>
<li>Minor additions to the documentation</li>
<li>First stab at a Visual C++ makefile (doc/Makefile.vc7)</li>
</ul>
</div>
<div class="section" id="version-0-8-6-2002-07-25">
<h3>Version 0.8.6, 2002-07-25<a class="headerlink" href="#version-0-8-6-2002-07-25" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added EMSA4 (aka PSS)</li>
<li>Brought the manual up to date; many corrections and additions</li>
<li>Added a parallel hash function construction</li>
<li>Lookup supports all available algorithms now</li>
<li>Lazy initialization of the lookup tables</li>
<li>Made more discrete logarithm groups available through get_dl_group()</li>
<li>StreamCipher_Filter supports seeking (if the underlying cipher does)</li>
<li>Minor optimization for GCD calculations</li>
<li>Renamed SAFER_SK128 to SAFER_SK</li>
<li>Removed many previously deprecated functions</li>
<li>Some now-obsolete functions, headers, and types have been deprecated</li>
<li>Fixed some bugs in DSA prime generation</li>
<li>DL_Group had a constructor for DSA-style prime gen but it wasn&#8217;t defined</li>
<li>Reversed the ordering of the two arguments to SEAL&#8217;s constructor</li>
<li>Fixed a threading problem in the PK algorithms</li>
<li>Fixed a minor memory leak in lookup.cpp</li>
<li>Fixed pk_types.h (it was broken in 0.8.5)</li>
<li>Made validation tests more verbose</li>
<li>Updated the check and example applications</li>
</ul>
</div>
<div class="section" id="version-0-8-5-2002-07-21">
<h3>Version 0.8.5, 2002-07-21<a class="headerlink" href="#version-0-8-5-2002-07-21" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Major changes to constructors for DL-based cryptosystems (DSA, NR, DH)</li>
<li>Added a DL_Group class</li>
<li>Reworking of the pubkey internals</li>
<li>Support in lookup for aliases and PK algorithms</li>
<li>Renamed CAST5 to CAST_128 and CAST256 to CAST_256</li>
<li>Added EMSA1</li>
<li>Reorganization of header files</li>
<li>LibraryInitializer will install new allocator types if requested</li>
<li>Fixed a bug in Diffie-Hellman key generation</li>
<li>Did a workaround in pipe.cpp for GCC 2.95.x on Linux</li>
<li>Removed some debugging code from init.cpp that made FTW ES useless</li>
<li>Better checking for invalid arguments in the PK algorithms</li>
<li>Reduced Base64 and Hex default line length (if line breaking is used)</li>
<li>Fixes for HP&#8217;s aCC compiler</li>
<li>Cleanups in BigInt</li>
</ul>
</div>
<div class="section" id="version-0-8-4-2002-07-14">
<h3>Version 0.8.4, 2002-07-14<a class="headerlink" href="#version-0-8-4-2002-07-14" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added Nyberg-Rueppel signatures</li>
<li>Added Diffie-Hellman key exchange (kex interface is subject to change)</li>
<li>Added KDF2</li>
<li>Enhancements to the lookup API</li>
<li>Many things formerly taking pointers to algorithms now take names</li>
<li>Speedups for prime generation</li>
<li>LibraryInitializer has support for seeding the global RNG</li>
<li>Reduced SAFER-SK128 memory consumption</li>
<li>Reversed the ordering of public and private key values in DSA constructor</li>
<li>Fixed serious bugs in MemoryMapping_Allocator</li>
<li>Fixed memory leak in Lion</li>
<li>FTW_EntropySource was not closing the files it read</li>
<li>Fixed line breaking problem in Hex_Encoder</li>
</ul>
</div>
<div class="section" id="version-0-8-3-2002-06-09">
<h3>Version 0.8.3, 2002-06-09<a class="headerlink" href="#version-0-8-3-2002-06-09" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added DSA and Rabin-Williams signature schemes</li>
<li>Added EMSA3</li>
<li>Added PKCS#1 v1.5 encryption padding</li>
<li>Added Filters for PK algorithms</li>
<li>Added a Keyed_Filter class</li>
<li>LibraryInitializer processes arguments now</li>
<li>Major revamp of the PK interface classes</li>
<li>Changed almost all of the Filters for non-template operation</li>
<li>Changed HMAC, Lion, Luby-Rackoff to non-template classes</li>
<li>Some fairly minor BigInt optimizations</li>
<li>Added simple benchmarking for PK algorithms</li>
<li>Added hooks for fixed base and fixed exponent modular exponentiation</li>
<li>Added some examples for using RSA</li>
<li>Numerous bugfixes and cleanups</li>
<li>Documentation updates</li>
</ul>
</div>
<div class="section" id="version-0-8-2-2002-05-18">
<h3>Version 0.8.2, 2002-05-18<a class="headerlink" href="#version-0-8-2-2002-05-18" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added an (experimental) algorithm lookup interface</li>
<li>Added code for directly testing BigInt</li>
<li>Added SHA2-384</li>
<li>Optimized SHA2-512</li>
<li>Major optimization for Adler32 (thanks to Dan Nicolaescu)</li>
<li>Various minor optimizations in BigInt and related areas</li>
<li>Fixed two bugs in X9.19 MAC, both reported by Darren Starsmore</li>
<li>Fixed a bug in BufferingFilter</li>
<li>Made a few fixes for MacOS X</li>
<li>Added a workaround in configure.pl for GCC 2.95.x</li>
<li>Better support for PowerPC, ARM, and Alpha</li>
<li>Some more cleanups</li>
</ul>
</div>
<div class="section" id="version-0-8-1-2002-05-06">
<h3>Version 0.8.1, 2002-05-06<a class="headerlink" href="#version-0-8-1-2002-05-06" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Major code cleanup (check doc/deprecated.txt)</li>
<li>Various bugs fixed, including several portability problems</li>
<li>Renamed MessageAuthCode to MessageAuthenticationCode</li>
<li>A replacement for X917 is in x917_rng.h</li>
<li>Changed EMAC to non-template class</li>
<li>Added ANSI X9.19 compatible CBC-MAC</li>
<li>TripleDES now supports 128 bit keys</li>
</ul>
</div>
<div class="section" id="version-0-8-0-2002-04-24">
<h3>Version 0.8.0, 2002-04-24<a class="headerlink" href="#version-0-8-0-2002-04-24" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Merged BigInt: many bugfixes and optimizations since alpha2</li>
<li>Added RSA (rsa.h)</li>
<li>Added EMSA2 (emsa2.h)</li>
<li>Lots of new interface code for public key algorithms (pk_base.h, pubkey.h)</li>
<li>Changed some interfaces, including SymmetricKey, to support the global rng</li>
<li>Fixed a serious bug in ManagedAllocator</li>
<li>Renamed RIPEMD128 to RIPEMD_128 and RIPEMD160 to RIPEMD_160</li>
<li>Removed some deprecated stuff</li>
<li>Added a global random number generator (rng.h)</li>
<li>Added clone functions to most of the basic algorithms</li>
<li>Added a library initializer class (init.h)</li>
<li>Version macros in version.h</li>
<li>Moved the base classes from opencl.h to base.h</li>
<li>Renamed the bzip2 module to comp_bzip2 and zlib to comp_zlib</li>
<li>Documentation updates for the new stuff (still incomplete)</li>
<li>Many new deprecated things: check doc/deprecated.txt</li>
</ul>
</div>
</div>
<div class="section" id="series-0-7">
<h2>Series 0.7<a class="headerlink" href="#series-0-7" title="Permalink to this headline">¶</a></h2>
<div class="section" id="version-0-7-10-2002-04-07">
<h3>Version 0.7.10, 2002-04-07<a class="headerlink" href="#version-0-7-10-2002-04-07" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Added EGD_EntropySource module (es_egd)</li>
<li>Added a file tree walking EntropySource (es_ftw)</li>
<li>Added MemoryLocking_Allocator module (alloc_mlock)</li>
<li>Renamed the pthr_mux, unix_rnd, and mmap_mem modules</li>
<li>Changed timer mechanism; the clock method can be switched on the fly.</li>
<li>Renamed MmapDisk_Allocator to MemoryMapping_Allocator</li>
<li>Renamed ent_file.h to es_file.h (ent_file.h is around, but deprecated)</li>
<li>Fixed several bugs in MemoryMapping_Allocator</li>
<li>Added more default sources for Unix_EntropySource</li>
<li>Changed SecureBuffer to use same allocation methods as SecureVector</li>
<li>Added bigint_divcore into mp_core to support BigInt alpha2 release</li>
<li>Removed some Pipe functions deprecated since 0.7.8</li>
<li>Some fixes for the configure program</li>
</ul>
</div>
<div class="section" id="version-0-7-9-2002-03-19">
<h3>Version 0.7.9, 2002-03-19<a class="headerlink" href="#version-0-7-9-2002-03-19" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Memory allocation substantially revamped</li>
<li>Added memory allocation method based on mmap(2) in the mmap_mem module</li>
<li>Added ECB and CTS block cipher modes (ecb.h, cts.h)</li>
<li>Added a Mutex interface (mutex.h)</li>
<li>Added module pthr_mux, implementing the Mutex interface</li>
<li>Added Threaded Filter interface (thr_filt.h)</li>
<li>All algorithms can now by keyed with SymmetricKey objects</li>
<li>More testing occurs with &#8211;validate (expected failures)</li>
<li>Fixed two bugs reported by Hany Greiss, in Luby-Rackoff and RC6</li>
<li>Fixed a buffering bug in Bzip_Decompress and Zlib_Decompress</li>
<li>Made X917 safer (and about 1/3 as fast)</li>
<li>Documentation updates</li>
</ul>
</div>
<div class="section" id="version-0-7-8-2002-02-28">
<h3>Version 0.7.8, 2002-02-28<a class="headerlink" href="#version-0-7-8-2002-02-28" title="Permalink to this headline">¶</a></h3>
<ul>
<li><dl class="first docutils">
<dt>More capabilities for Pipe, inspired by SysV STREAMS, including peeking,</dt>
<dd><p class="first last">better buffering, and stack ops. NOT BACKWARDS COMPATIBLE: SEE DOCUMENTATION</p>
</dd>
</dl>
</li>
<li><p class="first">Added a BufferingFilter class</p>
</li>
<li><p class="first">Added popen() based EntropySource for generic Unix systems (unix_rnd)</p>
</li>
<li><dl class="first docutils">
<dt>Moved &#8216;devrand&#8217; module into main distribution (ent_file.h), renamed to</dt>
<dd><p class="first last">File_EntropySource, and changed interface somewhat.</p>
</dd>
</dl>
</li>
<li><p class="first">Made Randpool somewhat more conservative and also 25% faster</p>
</li>
<li><p class="first">Minor fixes and updates for the configure script</p>
</li>
<li><p class="first">Added some tweaks for memory allocation</p>
</li>
<li><p class="first">Documentation updates for the new Pipe interface</p>
</li>
<li><p class="first">Fixed various minor bugs</p>
</li>
<li><p class="first">Added a couple of new example programs (stack and hasher2)</p>
</li>
</ul>
</div>
<div class="section" id="version-0-7-7-2001-11-24">
<h3>Version 0.7.7, 2001-11-24<a class="headerlink" href="#version-0-7-7-2001-11-24" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Filter::send now works in the constructor of a Filter subclass</li>
<li>You may now have to include &lt;opencl/pipe.h&gt; explicitly in some code</li>
<li>Added preliminary PK infrastructure classes in pubkey.h and pkbase.h</li>
<li>Enhancements to SecureVector (append, destroy functions)</li>
<li>New infrastructure for secure memory allocation</li>
<li>Added IEEE P1363 primitives MGF1, EME1, KDF1</li>
<li>Rijndael optimizations and cleanups</li>
<li>Changed CipherMode&lt;B&gt; to BlockCipherMode(B*)</li>
<li>Fixed a nasty bug in pipe_unixfd</li>
<li>Added portions of the BigInt code into the main library</li>
<li>Support for VAX, SH, POWER, PowerPC-64, Intel C++</li>
</ul>
</div>
<div class="section" id="version-0-7-6-2001-10-14">
<h3>Version 0.7.6, 2001-10-14<a class="headerlink" href="#version-0-7-6-2001-10-14" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fixed several serious bugs in SecureVector created in 0.7.5</li>
<li>Square optimizations</li>
<li>Fixed shared objects on MacOS X and HP-UX</li>
<li>Fixed static libs for KCC 4.0; works with KCC 3.4g as well</li>
<li>Full support for Athlon and K6 processors using GCC</li>
<li>Added a table of prime numbers &lt; 2**16 (primes.h)</li>
<li>Some minor documentation updates</li>
</ul>
</div>
<div class="section" id="version-0-7-5-2001-08-19">
<h3>Version 0.7.5, 2001-08-19<a class="headerlink" href="#version-0-7-5-2001-08-19" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Split checksum.h into adler32.h, crc24.h, and crc32.h</li>
<li>Split modes.h into cbc.h, cfb.h, and ofb.h</li>
<li>CBC_wPadding* has been replaced by CBC_Encryption and CBC_Decryption</li>
<li>Added OneAndZeros and NoPadding methods for CBC</li>
<li>Added Lion, a very fast block cipher construction</li>
<li>Added an S2K base class (s2k.h) and an OpenPGP_S2K class (pgp_s2k.h)</li>
<li>Basic types (ciphers, hashes, etc) know their names now (call name())</li>
<li>Changed the EntropySource type somewhat</li>
<li>Big speed-ups for ISAAC, Adler32, CRC24, and CRC32</li>
<li>Optimized CAST-256, DES, SAFER-SK, Serpent, SEAL, MD2, and RIPEMD-160</li>
<li>Some semantics of SecureVector have changed slightly</li>
<li>The mlock module has been removed for the time being</li>
<li>Added string handling functions for hashes and MACs</li>
<li>Various non-user-visible cleanups</li>
<li>Shared library soname is now set to the full version number</li>
</ul>
</div>
<div class="section" id="version-0-7-4-2001-07-15">
<h3>Version 0.7.4, 2001-07-15<a class="headerlink" href="#version-0-7-4-2001-07-15" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>New modules: Zlib, gettimeofday and x86 RTC timers, Unix I/O for Pipe</li>
<li>Fixed a vast number of errors in the config script/makefile/specfile</li>
<li>Pipe now has a stdio(3) interface as well as C++ iostreams</li>
<li>ARC4 supports skipping the first N bytes of the cipher stream (ala MARK4)</li>
<li>Bzip2 supports decompressing multiple concatenated streams, and flushing</li>
<li>Added a simple &#8216;overall average&#8217; score to the benchmarks</li>
<li>Fixed a small bug in the POSIX timer module</li>
<li>Removed a very-unlikely-to-occur bug in most of the hash functions</li>
<li>filtbase.h now includes &lt;iosfwd&gt;, not &lt;iostream&gt;</li>
<li>Minor documentation updates</li>
</ul>
</div>
<div class="section" id="version-0-7-3-2001-06-08">
<h3>Version 0.7.3, 2001-06-08<a class="headerlink" href="#version-0-7-3-2001-06-08" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Fix build problems on Solaris/SPARC</li>
<li>Fix build problems with Perl versions &lt; 5.6</li>
<li>Fixed some stupid code that broke on a few compilers</li>
<li>Added string handling functions to Pipe</li>
<li>MISTY1 optimizations</li>
</ul>
</div>
<div class="section" id="version-0-7-2-2001-06-03">
<h3>Version 0.7.2, 2001-06-03<a class="headerlink" href="#version-0-7-2-2001-06-03" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Build system supports modules</li>
<li>Added modules for mlock, a /dev/random EntropySource, POSIX1.b timers</li>
<li>Added Bzip2 compression filter, contributed by Peter Jones</li>
<li>GNU make no longer required (tested with 4.4BSD pmake and Solaris make)</li>
<li>Fixed minor bug in several of the hash functions</li>
<li>Various other minor fixes and changes</li>
<li>Updates to the documentation</li>
</ul>
</div>
<div class="section" id="version-0-7-1-2001-05-16">
<h3>Version 0.7.1, 2001-05-16<a class="headerlink" href="#version-0-7-1-2001-05-16" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Rewrote configure script: more consistent and complete</li>
<li>Made it easier to find out parameters of types at run time (opencl.h)</li>
<li>New functions for finding the version being used (version.h)</li>
<li>New SymmetricKey interface for Filters (symkey.h)</li>
<li>InvalidKeyLength now records what the invalid key length was</li>
<li>Optimized DES, CS-Cipher, MISTY1, Skipjack, XTEA</li>
<li>Changed GOST to use correct S-box ordering (incompatible change)</li>
<li>Benchmark code was almost totally rewritten</li>
<li>Many more entries in the test vector file</li>
<li>Fixed minor and idiotic bug in check.cpp</li>
</ul>
</div>
<div class="section" id="version-0-7-0-2001-03-01">
<h3>Version 0.7.0, 2001-03-01<a class="headerlink" href="#version-0-7-0-2001-03-01" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>First public release</li>
</ul>
</div>
</div>
</div>


          </div>
        </div>
      </div>
        </div>
        <div class="sidebar">
          <h3>Table Of Contents</h3>
          <ul>
<li class="toctree-l1"><a class="reference internal" href="index.html">Welcome</a></li>
<li class="toctree-l1"><a class="reference internal" href="reading.html">Recommended Reading</a></li>
<li class="toctree-l1"><a class="reference internal" href="building.html">Building The Library</a></li>
<li class="toctree-l1"><a class="reference internal" href="firststep.html">Getting Started</a></li>
<li class="toctree-l1"><a class="reference internal" href="filters.html">Information Flow: Pipes and Filters</a></li>
<li class="toctree-l1"><a class="reference internal" href="pubkey.html">Public Key Cryptography</a></li>
<li class="toctree-l1"><a class="reference internal" href="x509.html">Certificate Handling</a></li>
<li class="toctree-l1"><a class="reference internal" href="ssl.html">SSL and TLS</a></li>
<li class="toctree-l1"><a class="reference internal" href="bigint.html">BigInt</a></li>
<li class="toctree-l1"><a class="reference internal" href="lowlevel.html">The Low-Level Interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="secmem.html">Secure Memory Containers</a></li>
<li class="toctree-l1"><a class="reference internal" href="kdf.html">Key Derivation Functions</a></li>
<li class="toctree-l1"><a class="reference internal" href="pbkdf.html">PBKDF Algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="passhash.html">Password Hashing</a></li>
<li class="toctree-l1"><a class="reference internal" href="rng.html">Random Number Generators</a></li>
<li class="toctree-l1"><a class="reference internal" href="fpe.html">Format Preserving Encryption</a></li>
<li class="toctree-l1"><a class="reference internal" href="python.html">Python Binding</a></li>
</ul>

          <div role="search">
            <h3 style="margin-top: 1.5em;">Search</h3>
            <form class="search" action="search.html" method="get">
                <input type="text" name="q" />
                <input type="submit" value="Go" />
                <input type="hidden" name="check_keywords" value="yes" />
                <input type="hidden" name="area" value="default" />
            </form>
          </div>
        </div>
        <div class="clearer"></div>
      </div>
    </div>

    <div class="footer-wrapper">
      <div class="footer">
        <div class="left">
          <div role="navigation" aria-label="related navigaton">
            <a href="python.html" title="Python Binding"
              accesskey="P">previous</a> |
            <a href="license.html" title="License"
              accesskey="N">next</a> |
            <a href="genindex.html" title="General Index"
              accesskey="I">index</a>
          </div>
          <div role="note" aria-label="source link">
              <br/>
              <a href="_sources/log.txt"
                rel="nofollow">Show Source</a>
          </div>
        </div>

        <div class="right">
          
    <div class="footer" role="contentinfo">
        &#169; Copyright 2000-2011, Jack Lloyd.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9.
    </div>
        </div>
        <div class="clearer"></div>
      </div>
    </div>

  </body>
</html>