mariadb/extra/yassl/taocrypt
msvensson@pilot.blaudden 941c411dd0 Bug#21765 Illegal Instruction crash on pre-pentium when using YASSL
- Import patch with different method of detecting if machine has
   cpuid instruction
2007-04-11 22:07:24 +02:00
..
benchmark Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0 2007-04-02 10:50:39 +02:00
include Import yassl 1.6.0 2007-03-23 11:52:25 +01:00
mySTL Import yassl 1.6.0 2007-03-23 11:52:25 +01:00
src Bug#21765 Illegal Instruction crash on pre-pentium when using YASSL 2007-04-11 22:07:24 +02:00
test Import patch from yaSSL after fixing warnings upstream 2007-03-23 16:41:17 +01:00
CMakeLists.txt
COPYING
INSTALL
Makefile.am
README Import yassl 1.6.0 2007-03-23 11:52:25 +01:00
taocrypt.dsp
taocrypt.dsw
taocrypt.vcproj
test.dsp
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
Lare 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.