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
/
mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in SipHash that required a key be set before every message
Jack Lloyd
2022-02-09
2
-5
/
+17
*
Fix a bug in GMAC where it required a key be set for every message
Jack Lloyd
2022-02-09
2
-4
/
+7
*
Add MessageAuthenticationCode::fresh_key_required_per_message
Jack Lloyd
2022-02-09
2
-0
/
+8
*
Fix clang-tidy readability-named-parameter
Jack Lloyd
2022-02-06
2
-2
/
+2
*
Remove the OpenSSL provider
Jack Lloyd
2021-10-28
1
-3
/
+1
*
MessageAuthenticationCode::new_object
Jack Lloyd
2021-04-03
15
-41
/
+41
*
Add BlockCipher::new_object
Jack Lloyd
2021-04-03
1
-0
/
+8
*
Use make_unique in type factory functions
Jack Lloyd
2021-04-03
1
-10
/
+9
*
Reformat
Jack Lloyd
2020-11-29
1
-37
/
+38
*
Add support for keyed Blake2b and also MAC via Blake2b.
Tom
2020-11-29
4
-0
/
+118
*
Make scan_name.h, cpuid.h and http_util.h internal
Jack Lloyd
2020-11-28
1
-1
/
+1
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
14
-61
/
+23
*
Remove CBC-MAC
Jack Lloyd
2020-11-05
4
-171
/
+0
*
Move ghash to utils
Jack Lloyd
2020-10-07
1
-1
/
+1
*
Attempt to avoid leaking the HMAC key length
Jack Lloyd
2020-06-14
1
-12
/
+41
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
8
-0
/
+15
*
Avoid needless allocation during GMAC finalization
Jack Lloyd
2019-07-10
1
-2
/
+2
*
Minor HMAC optimizations
Jack Lloyd
2019-01-31
2
-15
/
+31
*
Avoid including rotate.h in bswap.h
Jack Lloyd
2018-12-21
1
-0
/
+1
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-4
/
+4
*
Cleanups in Poly1305
Jack Lloyd
2018-11-09
1
-23
/
+23
*
Optimization for Poly1305
Jack Lloyd
2018-09-20
1
-17
/
+24
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
5
-8
/
+13
*
Make stream, block, hash and cipher mode base classes optional
Jack Lloyd
2018-01-12
4
-1
/
+10
*
Deprecate CMAC::poly_double
Jack Lloyd
2017-12-28
1
-1
/
+7
*
Avoid undefined behavior in SipHash
Jack Lloyd
2017-12-23
1
-1
/
+9
*
Code formatting tweak in Poly1305 code
Jack Lloyd
2017-12-03
1
-5
/
+5
*
Avoid calling lookup("DES") twice when clone will do the job.
Jack Lloyd
2017-12-03
1
-1
/
+1
*
Increase HMAC key size limit to 4096 bytes.
Jack Lloyd
2017-11-28
2
-5
/
+7
*
Add a function for checking if poly_double_n supports a particular size
Jack Lloyd
2017-11-18
1
-2
/
+1
*
Minor SIV/CMAC optimizations
Jack Lloyd
2017-11-02
1
-10
/
+11
*
Include <memory> in base type headers
Jack Lloyd
2017-10-29
1
-0
/
+1
*
Remove needless virtual on GMAC destructor
Jack Lloyd
2017-10-26
1
-1
/
+1
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
5
-7
/
+22
*
GCM and CTR optimizations
Jack Lloyd
2017-10-18
3
-6
/
+17
*
GMAC optimization
Jack Lloyd
2017-10-15
2
-21
/
+32
*
Optimize GCM
Jack Lloyd
2017-10-13
2
-23
/
+27
*
Add compile-time rotation functions
Jack Lloyd
2017-10-12
1
-6
/
+6
*
Avoid bogus declarations in GMAC
Jack Lloyd
2017-09-30
1
-25
/
+3
*
Address some MSVC warnings
Jack Lloyd
2017-09-30
1
-4
/
+3
*
Make poly_dbl.h a submodule of utils
Jack Lloyd
2017-09-27
1
-0
/
+4
*
Better tests for SIV
Jack Lloyd
2017-09-24
2
-5
/
+8
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-1
/
+1
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-6
/
+2
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
8
-16
/
+16
*
Add API stability annotations.
Jack Lloyd
2017-09-19
8
-8
/
+8
*
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
1
-1
/
+1
*
Simplify polynomial doubling code
Jack Lloyd
2017-09-05
1
-5
/
+3
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
2
-3
/
+7
[next]