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
*
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
*
Fix error in CCM when L=8
Jack Lloyd
2018-07-18
2
-6
/
+7
*
Prohibit empty nonces with GCM
Jack Lloyd
2018-06-27
2
-3
/
+9
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
3
-13
/
+15
*
Work around unique_ptr conversion bug in older GCC
Jack Lloyd
2018-04-07
1
-1
/
+1
*
Add RAII versions of get_cipher_mode and get_aead
Jack Lloyd
2018-04-07
4
-51
/
+127
*
Minor tweaks for coverage
Jack Lloyd
2018-03-10
1
-2
/
+1
*
Fix speed test of cipher modes [ci skip]
Jack Lloyd
2018-01-27
1
-0
/
+1
*
ABI for Aarch64 crypto
Jack Lloyd
2018-01-12
1
-3
/
+1
*
Make stream, block, hash and cipher mode base classes optional
Jack Lloyd
2018-01-12
8
-1
/
+22
*
Increase EAX update granularity to 128 bytes.
Jack Lloyd
2017-12-30
1
-1
/
+5
*
Add a function for checking if poly_double_n supports a particular size
Jack Lloyd
2017-11-18
1
-4
/
+1
*
Minor SIV/CMAC optimizations
Jack Lloyd
2017-11-02
1
-3
/
+6
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
1
-1
/
+1
*
Convert http:// links to https:// where possible
Jack Lloyd
2017-10-24
1
-1
/
+1
*
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
[next]