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 Processor_RNG
Jack Lloyd
2020-05-08
17
-297
/
+312
*
Merge GH #2348 Add constant time bitsliced AES
Jack Lloyd
2020-05-08
6
-660
/
+613
|
\
|
*
Fewer magic constants
Jack Lloyd
2020-05-08
1
-6
/
+8
|
*
Small optimizations for bitsliced AES
Jack Lloyd
2020-05-08
1
-35
/
+45
|
*
Avoid extra resize during AES key schedule
Jack Lloyd
2020-05-08
1
-7
/
+4
|
*
Avoid allocating extra vector during AES key schedule
Jack Lloyd
2020-05-08
1
-18
/
+16
|
*
Generalize byteswapping of AES keys for hw support
Jack Lloyd
2020-05-08
2
-28
/
+12
|
*
Consolidate the logic for hardware AES
Jack Lloyd
2020-05-06
6
-212
/
+81
|
*
Store all AES key bits as uint32_t
Jack Lloyd
2020-05-06
4
-147
/
+116
|
*
Simplify the round loops
Jack Lloyd
2020-05-06
1
-10
/
+14
|
*
Remove SD table and move some functions around
Jack Lloyd
2020-05-06
1
-69
/
+43
|
*
Simpler loop is actually faster for MixColumns
Jack Lloyd
2020-05-06
1
-52
/
+2
|
*
Faster InvMixColumn
Jack Lloyd
2020-05-06
1
-6
/
+1
|
*
Add bitsliced decryption
Jack Lloyd
2020-05-06
1
-100
/
+264
|
*
Add constant time bitsliced AES encryption for CPUs without vperm or hardware
Jack Lloyd
2020-05-06
1
-163
/
+200
*
|
update CLI documentation
Philippe Lieser
2020-05-08
1
-7
/
+0
|
/
*
Make AES key expansion constant time
Jack Lloyd
2020-05-01
2
-38
/
+255
*
Merge GH #2338 TLS record layer cleanups
Jack Lloyd
2020-04-26
3
-32
/
+67
|
\
|
*
Small refactorings of TLS record layer
Jack Lloyd
2020-04-24
3
-32
/
+67
*
|
Avoid copying in range based for loops
Jack Lloyd
2020-04-24
2
-3
/
+3
*
|
Avoid a new Clang 10 ASan finding
Jack Lloyd
2020-04-24
1
-2
/
+4
|
/
*
Merge GH #2322 Workaround GCC UbSan false positive in XMSS
Jack Lloyd
2020-04-22
10
-125
/
+95
|
\
|
*
Avoid UbSan false positive in GCC
Jack Lloyd
2020-04-06
10
-125
/
+95
*
|
Add guard pages both before and after mlock'ed pages
Jack Lloyd
2020-04-18
1
-13
/
+16
*
|
In the cli, init the mlock allocator before entering sandbox
Jack Lloyd
2020-04-09
1
-1
/
+1
*
|
Fix flaky GOST 34.10 signature test
Jack Lloyd
2020-04-07
2
-22
/
+37
|
/
*
Don't return empty vector from raw_xxx_dn_sha256 if SHA-256 disabled
Jack Lloyd
2020-04-06
1
-0
/
+4
*
Fix an undefined shift operation when DTLS reconnection occurs
Jack Lloyd
2020-04-05
1
-1
/
+13
*
Merge GH #2312 Make CBC padding constant time
Jack Lloyd
2020-04-01
5
-52
/
+180
|
\
|
*
Fix for ASan
Jack Lloyd
2020-04-01
1
-1
/
+1
|
*
Make CBC padding constant time
Jack Lloyd
2020-03-29
5
-52
/
+180
*
|
Merge GH #2311 Fix for ARM cpuid code
Jack Lloyd
2020-04-01
1
-1
/
+5
|
\
\
|
*
|
cpu arm: Dead code as the symbol was never defined.
David Carlier
2020-03-28
1
-1
/
+5
|
|
/
*
/
Assert the length of size_t
Jack Lloyd
2020-03-24
1
-0
/
+7
|
/
*
Increase size of ECC scalar blinding
Jack Lloyd
2020-03-21
1
-4
/
+7
*
Try to avoid weird warning in VC2019
Jack Lloyd
2020-03-21
1
-2
/
+2
*
Deprecate BigInt::shrink_to_fit
Jack Lloyd
2020-03-21
5
-18
/
+18
*
Improve error category names
Hannes Rantzsch
2020-03-17
1
-5
/
+17
*
use boost::beast provided lowest_layer utilities
Hannes Rantzsch
2020-03-17
1
-6
/
+19
*
implement server-side of TLS::Stream
Hannes Rantzsch
2020-03-17
2
-29
/
+38
*
implement async_shutdown
Hannes Rantzsch
2020-03-17
1
-5
/
+47
*
FIX: Detect stream truncation errors
Hannes Rantzsch
2020-03-17
3
-121
/
+191
*
fail gracefully when using Stream w/o handshake
Hannes Rantzsch
2020-03-16
1
-1
/
+6
*
Build and link the tests and cli on baremetal as well
Jack Lloyd
2020-03-15
1
-0
/
+4
*
Add baremetal (gcc-arm-none-eabi) build
Jack Lloyd
2020-03-14
2
-12
/
+21
*
Add a 'none' OS target for bare metal builds.
Jack Lloyd
2020-03-14
1
-1
/
+1
*
Revert deprecating scrypt.h until everything is worked out
Jack Lloyd
2020-03-14
2
-1
/
+3
*
Prevent reallocations in X
Jack Lloyd
2020-03-08
1
-0
/
+1
*
Fix underflow bug in modular inverse
Jack Lloyd
2020-03-08
2
-16
/
+28
*
Merge GH #2298 Clean up prime generation logic
Jack Lloyd
2020-03-06
1
-32
/
+28
|
\
[next]