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
/
gcm
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-1
/
+1
*
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
1
-0
/
+4
*
Fix some warnings in ARM specific code
Jack Lloyd
2018-10-01
1
-16
/
+22
*
GHASH should check the nonce size
Jack Lloyd
2018-08-10
1
-0
/
+1
*
Fix GCM bug: would accept AD without keyed if AD was empty
Jack Lloyd
2018-08-09
1
-2
/
+2
*
Fix crashes when modes were used unkeyed.
Jack Lloyd
2018-08-05
1
-2
/
+4
*
GHASH - use explicit function to check for key being set
Jack Lloyd
2018-07-25
1
-1
/
+1
*
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
1
-4
/
+4
*
Minor tweaks for coverage
Jack Lloyd
2018-03-10
1
-2
/
+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
1
-0
/
+1
*
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
*
More include header cleanups
Jack Lloyd
2017-09-21
2
-2
/
+8
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
3
-6
/
+6
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-4
/
+4
*
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
1
-1
/
+1
*
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
*
Add support for ARMv8 PMULL instruction
Jack Lloyd
2017-09-03
4
-0
/
+112
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
2
-3
/
+6
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
4
-57
/
+57
*
Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...
Jack Lloyd
2016-11-26
1
-1
/
+1
*
Cipher_Mode and AEAD_Mode improvements
Daniel Neus
2016-11-08
2
-2
/
+20
*
Implements GMAC with GHASH.
Matthias Gierlings
2016-10-28
2
-54
/
+52
*
Added implementation for GMAC
Matthias Gierlings
2016-10-27
2
-49
/
+54
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-1
/
+1
*
Add ISA annotations to functions using SIMD, AES, etc
Jack Lloyd
2016-10-14
1
-0
/
+1
*
Merge GH #516 Cipher_Mode API improvements
Jack Lloyd
2016-09-26
2
-35
/
+34
|
\
|
*
Cipher_Mode API improvements
Jack Lloyd
2016-09-01
2
-35
/
+34
*
|
Change T::provider to return std::string
Jack Lloyd
2016-09-15
2
-2
/
+2
*
|
Add T::provider() to allow user to inquire about implementation used
Jack Lloyd
2016-09-15
2
-0
/
+12
|
/
*
Fix GCM counter increment
Jack Lloyd
2016-05-23
1
-1
/
+1
[next]