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
/
modes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename/remove some secmem member variables for better matching with STL
lloyd
2009-11-17
7
-26
/
+26
*
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
lloyd
2009-10-29
8
-17
/
+0
*
Similiar treatment for OFB which is also just a plain stream cipher
lloyd
2009-10-14
3
-113
/
+0
*
Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F...
lloyd
2009-10-14
3
-207
/
+0
*
Split up util.h into 3 files
lloyd
2009-09-17
1
-1
/
+0
*
propagate from branch 'net.randombit.botan.1_8' (head c2624292793f396cf940403...
lloyd
2009-08-31
1
-4
/
+4
|
\
|
*
Remove redunant buffer create calls in XTS
lloyd
2009-08-28
1
-4
/
+0
|
*
In XTS, reset the buffer positions at the end of a message.
lloyd
2009-08-27
1
-0
/
+4
*
|
Use a much faster counter increment system, noticable speedups (~15%)
lloyd
2009-08-12
1
-20
/
+21
*
|
Modify Keyed_Filter so it is a pure interface
lloyd
2009-08-11
8
-87
/
+233
*
|
Change the BlockCipher interface to support multi-block encryption and
lloyd
2009-08-11
2
-22
/
+99
|
/
*
Correct some errors in the automatically generated dependencies.
lloyd
2009-07-16
6
-6
/
+0
*
Add a script that reads the output of print_deps.py and rewrites
lloyd
2009-07-15
7
-12
/
+16
*
Add XTS mode, from IEEE P1619
lloyd
2009-04-16
3
-0
/
+435
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
19
-316
/
+354
*
Add some Doxygen comments for BlockCipherModePaddingMethod
lloyd
2008-11-18
1
-23
/
+62
*
Make cipher mode padder non-const in ECB and CBC
lloyd
2008-11-10
3
-14
/
+14
*
Remove support for block cipher padding methods in engine. Like S2K,
lloyd
2008-11-10
2
-0
/
+5
*
Add dep in ecb and cbc on mode_pad
lloyd
2008-11-10
2
-0
/
+2
*
Update modes requires since modebase is now modes
lloyd
2008-11-09
7
-7
/
+7
*
Move cipher mode base class to modes/ dir
lloyd
2008-11-09
3
-0
/
+0
*
Macro cleanup
lloyd
2008-11-09
1
-2
/
+2
*
Remove lookup.h use from EAX
lloyd
2008-11-08
4
-43
/
+26
*
Remove lookup.h from CTS mode
lloyd
2008-11-08
2
-52
/
+18
*
Remove lookup.h use from ECB, CBC, CFB
lloyd
2008-11-08
6
-99
/
+52
*
Remove use of lookup.h from OFB
lloyd
2008-11-08
3
-13
/
+12
*
Remove use of lookup.h in CTR mode
lloyd
2008-11-08
2
-11
/
+9
*
Remove lookup.h from modebase
lloyd
2008-11-08
8
-22
/
+38
*
Split base.h into block_cipher.h and stream_cipher.h
lloyd
2008-11-08
4
-1
/
+4
*
Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)
lloyd
2008-11-08
1
-0
/
+1
*
More Doxygen comments from InSiTo
lloyd
2008-10-13
1
-3
/
+4
*
Rename all modinfo.txt files to info.txt, since they are all (none) of
lloyd
2008-09-29
9
-0
/
+0
*
Move mode padding schemes to modes/mode_pad module
lloyd
2008-09-28
3
-0
/
+214
*
Add missing modinfo for modebase module
lloyd
2008-09-28
1
-0
/
+14
*
Add modebase module (and add dep in cipher mode impls). Move data_snk.cpp to ...
lloyd
2008-09-28
9
-0
/
+123
*
Move all modules into src/ directory
lloyd
2008-09-28
22
-0
/
+1482