mariadb/extra/yassl/taocrypt
2016-06-30 16:38:05 +02:00
..
benchmark
certs
include Merge branch '5.5' into 10.0 2016-04-26 23:05:26 +02:00
mySTL Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
src Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
test mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
CMakeLists.txt 5.5.39 merge 2014-08-07 18:06:56 +02:00
COPYING
INSTALL
README
taocrypt.dsp
taocrypt.dsw
test.dsw

TaoCrypt release 0.9.2   02/5/2007


This release includes bug fixes, portability enhancements, and some 
optimiations.

See 0.9.0 for build instructions.




******************TaoCrypt release 0.9.0   09/18/2006

This is the first release of TaoCrypt, it was previously only included with
yaSSL. TaoCrypt is highly portable and fast, its features include:

One way hash functions: SHA-1, MD2, MD4, MD5, RIPEMD-160
Message authentication codes: HMAC
Block Ciphers: DES, Triple-DES, AES, Blowfish, Twofish
Stream Ciphers: ARC4
Public Key Crypto: RSA, DSA, Diffie-Hellman
Password based key derivation: PBKDF2 from PKCS #5
Pseudo Random Number Generators
Large Integer Support
Base 16/64 encoding/decoding
DER encoding/decoding
X.509 processing
SSE2 and ia32 asm for the right processors and compilers


To build on Unix

    ./configure
    make

    To test the build, from the ./test directory run ./test


On Windows

    Open the taocrypt project workspace
    Choose (Re)Build All

    To test the build, run the test executable


Please send any questions or comments to todd@yassl.com.