DCPlusPlus-0.691-src

所属分类:通讯编程
开发工具:Visual C++
文件大小:2391KB
下载次数:28
上传日期:2008-04-05 16:48:28
上 传 者jndyyf
说明:  一个不错的关于手机模块程序This page contains everything that has changed in the history of DC++. Read this to find out about features that are poorly or not documented at all. You ll also find all the people that have contributed code to DC++ here
(A good process on the mobile phone module This page contains everything that has changed in the history of DC++. Read this to find out about features that are poorly or not documented at all. You ll also find all the people that have contributed code to DC++ here)

文件列表:
bootstrap (187, 2005-01-06)
bzip2.vcproj (4401, 2006-01-26)
bzip2\blocksort.c (33735, 2005-07-21)
bzip2\bzip2.c (63792, 2005-07-21)
bzip2\bzlib.c (49190, 2005-07-21)
bzip2\bzlib.h (8184, 2005-07-21)
bzip2\bzlib_private.h (14794, 2005-07-21)
bzip2\compress.c (22865, 2005-07-21)
bzip2\crctable.c (6542, 2005-07-21)
bzip2\decompress.c (22276, 2005-07-21)
bzip2\huffman.c (8816, 2005-07-21)
bzip2\LICENSE (1804, 2005-07-21)
bzip2\randtable.c (5564, 2005-07-21)
changelog.txt (119488, 2006-06-03)
client.vcproj (12617, 2006-02-25)
client\AdcCommand.cpp (5856, 2006-05-23)
client\AdcCommand.h (5911, 2006-05-27)
client\AdcHub.cpp (15965, 2006-06-03)
client\AdcHub.h (4198, 2006-06-03)
client\ADLSearch.cpp (10258, 2006-05-03)
client\ADLSearch.h (8758, 2006-05-03)
client\BitInputStream.h (1939, 2006-05-03)
client\BitOutputStream.h (1568, 2006-05-03)
client\BloomFilter.h (2612, 2006-05-03)
client\BufferedSocket.cpp (11746, 2006-05-03)
client\BufferedSocket.h (5520, 2006-05-03)
client\BZUtils.cpp (3058, 2006-05-03)
client\BZUtils.h (1958, 2006-05-03)
client\CID.h (2127, 2006-05-23)
client\Client.cpp (4019, 2006-05-03)
client\Client.h (6990, 2006-05-03)
client\ClientManager.cpp (16278, 2006-06-03)
client\ClientManager.h (5510, 2006-05-20)
client\ClientManagerListener.h (1859, 2006-05-03)
client\config.h (3461, 2006-05-03)
client\ConnectionManager.cpp (23160, 2006-05-03)
client\ConnectionManager.h (6138, 2006-05-03)
client\ConnectionManagerListener.h (1644, 2006-05-03)
client\CriticalSection.h (4549, 2006-05-03)
client\CryptoManager.cpp (5869, 2006-05-21)
... ...

yaSSL Release notes, version 1.2.2 (03/27/06) This release of yaSSL contains minor bug fixes and portability enhancements. See build instructions below under 1.0.6: *****************yaSSL Release notes, version 1.2.0 This release of yaSSL contains minor bug fixes, portability enhancements, Diffie-Hellman compatibility fixes for other servers and client, optimization improvements, and x86 ASM changes. See build instructions below under 1.0.6: *****************yaSSL Release notes, version 1.1.5 This release of yaSSL contains minor bug fixes, portability enhancements, and user requested changes including the ability to add all certificates in a directory, more robust socket handling, no new overloading unless requested, and an SSL_VERIFY_NONE option. See build instructions below under 1.0.6: ******************yaSSL Release notes, version 1.0.6 This release of yaSSL contains minor bug fixes, portability enhancements, x86 assembly for ARC4, SHA, MD5, and RIPEMD, --enable-ia32-asm configure option, and a security patch for certificate chain processing. --To build on Linux, Solaris, *BSD, Mac OS X, or Cygwin: ./configure make run testsuite from yaSSL-Home/testsuite to test the build to make a release build: ./configure --disable-debug make run testsuite from yaSSL-Home/testsuite to test the build --To build on Win32 Choose (Re)Build All from the project workspace run Debug\testsuite.exe from yaSSL-Home\testsuite to test the build --To enable ia32 assembly for TaoCrypt ciphers and message digests On MSVC this is always on On GCC **, use ./configure --enable-ia32-asm ** This isn't on by default because of the use of intel syntax and the problem that olders versions of gas have with some addressing statements. If you enable this and get assemler errors during compilation or can't pass the TaoCrypt tests, please send todd@yassl.com a message and disable this option in the meantime. ***************** yaSSL Release notes, version 1.0.5 This release of yaSSL contains minor bug fixes, portability enhancements, x86 assembly for AES, 3DES, BLOWFISH, and TWOFISH, --without-debug configure option, and --enable-kernel-mode configure option for using TaoCrypt with kernel modules. --To build on Linux, Solaris, *BSD, Mac OS X, or Cygwin: ./configure make run testsuite from yaSSL-Home/testsuite to test the build to make a release build: ./configure --without-debug make run testsuite from yaSSL-Home/testsuite to test the build --To build on Win32 Choose (Re)Build All from the project workspace run Debug\testsuite.exe from yaSSL-Home\testsuite to test the build ******************yaSSL Release notes, version 1.0.1 This release of yaSSL contains minor bug fixes, portability enhancements, GCC 3.4.4 support, MSVC 2003 support, and more documentation. Please see build instructions in the release notes for 0.9.6 below. ******************yaSSL Release notes, version 1.0 This release of yaSSL contains minor bug fixes, portability enhancements, GCC 4.0 support, testsuite, improvements, and API additions. Please see build instructions in the release notes for 0.9.6 below. ******************yaSSL Release notes, version 0.9.9 This release of yaSSL contains minor bug fixes, portability enchancements, MSVC 7 support, memory improvements, and API additions. Please see build instructions in the release notes for 0.9.6 below. ******************yaSSL Release notes, version 0.9.8 This release of yaSSL contains minor bug fixes and portability enchancements. Please see build instructions in the release notes for 0.9.6 below. ******************yaSSL Release notes, version 0.9.6 This release of yaSSL contains minor bug fixes, removal of STL support, and removal of exceptions and rtti so that the library can be linked without the std c++ library. --To build on Linux, Solaris, FreeBSD, Mac OS X, or Cygwin ./configure make run testsuite from yaSSL-Home/testsuite to test the build --To build on Win32 Choose (Re)Build All from the project workspace run Debug\testsuite.exe from yaSSL-Home\testsuite to test the build ******************yaSSL Release notes, version 0.9.2 This release of yaSSL contains minor bug fixes, expanded certificate verification and chaining, and improved documentation. Please see build instructions in release notes 0.3.0. ******************yaSSL Release notes, version 0.9.0 This release of yaSSL contains minor bug fixes, client verification handling, hex and base*** encoing/decoding, and an improved test suite. Please see build instructions in release notes 0.3.0. ******************yaSSL Release notes, version 0.8.0 This release of yaSSL contains minor bug fixes, and initial porting effort to ***bit, BigEndian, and more UNIX systems. Please see build instructions in release notes 0.3.0. ******************yaSSL Release notes, version 0.6.0 This release of yaSSL contains minor bug fixes, source cleanup, and binary beta (1) of the yaSSL libraries. Please see build instructions in release notes 0.3.0. ******************yaSSL Release notes, version 0.5.0 This release of yaSSL contains minor bug fixes, full session resumption support, and initial testing suite support. Please see build instructions in release notes 0.3.0. ******************yaSSL Release notes, version 0.4.0 This release of yaSSL contains minor bug fixes, an optional memory tracker, an echo client and server with input/output redirection for load testing, and initial session caching support. Please see build instructions in release notes 0.3.0. ******************yaSSL Release notes, version 0.3.5 This release of yaSSL contains minor bug fixes and extensions to the crypto library including a full test suite. *******************yaSSL Release notes, version 0.3.0 This release of yaSSL contains minor bug fixes and extensions to the crypto library including AES and an improved random number generator. GNU autoconf and automake are now used to simplify the build process on Linux. *** Linux Build process ./configure make *** Windows Build process open the yassl workspace and build the project *******************yaSSL Release notes, version 0.2.9 This release of yaSSL contains minor bug fixes and extensions to the crypto library. See the notes at the bottom of this page for build instructions. *******************yaSSL Release notes, version 0.2.5 This release of yaSSL contains minor bug fixes and a beta binary of the yaSSL libraries for win32 and linux. See the notes at the bottom of this page for build instructions. *******************yaSSL Release notes, version 0.2.0 This release of yaSSL contains minor bug fixes and initial alternate crypto functionality. *** Complete Build *** See the notes in Readme.txt for build instructions. *** Update Build *** If you have already done a complete build of yaSSL as described in the release 0.0.1 - 0.1.0 notes and downloaded the update to 0.2.0, place the update file yassl-update-0.2.0.tar.gz in the yaSSL home directory and issue the command: gzip -cd yassl-update-0.2.0.tar.gz | tar xvf - to update the previous release. Then issue the make command on linux or rebuild the yaSSL project on Windows. *******************yaSSL Release notes, version 0.1.0 This release of yaSSL contains minor bug fixes, full client and server TLSv1 support including full ephemeral Diffie-Hellman support, SSL type RSA and DSS signing and verification, and initial stunnel 4.05 build support. *********************yaSSL Release notes, version 0.0.3 The third release of yaSSL contains minor bug fixes, client certificate enhancements, and initial ephemeral Diffie-Hellman integration: ********************* yaSSL Release notes, version 0.0.2 The second release of yaSSL contains minor bug fixes, client certificate enhancements, session resumption, and improved TLS support including: - HMAC for MD5 and SHA-1 - PRF (pseudo random function) - Master Secret and Key derivation routines - Record Authentication codes - Finish verify data check Once ephemeral RSA and DH are added yaSSL will be fully complaint with TLS. ********************** yassl Release notes, version 0.0.1 The first release of yassl supports normal RSA mode SSLv3 connections with support for SHA-1 and MD5 digests. Ciphers include DES, 3DES, and RC4. yassl uses the CryptoPP library for cryptography, the source is available at www.cryptopp.com . yassl uses CML (the Certificate Management Library) for x509 support. More features will be in future versions. The CML source is available for download from www.digitalnet.com/knowledge/cml_home.htm . The next release of yassl will support the 3 lesser-used SSL connection modes; HandShake resumption, Ephemeral RSA (or DH), and Client Authentication as well as full support for TLS. Backwards support for SSLv2 is not planned at this time. ********************** Building yassl on linux: use the ./buildall script to build everything. buildall will configure and build CML, CryptoPP, and yassl. Testing was preformed with gcc version 3.3.2 on kernel 2.4.22. ********************** Building yassl on Windows: Testing was preformed on Windows 2000 with Visual C++ 6 sp5. 1) decompress esnacc_r16.tgz in place, see buildall for syntax if unsure 2) decompress smp_r23.tgz in place 3) unzip cryptopp51/crypto51.zip in place 4) Build SNACC (part of CML) using snacc_builds.dsw in the SNACC directory 5) Build SMP (part of CMP) using smp.dsw in the smp directory 6) Build yassl using yassl.dsw ********************** examples, server and client: Please see the server and client examples in both versions to see how to link to yassl and the support libraries. On linux do 'make server' and 'make client' to build them. On Windows you will find the example projects in the main workspace, yassl.dsw. The example server and client are compatible with openssl. ********************** Building yassl into mysql on linux: Testing was done using mysql version 4.0.17. alter openssl_libs in the configure file, line 21056. Change '-lssl -lcrypto' to '-lyassl -lcryptopp -lcmapi -lcmlasn -lctil -lc++asn1'. see build/config_command for the configure command used to configure mysql please change /home/touska/ to the relevant directory of course. add yassl/lib to the LD_LIBRARY_PATH because libmysql/conf_to_src does not use the ssl lib directory though it does use the ssl libraries. make make install ********************* License: yassl is currently under the GPL, please see license information in the source and include files. ********************* Contact: please send comments or questions to Todd A Ouska at todd@yassl.com and/or Larry Stefonic at larry@yassl.com or 425-741-6858.

近期下载者

相关文件


收藏者