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
/
lib
/
modes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for 32-bit Windows
Jack Lloyd
2017-10-20
1
-4
/
+4
*
Add GHASH using SSSE3
Jack Lloyd
2017-10-20
4
-2
/
+105
*
Remove unused variable
Jack Lloyd
2017-10-19
1
-1
/
+1
*
PMULL optimizations
Jack Lloyd
2017-10-18
3
-61
/
+192
*
Further optimizations, and split out GHASH reduction code
Jack Lloyd
2017-10-18
2
-79
/
+46
*
GCM and CTR optimizations
Jack Lloyd
2017-10-18
6
-319
/
+508
*
Further GCM optimizations
Jack Lloyd
2017-10-13
1
-17
/
+27
*
Optimize GCM
Jack Lloyd
2017-10-13
6
-151
/
+215
*
OCB optimizations
Jack Lloyd
2017-10-13
2
-58
/
+90
*
OCB optimizations
Jack Lloyd
2017-10-12
3
-56
/
+54
*
Helpful comment
Jack Lloyd
2017-10-11
1
-1
/
+2
*
Optimize CFB mode
Jack Lloyd
2017-10-11
2
-39
/
+97
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
1
-1
/
+4
*
Remove redundant return statement
Jack Lloyd
2017-10-02
1
-1
/
+1
*
Address some MSVC warnings
Jack Lloyd
2017-09-30
1
-1
/
+1
*
Make poly_dbl.h a submodule of utils
Jack Lloyd
2017-09-27
3
-0
/
+9
*
Avoid debug iterator error
Jack Lloyd
2017-09-24
1
-6
/
+12
*
Test SIV multi-AD function
Jack Lloyd
2017-09-24
1
-2
/
+2
*
Better tests for SIV
Jack Lloyd
2017-09-24
2
-22
/
+33
*
Further build/test fixes for restricted configurations
Jack Lloyd
2017-09-24
2
-1
/
+8
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
2
-2
/
+2
*
More include header cleanups
Jack Lloyd
2017-09-21
6
-6
/
+15
*
Header file cleanups
Jack Lloyd
2017-09-21
8
-11
/
+3
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
15
-30
/
+30
*
Complete the final annotation changes
Jack Lloyd
2017-09-19
1
-4
/
+5
*
Add API stability annotations.
Jack Lloyd
2017-09-19
12
-40
/
+40
*
Merge GH #1205 Support large blocks in OCB mode
Jack Lloyd
2017-09-19
2
-62
/
+134
|
\
|
*
Change wide block OCB
Jack Lloyd
2017-09-15
1
-29
/
+0
|
*
Add alternate form for matching OCB ref code
Jack Lloyd
2017-09-11
1
-4
/
+30
|
*
Support larger block sizes in OCB
Jack Lloyd
2017-09-10
2
-59
/
+134
*
|
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
5
-5
/
+5
*
|
Small cleanup in CBC mode
Jack Lloyd
2017-09-16
2
-21
/
+23
*
|
reenable 8 byte gcm tags
Atanas Filyanov
2017-09-15
1
-1
/
+2
*
|
Allow GCM tag size in the range 96..128 bits
Atanas Filyanov
2017-09-14
1
-1
/
+2
*
|
allow 12 byte GCM tags and add test vectors
Atanas Filyanov
2017-09-13
1
-1
/
+1
*
|
Address CFB carryover bug
Jack Lloyd
2017-09-10
2
-47
/
+44
|
/
*
Simplify polynomial doubling code
Jack Lloyd
2017-09-05
2
-46
/
+14
*
Add support for ARMv8 PMULL instruction
Jack Lloyd
2017-09-03
4
-0
/
+112
*
More MSVC warnings fixes
Jack Lloyd
2017-08-31
1
-2
/
+3
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-6
/
+6
*
Improve polynomial doubling code, move to util
Jack Lloyd
2017-08-15
3
-9
/
+8
*
Update OCB ref to RFC, and add new test vectors
Jack Lloyd
2017-06-12
1
-2
/
+2
*
Add assertion to ensure key is set in OCB_Encryption::encrypt.
Daniel Wyatt
2017-06-09
1
-0
/
+2
*
Handle IV carryover in CBC, CFB, and stream ciphers
Jack Lloyd
2017-05-13
3
-4
/
+18
*
Implement cipher modes with OpenSSL.
Alexander Bluhm
2017-04-25
2
-5
/
+46
*
Content:
Tomasz Frydrych
2017-04-03
3
-3
/
+3
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
13
-14
/
+39
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
25
-312
/
+312
*
forgot to unpoison return vals
Never
2016-12-09
1
-0
/
+4
*
Rewrote bc unpad functions as const time operations.
Never
2016-12-09
2
-41
/
+65
[next]