mirror of
https://github.com/MariaDB/server.git
synced 2025-03-08 04:03:30 +01:00
![]() - Cherry pick 6.0 changes for Visual Studio 2008 support - Add scripts win\build-vs9.bat and win\build-vs9_x64.bat Also, remove CMake generated visual studio project files. extra/yassl/taocrypt/taocrypt.vcproj: remove file that is generated each time by cmake extra/yassl/yassl.vcproj: remove file that is generated each time by cmake server-tools/instance-manager/mysqlmanager.vcproj: remove file that is generated each time by cmake win/build-vs9.bat: Add script for Visual Studio 2008 support win/build-vs9_x64.bat: Add script for Visual Studio 2008 support zlib/zutil.h: support Visual Studio 2008 |
||
---|---|---|
.. | ||
benchmark | ||
include | ||
mySTL | ||
src | ||
test | ||
CMakeLists.txt | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
README | ||
taocrypt.dsp | ||
taocrypt.dsw | ||
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.