summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'CRYPTOPP_5_2'.CRYPTOPP_5_2nobody2004-06-290-0/+0
* prepare for 5.2 releaseweidai2004-06-292-53/+64
* fix compile error on VC .NET 2003weidai2004-06-221-40/+41
* add more release build commentsweidai2004-06-201-2/+3
* port to CodeWarrior 8.3weidai2004-06-209-74/+101
* instantiate more templates for Darwinweidai2004-06-192-3/+2
* set CXX to c++ on Darwinweidai2004-06-191-1/+1
* *** empty log message ***weidai2004-06-191-1/+1
* disable x86 assembly on systems without GNU as 2.10 or laterweidai2004-06-194-3/+20
* *** empty log message ***weidai2004-06-192-1/+9
* *** empty log message ***weidai2004-06-191-1/+1
* port to GCC 3.4weidai2004-06-1930-430/+425
* fix encoding/decoding of optional attributesweidai2004-06-192-13/+50
* fix DivideByZero exception in InvertibleRSAFunction(n, e, d)weidai2004-05-031-1/+1
* add CFB mode FIPS variantweidai2004-04-294-8/+34
* add check for invalid RSA private key given n, e, dweidai2004-04-291-0/+10
* fix typoweidai2004-04-211-1/+1
* add missing #includeweidai2004-04-211-0/+1
* *** empty log message ***weidai2004-04-081-1/+7
* avoid hash keywordweidai2004-04-081-2/+2
* add minimum iteration time optionweidai2004-04-082-21/+72
* *** empty log message ***weidai2004-04-081-0/+3
* fix extraneous FinalizeLazyPut in NetworkSink::Put2 in case of exceptionsweidai2004-04-081-1/+4
* add detection of uncompressibiltyweidai2004-04-084-48/+96
* speed up DEFLATE decompressionweidai2004-04-082-13/+24
* avoid using hash keywordweidai2004-04-081-3/+3
* add ThreadUserTimerweidai2004-04-083-28/+74
* base HMAC::AlgorithmName() on AlgorithmName() of hash function instead of Sta...weidai2004-03-091-0/+1
* implement AlgorithmName() for HAVAL and PanamaHashweidai2004-03-092-1/+5
* fix assert when keylen not multiple of 4weidai2004-03-091-5/+1
* fix "feedbackSize not used" exceptionweidai2004-03-091-1/+6
* fix ONE_AND_ZEROS_PADDING test vectorweidai2004-02-101-2/+2
* fix ignoring pSelector in FirstPrimeweidai2004-02-101-1/+1
* fix ONE_AND_ZEROS_PADDINGweidai2004-02-051-3/+3
* fix bug in EncryptionPairwiseConsistencyTestweidai2004-02-051-6/+15
* remove confusing angle bracketsweidai2004-01-101-3/+3
* reduce warnings on GCCweidai2003-11-053-27/+27
* remove extraneous source control settingsweidai2003-10-315-16/+0
* avoid read-ahead into invalid memory in P4Optimized::Addweidai2003-10-311-36/+16
* fix comment markweidai2003-10-311-1/+1
* add missing overrides for new [] and delete []weidai2003-10-311-0/+10
* use CXX instead of gcc directlyweidai2003-10-221-6/+7
* reduce source file dependenciesweidai2003-10-144-31/+42
* add -lws2_32 on MinGWweidai2003-10-141-1/+6
* fix bug in swapweidai2003-10-141-0/+2
* fix bug (found by Michael Hunley)weidai2003-10-142-3/+10
* fix multithreading bugweidai2003-09-101-6/+3
* use memset instead of assignment to clear memoryweidai2003-09-052-3/+2
* merge changes from 5.0.4weidai2003-09-053-38/+91
* add detection for OS support of SSE2weidai2003-09-051-1/+41