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
path:
root
/
src
/
mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give everything setting a feature test macro in build.h a version code
lloyd
2013-11-28
5
-5
/
+5
*
Add new helper zap which zeros a vector, clears it, and then calls
lloyd
2012-11-29
2
-4
/
+4
*
Add deleted copy constructors/assignment operators where appropriate.
lloyd
2012-07-10
3
-0
/
+12
*
Resize key arrays in HMAC and SSL3_MAC when the key is set.
lloyd
2012-05-25
3
-15
/
+17
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
9
-11
/
+11
*
Remove all uses of MemoryRegion::copy outside of internal uses in
lloyd
2012-05-18
2
-3
/
+4
*
First step towards replacing the existing containers with std::vector
lloyd
2012-05-18
1
-1
/
+1
*
Increase the max key length of HMAC to 512 bytes. Previously we would
lloyd
2012-01-20
1
-1
/
+1
*
Make CMAC::poly_double at least theoretically constant time, though
lloyd
2011-06-23
1
-3
/
+2
*
Add new top-level algorithm which provides basic functionality: name
lloyd
2010-11-01
2
-3
/
+2
*
Remove BufferedComputation::OUTPUT_LENGTH
lloyd
2010-10-29
11
-23
/
+14
*
Eliminate the constant size_t values in SymmetricAlgorithm that give
lloyd
2010-10-28
11
-30
/
+34
*
More size_t. Document changes
lloyd
2010-10-13
1
-4
/
+4
*
Remove most uses of HASH_BLOCK_SIZE
lloyd
2010-10-13
2
-7
/
+7
*
s/BLOCK_SIZE/block_size()/
lloyd
2010-10-13
3
-7
/
+7
*
Use output_length() instead of OUTPUT_LENGTH pseudo-property
lloyd
2010-10-13
4
-27
/
+27
*
Use size_t rather than u32bit in SymmetricAlgorithm
lloyd
2010-10-13
10
-10
/
+11
*
More size_t
lloyd
2010-10-13
2
-6
/
+6
*
Use size_t for BufferedComputation::add_data
lloyd
2010-10-12
10
-21
/
+21
*
Implicit conversions
lloyd
2010-09-14
1
-1
/
+1
*
Remove more implicit vector to pointer conversions
lloyd
2010-09-14
1
-1
/
+1
*
Completely remove the second parameter to SecureVector which specifies
lloyd
2010-09-14
2
-2
/
+2
*
Anywhere where we use MemoryRegion::begin to get access to the raw pointer
lloyd
2010-09-13
1
-1
/
+1
*
Big, invasive but mostly automated change, with a further attempt at
lloyd
2010-09-07
5
-14
/
+14
*
Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases,
lloyd
2010-08-21
1
-1
/
+1
*
Replace "@return a blah" and "@return the blah" with just "@return blah"
lloyd
2010-06-16
1
-1
/
+1
*
More Doxygen comments
lloyd
2010-06-16
5
-4
/
+27
*
More Doxygen updates/fixes
lloyd
2010-06-15
3
-5
/
+5
*
More Doxygen fixes
lloyd
2010-06-15
1
-1
/
+4
*
Fix a few hundred Doxygen warnings
lloyd
2010-06-15
2
-3
/
+3
*
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
2
-2
/
+2
*
Remove SecureBuffer, which is the fixed-size variant of SecureVector.
lloyd
2010-03-23
1
-1
/
+1
*
Make many more headers internal-only.
lloyd
2009-12-16
4
-4
/
+4
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
6
-42
/
+0
*
Rename/remove some secmem member variables for better matching with STL
lloyd
2009-11-17
3
-8
/
+8
*
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
lloyd
2009-10-29
6
-12
/
+0
*
Remove all exception specifications. The way these are designed in C++ is
lloyd
2009-10-22
11
-11
/
+11
*
Add *s before comment lines in file headers
lloyd
2009-09-08
1
-2
/
+2
*
Move some files around to break up dependencies between directories
lloyd
2009-07-16
1
-0
/
+1
*
Add a script that reads the output of print_deps.py and rewrites
lloyd
2009-07-15
6
-4
/
+24
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
12
-164
/
+188
*
Rename SymmetricAlgorithm::key to key_schedule to avoid many name
lloyd
2008-11-09
10
-10
/
+10
*
Split base.h into block_cipher.h and stream_cipher.h
lloyd
2008-11-08
4
-1
/
+4
*
Move BufferedComputation to new buf_comp.{h,cpp}
lloyd
2008-11-08
3
-0
/
+38
*
Move mac base classes from src/core to src/mac
lloyd
2008-11-08
1
-0
/
+56
*
Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)
lloyd
2008-11-08
5
-4
/
+5
*
Move the declaration of the HashFunction base class to a new header hash.h
lloyd
2008-11-08
2
-1
/
+2
*
Doxygen comment
lloyd
2008-10-15
1
-3
/
+3
*
Add trailing H__ to some header guards. Line wrap long comment.
lloyd
2008-10-13
1
-2
/
+2
*
Add BOTAN_DLL macro to public class definitions that were missing it.
lloyd
2008-10-09
1
-1
/
+1
[next]