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
*
Disable support for VPSUM on big-endian ppc64
Jack Lloyd
2020-01-30
1
-0
/
+2
*
Merge GH #2247 Add POWER VPSUM support for GCM
Jack Lloyd
2020-01-25
2
-2
/
+36
|
\
|
*
Add support for POWER VPSUM instruction for GCM
Jack Lloyd
2020-01-23
2
-2
/
+36
*
|
Very minor GCM optimization
Jack Lloyd
2020-01-23
1
-3
/
+6
|
/
*
Merge GH #2224 Add CCM mode to BSI policy
Jack Lloyd
2019-12-10
1
-1
/
+1
|
\
|
*
Add ccm mode to BSI policy
Philippe Lieser
2019-11-21
1
-1
/
+1
*
|
Fix MSVC "optimization" warning about bool conversions
Jack Lloyd
2019-12-06
2
-4
/
+4
|
/
*
variable is unused if BOTAN_HAS_BLOCK_CIPHER not defined
Nuno Goncalves
2019-11-10
1
-0
/
+1
*
Fix CCM bug
Jack Lloyd
2019-10-13
1
-0
/
+8
*
Fix warning in XTS
Jack Lloyd
2019-10-06
1
-1
/
+1
*
Merge GH #2123 XTS optimizations
Jack Lloyd
2019-09-28
2
-16
/
+19
|
\
|
*
XTS optimizations
Jack Lloyd
2019-09-28
2
-16
/
+19
*
|
OCB optimizations
Jack Lloyd
2019-09-28
2
-20
/
+23
|
/
*
Merge GH #2117 ChaCha20Poly1305 optimizations
Jack Lloyd
2019-09-26
1
-7
/
+10
|
\
|
*
Avoid memory allocations during ChaCha20Poly1305 start and finish
Jack Lloyd
2019-09-26
1
-7
/
+10
*
|
Merge CLMUL and PMULL code
Jack Lloyd
2019-09-25
9
-475
/
+210
|
/
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
13
-0
/
+25
*
Make ssse3/sse2 dependencies explicit rather than implicit
Jack Lloyd
2019-09-04
2
-0
/
+3
*
Remove another malloc+free per GCM message overhead
Jack Lloyd
2019-07-05
1
-3
/
+4
*
Avoid allocations during GCM message processing
Jack Lloyd
2019-07-05
4
-23
/
+41
*
Make the ISA list a list
Jack Lloyd
2019-04-17
3
-3
/
+9
*
Rename Integrity_Failure to Invalid_Authentication_Tag
Jack Lloyd
2019-01-18
6
-6
/
+6
*
Make significant_words const time also
Jack Lloyd
2018-12-23
1
-3
/
+3
*
Fix some MSVC warnings
Jack Lloyd
2018-12-10
1
-5
/
+6
*
Fix some misc MSVC warnings
Jack Lloyd
2018-12-04
1
-3
/
+3
*
Fix a bug in OneAndZeros unpadding
Jack Lloyd
2018-11-30
1
-5
/
+6
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-22
/
+41
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
2
-2
/
+2
*
Ensure this works even if par mult param is set to 1
Jack Lloyd
2018-11-02
1
-1
/
+1
*
Fixed an issue where update_granularity is equal to tag_size in GCM mode, whi...
chux0519
2018-11-01
1
-1
/
+1
*
Handle setting AD after a nonce correctly in AEADs
Jack Lloyd
2018-10-31
3
-3
/
+11
*
Use more informative error message for invalid CBC padding
Jack Lloyd
2018-10-23
1
-1
/
+1
*
Correct error with XTS minimum block size
Jack Lloyd
2018-10-15
1
-1
/
+1
*
Fix some warnings in ARM specific code
Jack Lloyd
2018-10-01
1
-16
/
+22
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
1
-3
/
+3
*
Refactor mode tests, and correct bugs found
Jack Lloyd
2018-09-29
1
-1
/
+7
*
Add fuzzer for mode unpadding, and fix bugs found thereby
Jack Lloyd
2018-09-22
2
-59
/
+65
*
Add CommonCrypto cipher modes support
Jose Pereira
2018-09-09
1
-1
/
+18
*
Remove unneeded load_on auto
Jack Lloyd
2018-09-04
1
-2
/
+0
*
Have cipher modes also verify that the nonce is set prior to use
Jack Lloyd
2018-08-17
5
-7
/
+20
*
In EAX, CCM, OCB verify nonce is set before processing
Jack Lloyd
2018-08-17
3
-1
/
+9
*
Fix an EAX bug in reset()
Jack Lloyd
2018-08-17
1
-0
/
+8
*
GHASH should check the nonce size
Jack Lloyd
2018-08-10
1
-0
/
+1
*
Add a function to query output length of symmetric cipher
Jack Lloyd
2018-08-10
1
-2
/
+3
*
Fix GCM bug: would accept AD without keyed if AD was empty
Jack Lloyd
2018-08-09
1
-2
/
+2
*
Remove functions from Cipher_Mode now inherited from base class
Jack Lloyd
2018-08-09
1
-44
/
+0
*
Add StreamCipher::write_keystream
Jack Lloyd
2018-08-08
1
-4
/
+4
*
Add support for XChaCha20Poly1305
Jack Lloyd
2018-08-07
3
-5
/
+6
*
Fix crashes when modes were used unkeyed.
Jack Lloyd
2018-08-05
7
-26
/
+36
*
GHASH - use explicit function to check for key being set
Jack Lloyd
2018-07-25
1
-1
/
+1
[next]