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
/
filters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing header for FreeBSD 10
lloyd
2013-12-19
3
-0
/
+3
*
s/default_nonce_size/default_nonce_length/
lloyd
2013-12-10
1
-1
/
+1
*
Give everything setting a feature test macro in build.h a version code
lloyd
2013-11-28
8
-8
/
+8
*
Enable all the GCC warning flags, as we now require at least GCC 4.7 anyway
lloyd
2013-11-16
1
-1
/
+1
*
Remove unused headers
lloyd
2013-09-05
1
-2
/
+0
*
Compile fix
lloyd
2013-08-26
1
-2
/
+2
*
Avoid reorder warning
lloyd
2013-08-25
1
-1
/
+1
*
Preallocate buffer in Transformation_Filter
lloyd
2013-08-25
2
-5
/
+5
*
Add Cipher_Mode intermediate class. Add missing BOTAN_DLL exports
lloyd
2013-08-19
1
-1
/
+2
*
Simplify handling of CBC/ECB padding and move source to src/modes
lloyd
2013-08-15
3
-256
/
+0
*
Convert CTS mode to Transformation API
lloyd
2013-08-15
3
-314
/
+0
*
Convert CFB to Transformation API
lloyd
2013-08-15
3
-264
/
+0
*
Move ECB to Transformation API
lloyd
2013-08-15
5
-304
/
+6
*
Move CBC to Transformation API
lloyd
2013-08-15
3
-337
/
+0
*
propagate from branch 'net.randombit.botan' (head 2ef4863494d7348a0025bbd6733...
lloyd
2013-08-15
9
-651
/
+177
|
\
|
*
Optimize the poly mul in XTS, AES-128/XTS is 2-3x faster on Westmere
lloyd
2013-08-14
1
-2
/
+1
|
*
Make XTS a Transformation under src/modes
lloyd
2013-08-14
9
-651
/
+178
*
|
XOR all input at once in CBC decrypt, much much faster
lloyd
2013-08-14
1
-4
/
+1
|
/
*
Rewrite for benefit of Clang analyzer
lloyd
2013-07-19
1
-6
/
+5
*
Revert part of 5be6e329324fc8263de56167091754e27305917b,
lloyd
2013-04-10
1
-1
/
+1
*
Remove return value of AEAD_Mode::start as it doesn't seem necessary
lloyd
2013-04-03
1
-1
/
+1
*
Resize each time in the loop
lloyd
2013-03-27
1
-2
/
+2
*
In AEAD_Filter consume input in pieces
lloyd
2013-03-27
1
-3
/
+16
*
Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes.
lloyd
2013-03-27
3
-10
/
+140
*
Convert OCB to new AEAD interface
lloyd
2013-03-27
3
-536
/
+0
*
Move GCM to new AEAD interface
lloyd
2013-03-27
8
-354
/
+0
*
Move EAX to new AEAD_Mode interface
lloyd
2013-03-20
3
-320
/
+0
*
Rename AEAD_Mode to AEAD_Filter
lloyd
2013-03-20
4
-7
/
+7
*
Missing BOTAN_DLL on AEAD_Mode
lloyd
2013-03-19
1
-1
/
+1
*
Add an interface to Keyed_Filter returning a Key_Length_Specification
lloyd
2013-03-17
14
-63
/
+43
*
Move ghash functions to anon namespace
lloyd
2013-03-17
1
-0
/
+4
*
Move all AEAD modes to src/filters/aead
lloyd
2013-03-17
11
-1
/
+0
*
Move compression filters to subfolder
lloyd
2013-03-17
9
-0
/
+0
*
Working GCM. Add support for AEAD modes in self tests
lloyd
2013-03-16
2
-71
/
+48
*
Some work towards a (very slow) GCM implementation
lloyd
2013-03-16
3
-0
/
+383
*
Convert EAX to using Buffered_Filter and new AEAD interface
lloyd
2013-03-16
4
-205
/
+114
*
Save most of the block cipher calls used when setting the nonce in OCB
lloyd
2013-03-16
2
-37
/
+59
*
Parallel OCB decryption
lloyd
2013-03-16
1
-10
/
+34
*
Avoid really needless allocations
lloyd
2013-03-16
1
-2
/
+1
*
OCB encryption can encrypt blocks in parallel now
lloyd
2013-03-16
1
-11
/
+11
*
In OCB encrypt, XOR multiple plaintext blocks and fold at the end
lloyd
2013-03-16
1
-17
/
+30
*
Make OCB_Base constructor private
lloyd
2013-03-16
1
-10
/
+11
*
Move std::vector operator^= to xor_buf
lloyd
2013-03-15
1
-41
/
+31
*
Make parallel processing possible by buffering more than one block
lloyd
2013-03-15
2
-41
/
+64
*
OCB decryption
lloyd
2013-03-14
2
-59
/
+105
*
Add OCB mode, currently encrypt only, and an AEAD interface
lloyd
2013-03-14
5
-0
/
+464
*
Move assert.h from internal to very public (included in types.h)
lloyd
2013-03-13
2
-2
/
+0
*
Reset position at end of CTS message. Bug 234
lloyd
2013-03-04
1
-0
/
+2
*
Add Threaded_Fork, which acts like a normal Fork filter except that
lloyd
2013-02-02
4
-1
/
+194
*
Add deleted copy constructors/assignment operators where appropriate.
lloyd
2012-07-10
2
-3
/
+9
[next]