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
/
aead
/
ccm
/
ccm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy readability-container-size-empty warnings
Jack Lloyd
2022-02-06
1
-2
/
+2
*
Make get_byte take a compile-time constant index
Jack Lloyd
2021-04-16
1
-3
/
+3
*
Avoid raw pointers in AEAD code
Jack Lloyd
2021-04-06
1
-2
/
+2
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-2
/
+2
*
Add ccm mode to BSI policy
Philippe Lieser
2019-11-21
1
-1
/
+1
*
Fix CCM bug
Jack Lloyd
2019-10-13
1
-0
/
+8
*
Rename Integrity_Failure to Invalid_Authentication_Tag
Jack Lloyd
2019-01-18
1
-1
/
+1
*
In EAX, CCM, OCB verify nonce is set before processing
Jack Lloyd
2018-08-17
1
-0
/
+1
*
Fix error in CCM when L=8
Jack Lloyd
2018-07-18
1
-5
/
+6
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
1
-5
/
+5
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-1
/
+1
*
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
1
-1
/
+1
*
More MSVC warnings fixes
Jack Lloyd
2017-08-31
1
-2
/
+3
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-30
/
+30
*
Cipher_Mode and AEAD_Mode improvements
Daniel Neus
2016-11-08
1
-1
/
+8
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-1
/
+0
*
Cipher_Mode API improvements
Jack Lloyd
2016-09-01
1
-27
/
+24
*
Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...
Dan Brown
2016-04-27
1
-2
/
+2
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-3
/
+3
*
Same treatment for cipher modes
Jack Lloyd
2015-09-10
1
-2
/
+0
*
lib/modes: Convert &vec[0] to vec.data()
Simon Warta
2015-06-24
1
-13
/
+13
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-3
/
+4
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Replace Transformatio::nstart with start_raw so we can do a full set
lloyd
2014-11-05
1
-1
/
+1
*
Correct CCM for L != 2. Bugzilla 270
lloyd
2014-05-16
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+266