mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
22d445ee70
They had been introduced in 5.1 and were only later backported to 5.0; as a consequence, the files in the 5.1 tree do not depend on the 5.0 ones, and changes in 5.0 do not propagate into the 5.1 files. To fix this, the (previous) files in 5.1 now are deleted ("bk rm"), and the previously deleted files depending on 5.0 are now moved to the respective source directories ("bk mv"). The current 5.1 contents is restored in these files. If you need the previous history of the 5.1 files ("bk revtool"), access those in "BitKeeper/deleted". Contrary to the original plan, I did not introduce the name "CMakeLists.historic" - mostly in order not to clutter the source tree. This fixes bug#29982. |
||
---|---|---|
.. | ||
benchmark | ||
include | ||
mySTL | ||
src | ||
test | ||
CMakeLists.txt | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
README | ||
taocrypt.dsp | ||
taocrypt.dsw | ||
taocrypt.vcproj | ||
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.