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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ChaCha using SIMD_4x32
Jack Lloyd
2018-11-04
9
-608
/
+236
*
Ensure this works even if par mult param is set to 1
Jack Lloyd
2018-11-02
1
-1
/
+1
*
Merge GH #1724 Increase update granularity of GCM to work around FFI problem
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
*
|
Add missing <stdexcept> <string> necessary
Cheney-Wang
2018-11-02
1
-0
/
+2
|
/
*
Minor optimization when primality checking
Jack Lloyd
2018-10-31
1
-2
/
+4
*
Handle setting AD after a nonce correctly in AEADs
Jack Lloyd
2018-10-31
3
-3
/
+11
*
Fixes and improvments for TSS code
Jack Lloyd
2018-10-29
2
-45
/
+141
*
Fix compilation problem when scrypt is disabled
Jack Lloyd
2018-10-29
1
-0
/
+1
*
Add ChaCha in NEON
Jack Lloyd
2018-10-26
4
-0
/
+324
*
In ChaCha AVX2/SSE2 code s/input/state/
Jack Lloyd
2018-10-26
2
-80
/
+79
*
Fix FFI compilation without hotp module
Tobias Brunner
2018-10-25
1
-2
/
+2
*
Add missing <string> necessary to use std::string in tss.h
Billy Robert O'Neal III
2018-10-23
1
-0
/
+1
*
Use more informative error message for invalid CBC padding
Jack Lloyd
2018-10-23
1
-1
/
+1
*
Fix TLS version intolerance bug
Jack Lloyd
2018-10-17
1
-10
/
+10
*
Fix TLS signature algorithm intolerance
Jack Lloyd
2018-10-16
3
-17
/
+23
*
Merge GH #1707 Refactor base32/base64
Jack Lloyd
2018-10-15
3
-72
/
+73
|
\
|
*
Simplify base32/base64 by moving common logic to code_base.h
Jack Lloyd
2018-10-15
3
-72
/
+73
*
|
Use a smaller sieve when generating primes
Jack Lloyd
2018-10-15
1
-3
/
+7
|
/
*
Correct error with XTS minimum block size
Jack Lloyd
2018-10-15
1
-1
/
+1
*
Merge GH #1704 Use emplace_back where appropriate
Jack Lloyd
2018-10-15
2
-3
/
+3
|
\
|
*
move instead of copy
rumcajs
2018-10-14
2
-3
/
+3
*
|
Unroll Blowfish loop by 4 instead of 2
Jack Lloyd
2018-10-14
1
-16
/
+45
|
/
*
Add an explicit OS target for Emscripten
Jack Lloyd
2018-10-12
1
-3
/
+15
*
Small fixes for QNX [ci skip]
Jack Lloyd
2018-10-12
1
-0
/
+1
*
Add explicit AVX2 function annotations
Jack Lloyd
2018-10-05
3
-2
/
+30
*
Resolve a leak in OpenSSL ECDSA verification for old OpenSSL
Jack Lloyd
2018-10-03
1
-5
/
+13
*
Make a few simple functions constexpr
Jack Lloyd
2018-10-01
6
-32
/
+29
*
Remove support for Visual C++ 2013
Jack Lloyd
2018-10-01
44
-200
/
+119
*
Fix more MSVC warnings
Jack Lloyd
2018-10-01
4
-31
/
+56
*
Fix [ci skip]
Jack Lloyd
2018-10-01
1
-1
/
+1
*
Handle PPC crypto bit in tests [ci skip]
Jack Lloyd
2018-10-01
1
-0
/
+2
*
Fix some warnings in ARM specific code
Jack Lloyd
2018-10-01
2
-28
/
+34
*
Fix more MSVC warnings
Jack Lloyd
2018-10-01
10
-29
/
+53
*
Avoid a MSVC 2015 warning
Jack Lloyd
2018-10-01
3
-3
/
+3
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
8
-18
/
+18
*
Move UUID to utils, test it, and fix bugs.
Jack Lloyd
2018-09-30
5
-106
/
+157
*
Refactor mode tests, and correct bugs found
Jack Lloyd
2018-09-29
6
-8
/
+38
*
Avoid null pointer write in FFI
Jack Lloyd
2018-09-28
1
-1
/
+4
*
Use correct array length in Serpent AVX2
Jack Lloyd
2018-09-28
1
-2
/
+2
*
Spell check the documentation
Jack Lloyd
2018-09-28
5
-11
/
+11
*
Skip using mmap allocation if mlock is not available.
Jack Lloyd
2018-09-27
1
-8
/
+4
*
Add OS::running_in_privileged_state
Jack Lloyd
2018-09-27
4
-17
/
+41
*
Add a fuzzer for OAEP unpadding
Jack Lloyd
2018-09-22
2
-10
/
+33
*
Add fuzzer for mode unpadding, and fix bugs found thereby
Jack Lloyd
2018-09-22
3
-59
/
+73
*
Optimization for Poly1305
Jack Lloyd
2018-09-20
1
-17
/
+24
*
Add support for using Linux getrandom syscall
Jack Lloyd
2018-09-20
1
-0
/
+39
*
Correct some maintiner mode warnings
Jack Lloyd
2018-09-20
2
-4
/
+4
*
Slight optimization for MGF1
Jack Lloyd
2018-09-20
1
-2
/
+3
*
Use an Alloc template to reduce duplication in Filter::send
Jack Lloyd
2018-09-18
1
-14
/
+6
[next]