mariadb/extra/yassl/taocrypt
Michael Widenius 9fe6801a98 Fixed compiler warnings
cmd-line-utils/readline/complete.c:
  Don't ignore value from fwrite()
cmd-line-utils/readline/terminal.c:
  Don't ignore value from fwrite()
extra/yassl/taocrypt/include/file.hpp:
  Changed prototype to be able to return value from fwrite()
extra/yassl/taocrypt/src/file.cpp:
  Return value from fwrite for put()
storage/xtradb/ut/ut0ut.c:
  Added casts to remove warnings for not critical usage of fwrite()
2011-02-25 20:35:25 +02:00
..
benchmark fixes for solaris 10 2011-01-26 18:16:39 +01:00
include Fixed compiler warnings 2011-02-25 20:35:25 +02:00
mySTL Import yaSSL 2007-03-28 18:47:51 +02:00
src Fixed compiler warnings 2011-02-25 20:35:25 +02:00
test fixes for solaris 10 2011-01-26 18:16:39 +01:00
CMakeLists.txt Bug#34236: Various possibly related SSL crashes 2010-06-08 10:36:47 -03: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 Fixed compiler and gmake warnings 2010-11-29 11:27:52 +02:00
README Import yassl 1.6.0 2007-03-23 11:52:25 +01: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
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.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.