summaryrefslogtreecommitdiff
path: root/Readme.txt
Commit message (Collapse)AuthorAgeFilesLines
* prepare for 5.6.2 releaseweidai2013-02-201-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@541 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix for compiling with Clang from Marshall Clowweidai2011-01-071-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@522 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* update Readme for 5.6.1 releaseweidai2010-08-091-11/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@520 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-14/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@508 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix EC2N skipping of optional seed, switch to public domain MARS code, ↵weidai2009-03-281-2/+5
| | | | | | deliver vc80.pdb to OutDir git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@461 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix C++Builder 2009 compile, update Readme and Licenseweidai2009-03-151-13/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@459 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* - add EAX mode, XSalsa20weidai2009-03-121-1/+1
| | | | | | | | | - speed up GCM key setup - wipe stack in AES assembly code - speed up CFB mode git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@444 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add x86/x64 assembly for SHA-256,weidai2009-03-101-5/+4
| | | | | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@440 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* tweaks/fixes for 5.6weidai2009-03-031-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@435 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes for 5.6: weidai2009-03-021-4/+16
| | | | | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@433 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* prepare for releaseweidai2007-09-251-61/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@410 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* prepare for releaseweidai2007-05-261-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@374 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* prepared for releaseweidai2007-05-051-10/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@370 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* move ARC4 into Weak namespaceweidai2007-04-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@326 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* update version numberweidai2007-04-161-6/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@307 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* prepare for releaseweidai2006-12-221-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@271 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* update version number, port to Sun C++ 5.8weidai2006-12-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@265 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to Borland C++Builder 2006weidai2006-12-141-7/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@260 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* update Readmeweidai2006-12-111-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@252 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add Salsa20 cipherweidai2006-12-091-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@247 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* AES timing attack countermeasuresweidai2006-07-171-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@226 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* update Readmeweidai2005-07-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@202 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to MSVC .NET 2005 beta 2weidai2005-07-121-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@198 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes done for FIPS-140 lab code dropweidai2005-01-201-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@195 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* changes related to the next FIPS validationweidai2004-09-031-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@193 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* add SHA-224weidai2004-07-231-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@191 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* *** empty log message ***weidai2004-07-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@190 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* put in release dateweidai2004-07-221-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@187 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-13/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@186 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* prepare for 5.2 releaseweidai2004-06-291-52/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@178 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* port to GCC 3.4weidai2004-06-191-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@168 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* *** empty log message ***weidai2004-04-081-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@161 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* merge changes from 5.0.4weidai2003-09-051-14/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@131 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* misc changesweidai2003-07-181-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@103 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@98 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-1/+3
| | | | | | | attempt (failed) to build DLL with GCC git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@90 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix Readme version numberweidai2003-07-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@88 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-4/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@87 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* minor changesweidai2003-03-211-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@46 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* small fixesweidai2003-03-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@44 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix warnings for VC7 and GCCweidai2003-03-201-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@43 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* fix RW/EMSA2 standard conformance bugweidai2003-03-201-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@40 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* various changes for 5.1weidai2003-03-201-12/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@38 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* remove Sapphireweidai2002-10-181-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@12 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* bug fixes and KAT for X9.17 RNGweidai2002-10-171-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@11 57ff6487-cd31-0410-9ec3-f628ee90f5f0
* Initial revisionweidai2002-10-041-0/+243
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@2 57ff6487-cd31-0410-9ec3-f628ee90f5f0