mariadb/extra/yassl/taocrypt
Harin Vadodaria d0affa9bce Bug#14068244: INCOMPATIBILITY BETWEEN LIBMYSQLCLIENT/LIBMYSQLCLIENT_R
AND LIBCRYPTO

Description: Merge from 5.1 to 5.5
2012-08-07 16:27:40 +05:30
..
benchmark merge mysql-5.1-security->mysql-5.5-security 2012-02-13 14:44:54 +02:00
certs Bug #13706828: UPGRADE YASSL FROM 1.7.2 TO 2.1.4 2012-02-10 16:33:27 +02:00
include Bug#13904906: YASSL PRE-AUTH CRASH WITH 5.1.62, 5.5.22 2012-07-24 18:45:58 +05:30
mySTL Bug #13706828: UPGRADE YASSL FROM 1.7.2 TO 2.1.4 2012-02-10 16:33:27 +02:00
src Bug#14068244: INCOMPATIBILITY BETWEEN LIBMYSQLCLIENT/LIBMYSQLCLIENT_R 2012-08-07 16:27:40 +05:30
test Bug#13904906: YASSL PRE-AUTH CRASH WITH 5.1.62, 5.5.22 2012-07-24 18:45:58 +05:30
CMakeLists.txt merge mysql-5.1-security->mysql-5.5-security 2012-02-13 14:44:54 +02:00
COPYING Import yaSSL version 1.4.0 2006-09-25 16:40:29 +02:00
INSTALL Import yaSSL version 1.4.0 2006-09-25 16:40:29 +02:00
README Bug #13706828: UPGRADE YASSL FROM 1.7.2 TO 2.1.4 2012-02-10 16:33:27 +02:00
taocrypt.dsp Bug #13706828: UPGRADE YASSL FROM 1.7.2 TO 2.1.4 2012-02-10 16:33:27 +02:00
taocrypt.dsw Bug#13904906: YASSL PRE-AUTH CRASH WITH 5.1.62, 5.5.22 2012-07-24 18:45:58 +05:30
test.dsw Update yassl to 1.2.2 2006-04-07 11:35:12 +02:00

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.