You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexander Nozdrin 759d5bc535 Another incarnation of the patch for Bug#30708 16 years ago
..
benchmark Another incarnation of the patch for Bug#30708 16 years ago
include Recommit of Bug#49447. 16 years ago
mySTL Import latest version of yaSSL 19 years ago
src Another incarnation of the patch for Bug#30708 16 years ago
test Another incarnation of the patch for Bug#30708 16 years ago
CMakeLists.txt - Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINE 16 years ago
COPYING Import yaSSL version 1.4.0 19 years ago
INSTALL Import yaSSL version 1.4.0 19 years ago
Makefile.am Another incarnation of the patch for Bug#30708 16 years ago
README Import yassl 1.6.0 19 years ago
taocrypt.dsp Maintain the (old) VC project files, ehere yaSSL is concerned: 19 years ago
taocrypt.dsw WL#2286 Compile MySQL w/YASSL support 21 years ago
test.dsp Maintain the (old) VC project files, ehere yaSSL is concerned: 19 years ago
test.dsw Update yassl to 1.2.2 20 years ago

README

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.