index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo fix
lloyd
2007-09-20
1
-1
/
+1
*
Add a line mentioning sources of further information
lloyd
2007-09-20
1
-0
/
+3
*
Increase the (arbitrary) upper bound on how long the benchmarks can run to
lloyd
2007-09-18
1
-1
/
+1
*
Add CBC-MAC(AES) tests that use longer inputs
lloyd
2007-09-17
1
-1
/
+85
*
Use the OUTPUT_LENGTH constant instead of assuming the block size of the cipher
lloyd
2007-09-17
1
-6
/
+7
*
Check in an initial implementation of CBC-MAC.
lloyd
2007-09-16
4
-136
/
+282
*
Cleanup the public key benchmark code: avoid macros, use PEM/PKCS
lloyd
2007-09-13
11
-190
/
+119
*
Add x86-64 to the list of Darwin/OS X platforms
lloyd
2007-09-13
1
-0
/
+1
*
Remove code checking the BOTAN_NO_ macros for if particular public key
lloyd
2007-09-13
2
-69
/
+9
*
Update the copyright notice to include 2007
lloyd
2007-09-13
2
-2
/
+2
*
Comment out the CBC-MAC test vectors for now since they cause warnings
lloyd
2007-09-13
1
-136
/
+136
*
Check in some test vectors for plain FIPS 113 CBC-MAC using DES and AES-128
lloyd
2007-08-03
1
-0
/
+137
*
Typo (s/holdin/holding/)
lloyd
2007-08-01
1
-6
/
+7
*
merge of '7704b6e82a74605099a06fcd56190d4796d761df'
lloyd
2007-07-27
1
-0
/
+4
|
\
|
*
propagate from branch 'net.randombit.botan.stable' (head b8139f65cc60ecf9c4b2...
lloyd
2007-07-27
2
-2
/
+6
|
|
\
|
|
*
Use Botan:: prefixes to work around a bug in Visual Studio C++ 2003. Patch
lloyd
2007-07-27
1
-2
/
+2
|
|
*
Document 1.6.3 changes
1.6.3
lloyd
2007-07-23
2
-2
/
+5
|
|
*
applied changes from 4195f29bd5b52227e8c0786b4dfd1a71a53e2df5
lloyd
2007-07-17
2
-12
/
+17
|
|
*
Bump to 1.6.3
lloyd
2007-07-17
1
-1
/
+1
*
|
|
Use Botan:: prefixes to work around a bug in Visual Studio C++ 2003. Patch
lloyd
2007-07-27
1
-2
/
+2
|
/
/
*
|
If counter overflows, truncate the output of KDF2. That effectively
lloyd
2007-07-26
1
-1
/
+1
*
|
Add information for 1.7.1 release
1.7.1
lloyd
2007-07-23
2
-0
/
+9
*
|
Avoid some C-style casts in the modules
lloyd
2007-07-23
4
-4
/
+4
*
|
Avoid C-style casts (as detected by GCC's -Wold-style-cast) and instead use
lloyd
2007-07-23
38
-117
/
+147
*
|
Use the get_clock/get_ticks code instead of calling std::clock directly. Allows
lloyd
2007-07-23
1
-5
/
+6
*
|
Move the load/store operations to their own header, to allow assembly
lloyd
2007-07-23
3
-167
/
+183
*
|
Use std::string::data() instead of std::string::c_str() in cases where we
lloyd
2007-07-21
9
-10
/
+10
*
|
Combine the Blowfish initial sbox contents into a single 1024 element array.
lloyd
2007-07-17
3
-100
/
+92
*
|
If an algorithm cache lookup fails, index the newly created prototype object
lloyd
2007-07-17
2
-12
/
+17
*
|
Add memory allocator to the todo
lloyd
2007-06-12
1
-0
/
+7
*
|
We don't need to use locked memory in the X.509 distinguished name.
lloyd
2007-06-11
2
-4
/
+4
*
|
Remove unused include of blinding.h
lloyd
2007-06-11
1
-1
/
+0
*
|
Add a couple more aliases for Core 2
lloyd
2007-05-31
1
-0
/
+3
*
|
On an assignment or initialization split across lines, put the = at the end
lloyd
2007-05-31
2
-6
/
+6
*
|
Update Yves' credits with the other changes he sent that are being merged
lloyd
2007-05-31
1
-1
/
+1
*
|
propagate from branch 'net.randombit.botan.stable' (head e92fe807f749c5266693...
lloyd
2007-05-31
2
-1
/
+6
|
\
|
|
*
Update credits with Yves' information.
lloyd
2007-05-31
1
-0
/
+5
|
*
Typo: RFC 882 instead of 822. Reported by Yves Jerschow.
lloyd
2007-05-31
1
-1
/
+1
*
|
Use the word-loading operations in SHA-384/SHA-512 as well
lloyd
2007-05-31
1
-5
/
+4
*
|
Bump the version to 1.7.1 in configure; there has been enough that it shouldn't
lloyd
2007-05-31
1
-1
/
+1
*
|
Write functions to handle loading and saving words a block at a time, taking ...
lloyd
2007-05-31
41
-431
/
+449
*
|
Enable DATA_ENCIPHERMENT in constraints for encryption keys.
lloyd
2007-05-18
1
-1
/
+1
*
|
Add QueryPerformanceCounter to the Win32 fast entropy poll, as it can't
lloyd
2007-05-18
1
-0
/
+4
*
|
Mark 32-bit SPARC as big-endian, since SPARC didn't offer little-endian
lloyd
2007-05-17
1
-0
/
+2
*
|
Add a new preprocessor macro defining the endian-ness of the target CPU.
lloyd
2007-05-17
3
-0
/
+14
*
|
Check in a change from Yves Jerschow optimizing the HMAC key schedule.
lloyd
2007-05-15
1
-5
/
+11
*
|
merge of '44833339942d8cc1c3cbfd7eef0dcebcafc9f8ab'
lloyd
2007-04-25
0
-0
/
+0
|
\
\
|
*
|
Fix the merge
lloyd
2007-04-25
1
-11
/
+1
*
|
|
propagate from branch 'net.randombit.botan.stable' (head 8a2b79c64a13d3f70b02...
lloyd
2007-04-25
2
-13
/
+6
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Check in a working fix for the mem_pool issues encountered by some Visual
lloyd
2007-04-25
2
-13
/
+6
[next]