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
*
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
*
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
[next]