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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify handling of CBC/ECB padding and move source to src/modes
lloyd
2013-08-15
6
-199
/
+141
*
Convert CTS mode to Transformation API
lloyd
2013-08-15
6
-332
/
+163
*
Keeping this buffer persistently greatly helps performance
lloyd
2013-08-15
2
-8
/
+8
*
Convert CFB to Transformation API
lloyd
2013-08-15
7
-268
/
+246
*
Move ECB to Transformation API
lloyd
2013-08-15
11
-311
/
+274
*
Use verbose output for runtime selftest failures
lloyd
2013-08-15
1
-14
/
+11
*
Move CBC to Transformation API
lloyd
2013-08-15
10
-367
/
+311
*
propagate from branch 'net.randombit.botan' (head 2ef4863494d7348a0025bbd6733...
lloyd
2013-08-15
27
-762
/
+705
|
\
|
*
Optimize the poly mul in XTS, AES-128/XTS is 2-3x faster on Westmere
lloyd
2013-08-14
2
-65
/
+35
|
*
Make XTS a Transformation under src/modes
lloyd
2013-08-14
25
-651
/
+590
|
*
Generalize AEAD interface to transformations of stuff
lloyd
2013-08-08
2
-57
/
+91
*
|
Avoid using CBC filters directly in PBES
lloyd
2013-08-15
2
-18
/
+6
*
|
We do need librt here
lloyd
2013-08-14
1
-0
/
+4
*
|
XOR all input at once in CBC decrypt, much much faster
lloyd
2013-08-14
1
-4
/
+1
*
|
No need for librt in util anymore (was for clock_gettime)
lloyd
2013-08-13
1
-4
/
+0
|
/
*
Avoid undefined operation in rotation operations
lloyd
2013-07-31
1
-0
/
+4
*
Revert accidental delete
lloyd
2013-07-30
1
-0
/
+18
*
Rename mp_asm.h to mp_madd.h
lloyd
2013-07-30
17
-38
/
+21
*
Merge mp_word64 into mp_generic
lloyd
2013-07-30
7
-98
/
+53
*
Add a generic 64x64->128 multiplication op.
lloyd
2013-07-30
15
-213
/
+199
*
Remove unused fields. Thanks Clang
lloyd
2013-07-30
2
-2
/
+0
*
merge of 'a25b72d98eb3f88fcf577fabfcd430ef0758debc'
lloyd
2013-07-29
4
-7
/
+16
|
\
|
*
Add sending std::vector to TLS::Channel
lloyd
2013-07-01
1
-1
/
+10
|
*
Namespace AEAD header guards
lloyd
2013-07-01
3
-6
/
+6
*
|
Rewrite for benefit of Clang analyzer
lloyd
2013-07-19
1
-6
/
+5
*
|
Fix calling on deleted objects
lloyd
2013-07-19
2
-4
/
+4
*
|
Avoid uninitialized variable warning for rdrand output var
lloyd
2013-07-19
1
-1
/
+1
*
|
Change default policy to prohibit DTLS to minimize surprise.
lloyd
2013-07-10
8
-41
/
+64
*
|
Enable RDRAND in 32-bit builds
lloyd
2013-07-10
1
-1
/
+1
|
/
*
Check for overflow when decoding OIDs
lloyd
2013-06-27
1
-0
/
+5
*
Change same_mem to use XORs instead of equality operators.
lloyd
2013-06-13
1
-3
/
+3
*
Add missing header
lloyd
2013-06-11
1
-0
/
+47
*
Fix include
lloyd
2013-06-05
1
-1
/
+1
*
Move cryptobox/raw_key.cpp to new module cryptobox_psk which allows it
lloyd
2013-06-05
5
-25
/
+12
*
Have TLS::Ciphersuite::valid check that all algorithms are available,
lloyd
2013-06-04
2
-21
/
+84
*
Avoid SIGFPE if no providers during benchmark
lloyd
2013-05-30
1
-4
/
+8
*
Avoid unnecessary allocations during GCM multiply, 20-30% speedup
lloyd
2013-05-30
1
-15
/
+12
*
Remove mutation from GCM multiply loop
lloyd
2013-05-30
1
-4
/
+2
*
Add Channel::send_warning_alert and send_fatal_alert
lloyd
2013-05-30
4
-8
/
+18
*
Fix Windows and static-only makefiles
lloyd
2013-04-23
2
-6
/
+4
*
Change TLS::Ciphersuite constructor to be non-inline and to take
lloyd
2013-04-19
2
-17
/
+37
*
Add missing dependencies
lloyd
2013-04-19
1
-0
/
+2
*
Avoid warning
lloyd
2013-04-19
1
-2
/
+2
*
Compile fix
lloyd
2013-04-19
1
-1
/
+1
*
Add a constant to make it more obvious that the clock polling
lloyd
2013-04-19
2
-9
/
+11
*
Some small TLS doc updates
lloyd
2013-04-19
1
-0
/
+2
*
Avoid using representable value for internal null alert
lloyd
2013-04-19
2
-14
/
+7
*
Rename ARC4 to RC4
lloyd
2013-04-19
12
-63
/
+63
*
Add more generalized runtime performance test, can check AEAD modes
lloyd
2013-04-17
2
-135
/
+109
*
Always include modules requiring ISA extensions as long as the
lloyd
2013-04-17
14
-85
/
+94
[next]