33cd5ea29bport to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
weidai
2010-07-05 11:14:14 +0000
9a892095a0port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
weidai
2010-07-05 11:14:14 +0000
fefb33a621port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21 change makefile to compile for both i386 and x86_64 on Darwin/Mac OS X
weidai
2010-07-05 01:15:14 +0000
1315a7bc9aport to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21 change makefile to compile for both i386 and x86_64 on Darwin/Mac OS X
weidai
2010-07-05 01:15:14 +0000
b77227af7fupdate version number to 5.6.1
weidai
2010-06-29 02:48:56 +0000
954fed3d5dupdate version number to 5.6.1
weidai
2010-06-29 02:48:56 +0000
ea06f8985crename "cryptdll" project to "cryptopp" fix compile errors on MSVC 2010
weidai
2010-06-29 02:46:17 +0000
d1c31d0a04rename "cryptdll" project to "cryptopp" fix compile errors on MSVC 2010
weidai
2010-06-29 02:46:17 +0000
97c1dbf298add makefile option for shared library
weidai
2010-06-29 01:14:22 +0000
1ce62ff79badd makefile option for shared library
weidai
2010-06-29 01:14:22 +0000
e2fbeb184euse test vector file for SHA tests
weidai
2010-06-29 01:13:31 +0000
f6259a01d3use test vector file for SHA tests
weidai
2010-06-29 01:13:31 +0000
aa916bfe9arandomize test buffer length and alignment to better detect alignment-related bugs
weidai
2010-06-29 01:12:49 +0000
1a1ad9e650randomize test buffer length and alignment to better detect alignment-related bugs
weidai
2010-06-29 01:12:49 +0000
6d6e90a917use GlobalRNG(), improved benchmarking of AuthenticatedSymmetricCipher
weidai
2010-06-29 01:11:47 +0000
c1b94aa0b2use GlobalRNG(), improved benchmarking of AuthenticatedSymmetricCipher
weidai
2010-06-29 01:11:47 +0000
cc3f6045a5fix incorrect SHA-256 hash on x64 when compiled with GCC with optimizations enabled
weidai
2010-06-29 00:46:23 +0000
9a759e4492fix incorrect SHA-256 hash on x64 when compiled with GCC with optimizations enabled
weidai
2010-06-29 00:46:23 +0000
a459524418don't default to SHA-1 for ECDSA
weidai
2010-06-28 22:49:51 +0000
7f21596d10don't default to SHA-1 for ECDSA
weidai
2010-06-28 22:49:51 +0000
e55a8edab6switch to non-branching code in AlmostInverse()
weidai
2010-06-28 22:42:31 +0000
1435784deeswitch to non-branching code in AlmostInverse()
weidai
2010-06-28 22:42:31 +0000
227b0810cffix possible race condition in Singleton::Ref() tolerate double destruction of Singleton and g_nullNameValuePairs fix #include of standard headers
weidai
2010-06-18 07:06:59 +0000
d60229a02afix possible race condition in Singleton::Ref() tolerate double destruction of Singleton and g_nullNameValuePairs fix #include of standard headers
weidai
2010-06-18 07:06:59 +0000
a84dd77076turn off whole program optimization add wake.txt
weidai
2010-06-18 01:56:56 +0000
b110830c7fturn off whole program optimization add wake.txt
weidai
2010-06-18 01:56:56 +0000
faf1522394remove extra file
weidai
2010-06-18 01:56:27 +0000
084bc0bbceremove extra file
weidai
2010-06-18 01:56:27 +0000
2dc01c35efavoid SecBlock of arrays
weidai
2010-06-18 01:52:34 +0000
03cfaa0e46avoid SecBlock of arrays
weidai
2010-06-18 01:52:34 +0000
d8ed443530check ciphertext length in TF_DecryptorBase::Decrypt()
weidai
2010-06-18 01:18:22 +0000
8af9520702check ciphertext length in TF_DecryptorBase::Decrypt()
weidai
2010-06-18 01:18:22 +0000
9c8f570caecheck for integer overflow in OID::DecodeValue()
weidai
2010-06-18 00:57:26 +0000
0980f65266check for integer overflow in OID::DecodeValue()
weidai
2010-06-18 00:57:26 +0000
3281f5733bfix incorrect encryption bug with WAKE-OFB that was introduced in version 5.5 (reported by John Famiglietti)
weidai
2009-10-31 21:18:37 +0000
2cb9074afdfix incorrect encryption bug with WAKE-OFB that was introduced in version 5.5 (reported by John Famiglietti)
weidai
2009-10-31 21:18:37 +0000
5c5c4d2336honor uppercase/lowercase in operator<<() (Jeff Walton)
weidai
2009-10-22 09:04:40 +0000
43245166cahonor uppercase/lowercase in operator<<() (Jeff Walton)
weidai
2009-10-22 09:04:40 +0000
4123ec521cfix bugs in AES assembly (from trantrungan and Andrew Bromba)
weidai
2009-07-05 22:30:24 +0000
1f00d79595fix bugs in AES assembly (from trantrungan and Andrew Bromba)
weidai
2009-07-05 22:30:24 +0000
39907cdea6fix incorrect SHA-256 computation on non-SSE2 x86 machines on non-aligned input (reported by pycryptopp project)
weidai
2009-07-05 18:10:10 +0000
5221b19822fix incorrect SHA-256 computation on non-SSE2 x86 machines on non-aligned input (reported by pycryptopp project)
weidai
2009-07-05 18:10:10 +0000
2bfc73736dfix bug in PutDecodedDatumInto() with STLPort (from trungantran)
weidai
2009-06-18 20:08:16 +0000
dd60e2ff96fix bug in PutDecodedDatumInto() with STLPort (from trungantran)
weidai
2009-06-18 20:08:16 +0000
cf0cb8ca2fimprove SecureWipeBuffer for GCC
weidai
2009-05-01 22:37:47 +0000
59e1a979cfimprove SecureWipeBuffer for GCC
weidai
2009-05-01 22:37:47 +0000
eeaba5f844add and use SecureWipeArray() to avoid compiler optimizing away memset() (reported by Paul Pelzl)
weidai
2009-05-01 18:49:10 +0000
40c436a7e5add and use SecureWipeArray() to avoid compiler optimizing away memset() (reported by Paul Pelzl)
weidai
2009-05-01 18:49:10 +0000
153af5e0d0fix ECNR name to ECDSA
weidai
2009-04-05 20:03:10 +0000
08556abc3ffix ECNR name to ECDSA
weidai
2009-04-05 20:03:10 +0000
2369628254fix Integer operator<< output on Windows x64
weidai
2009-04-05 20:02:22 +0000
82cc3ff5d4fix Integer operator<< output on Windows x64
weidai
2009-04-05 20:02:22 +0000
a4d34aa887disable Panama SSE2 code for P4
weidai
2009-04-05 20:01:05 +0000
21e2d55f9ddisable Panama SSE2 code for P4
weidai
2009-04-05 20:01:05 +0000
ebf16b34a8fix compile on MacOS X and MinGW
weidai
2009-04-05 19:58:48 +0000
5b809d7931fix compile on MacOS X and MinGW
weidai
2009-04-05 19:58:48 +0000
4e1f5c92b7fixed Panama x64 MASM code not saving RDI
weidai
2009-03-29 21:41:30 +0000
26666baa38fixed Panama x64 MASM code not saving RDI
weidai
2009-03-29 21:41:30 +0000
131f4b7672fix EC2N skipping of optional seed, switch to public domain MARS code, deliver vc80.pdb to OutDir
weidai
2009-03-28 03:08:27 +0000
3be02e9a1afix EC2N skipping of optional seed, switch to public domain MARS code, deliver vc80.pdb to OutDir
weidai
2009-03-28 03:08:27 +0000
7573f32ec4tag for release 5.6.0
weidai
2009-03-27 19:13:29 +0000