mariadb/extra/yassl/taocrypt
unknown dbe85caf8e Merge shellback.(none):/home/msvensson/mysql/mysql-5.1
into  shellback.(none):/home/msvensson/mysql/mysql-5.1-merge-from5.0-maint


client/mysql_upgrade.c:
  Auto merged
configure.in:
  Auto merged
mysql-test/lib/mtr_report.pl:
  Auto merged
mysql-test/mysql-test-run.pl:
  Auto merged
sql/item_timefunc.cc:
  Auto merged
sql-common/my_time.c:
  Auto merged
sql/sql_parse.cc:
  Auto merged
support-files/mysql.spec.sh:
  Auto merged
include/my_sys.h:
  Manual merge - my_getpagesize defined further down separate from HAVE_SYS_MMAN_H
2006-11-29 19:32:36 +01:00
..
benchmark Merge shellback.(none):/home/msvensson/mysql/mysql-5.1 2006-11-29 19:32:36 +01:00
include Import version 1.50 of yaSSL 2006-11-29 09:21:37 +01:00
mySTL Fix compile failure on Sun C++ 5.7 in yaSSL code 2006-09-27 16:45:44 +02:00
src Merge shellback.(none):/home/msvensson/mysql/mysql-5.1 2006-11-29 19:32:36 +01:00
test Merge shellback.(none):/home/msvensson/mysql/mysql-5.1 2006-11-29 19:32:36 +01:00
CMakeLists.txt Directory mySTL has moved from extra/yassl/mySTL to extra/yassl/taocrypt/mySTL 2006-09-28 09:37:34 +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
Makefile.am Merge neptunus.(none):/home/msvensson/mysql/yassl_import/my50-yassl_import 2006-09-25 16:46:37 +02:00
README Import yaSSL version 1.4.0 2006-09-25 16:40:29 +02:00
taocrypt.dsp Many files: 2006-11-23 20:04:18 +01:00
taocrypt.dsw WL#2286 Compile MySQL w/YASSL support 2005-04-28 18:23:27 +05:00
taocrypt.vcproj Many files: 2006-11-23 20:04:18 +01:00
test.dsp Many files: 2006-11-23 20:04:18 +01:00
test.dsw Update yassl to 1.2.2 2006-04-07 11:35:12 +02:00

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.