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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct output_length bug in SIV and ChaCha20Poly1305 also
Jack Lloyd
2016-11-26
2
-2
/
+2
*
Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...
Jack Lloyd
2016-11-26
3
-3
/
+3
*
Cipher_Mode and AEAD_Mode improvements
Daniel Neus
2016-11-08
12
-14
/
+96
*
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 alias logic from SCAN_Name
Jack Lloyd
2016-10-21
1
-0
/
+6
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
8
-29
/
+94
*
Improve modes doxygen [ci skip]
René Korthaus
2016-10-19
2
-2
/
+28
*
Add ISA annotations to functions using SIMD, AES, etc
Jack Lloyd
2016-10-14
1
-0
/
+1
*
SIV is restricted to 128 bit ciphers
Jack Lloyd
2016-10-02
1
-0
/
+2
*
Merge GH #516 Cipher_Mode API improvements
Jack Lloyd
2016-09-26
12
-180
/
+135
|
\
|
*
Cipher_Mode API improvements
Jack Lloyd
2016-09-01
12
-180
/
+135
*
|
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
*
Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...
Dan Brown
2016-04-27
1
-2
/
+2
*
Remove Transform base class
Jack Lloyd
2016-04-21
1
-2
/
+2
*
Fix bug in IETF version of ChaCha20Poly1305
Jack Lloyd
2016-03-23
1
-11
/
+20
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
2
-4
/
+4
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
6
-12
/
+12
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
2
-7
/
+7
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
4
-7
/
+7
*
Make portable GCM multiply operation run in constant time.
Jack Lloyd
2015-12-04
1
-9
/
+16
*
Cleanup includes
Jack Lloyd
2015-09-22
1
-1
/
+2
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
2
-4
/
+6
*
Address some review comments by Simon. GH #279
Jack Lloyd
2015-09-21
1
-6
/
+6
*
Handle dependencies re static linking. GH #279
Jack Lloyd
2015-09-17
1
-0
/
+1
*
Same treatment for cipher modes
Jack Lloyd
2015-09-10
8
-13
/
+53
*
modes: Add missing overrides
Daniel Seither
2015-07-30
2
-5
/
+6
*
Fix module combi: adler32,siv
Simon Warta
2015-07-08
1
-0
/
+5
*
lib/modes: Convert &vec[0] to vec.data()
Simon Warta
2015-06-24
8
-79
/
+79
*
Consider AES-NI as implying SSSE3 which lets us merge two of the
lloyd
2015-03-15
1
-1
/
+1
*
Fix clmul which was broken by amalgamation ISA split.
lloyd
2015-03-12
2
-2
/
+2
*
Hide Algorithm_Factory and use the functions in lookup.h internally.
lloyd
2015-03-04
2
-6
/
+9
*
Get algos via lookup in case of SIMD or other optimized versions
lloyd
2015-02-18
1
-4
/
+2
*
Add version_cstr (returns const char*) and move tag_size from AEAD to
lloyd
2015-02-11
1
-5
/
+0
*
Clean up root dir, remove some unneeded dependencies
lloyd
2015-02-05
4
-4
/
+0
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
7
-133
/
+27
*
Avoid needless buffering when handling padding bytes
lloyd
2015-01-23
1
-4
/
+4
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
16
-16
/
+16
*
Add helper and update comment
lloyd
2014-12-31
1
-2
/
+8
*
Support the older ChaCha20Poly1305 AEAD from draft-agl-tls-chacha20poly1305-04
lloyd
2014-12-31
2
-10
/
+34
*
Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p...
lloyd
2014-12-29
4
-0
/
+246
*
OCB cleanup and additional tests
lloyd
2014-11-07
2
-51
/
+46
*
Replace Transformatio::nstart with start_raw so we can do a full set
lloyd
2014-11-05
10
-26
/
+23
*
Fix various warnings from VC++ 2014 and add missing include
lloyd
2014-10-31
1
-3
/
+3
*
Correct CCM for L != 2. Bugzilla 270
lloyd
2014-05-16
1
-1
/
+1
*
Clang fixes
lloyd
2014-02-09
1
-0
/
+1
*
More fixes for minified builds
lloyd
2014-02-09
1
-0
/
+1
*
Add header guard and fix amalgamation. Github issue 10.
lloyd
2014-01-31
1
-0
/
+5
[next]