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
*
s/default_nonce_size/default_nonce_length/
lloyd
2013-12-10
11
-11
/
+11
*
Add key length multiple
lloyd
2013-12-05
1
-5
/
+1
*
Add SIV
lloyd
2013-12-05
4
-1
/
+316
*
Support the normal names for CCM in TLS policy config
lloyd
2013-12-04
1
-0
/
+9
*
Give everything setting a feature test macro in build.h a version code
lloyd
2013-11-28
10
-10
/
+10
*
merge of '5e53891d2c77f27a22d07ed26923745f9a5f3336'
lloyd
2013-11-08
1
-2
/
+2
|
\
|
*
Use BS constant where possible
lloyd
2013-11-07
1
-2
/
+2
*
|
Avoid static const in GCM as well
lloyd
2013-11-07
1
-1
/
+1
|
/
*
Work around a strange bug where Clang won't find CCM_Mode::BS unless
lloyd
2013-11-07
1
-1
/
+1
*
Fix padding error in CBC encryption if offset != 0
lloyd
2013-10-12
1
-3
/
+2
*
Add CCM mode
lloyd
2013-09-05
4
-2
/
+416
*
Support 64 and 96 bit tags in OCB, using the nonce formatting rule
lloyd
2013-08-26
2
-2
/
+3
*
Some OCB cleanups
lloyd
2013-08-25
2
-98
/
+90
*
merge of '59ddcb9c6e450b61f95165721510c583d6a9cde3'
lloyd
2013-08-25
4
-6
/
+11
|
\
|
*
Expose AEAD_Mode::tag_size
lloyd
2013-08-22
4
-6
/
+11
*
|
Store the OCB checksum in wide blocks and fold once at the end
lloyd
2013-08-25
1
-25
/
+20
|
/
*
Add Cipher_Mode intermediate class. Add missing BOTAN_DLL exports
lloyd
2013-08-19
6
-12
/
+44
*
Simplify handling of CBC/ECB padding and move source to src/modes
lloyd
2013-08-15
5
-35
/
+233
*
Convert CTS mode to Transformation API
lloyd
2013-08-15
2
-7
/
+160
*
Keeping this buffer persistently greatly helps performance
lloyd
2013-08-15
2
-8
/
+8
*
Convert CFB to Transformation API
lloyd
2013-08-15
3
-0
/
+242
*
Move ECB to Transformation API
lloyd
2013-08-15
6
-2
/
+263
*
Move CBC to Transformation API
lloyd
2013-08-15
5
-4
/
+297
*
Optimize the poly mul in XTS, AES-128/XTS is 2-3x faster on Westmere
lloyd
2013-08-14
1
-63
/
+34
*
Make XTS a Transformation under src/modes
lloyd
2013-08-14
16
-0
/
+1773
*
Move most code that relies heavily on Filters into src/filters.
lloyd
2009-11-17
25
-2156
/
+0
*
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
[next]