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
*
Initialize System_Error::m_error_code
Jack Lloyd
2018-12-23
1
-1
/
+2
*
Avoid double return of unique_ptr
Jack Lloyd
2018-12-23
1
-1
/
+3
*
Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counter
Jack Lloyd
2018-12-23
3
-6
/
+7
*
Now Timer does not need to include an internal header
Jack Lloyd
2018-12-23
1
-1
/
+0
*
De-inline more of Timer
Jack Lloyd
2018-12-23
2
-41
/
+37
*
Make significant_words const time also
Jack Lloyd
2018-12-23
3
-40
/
+25
*
In Timer, grab CPU clock first
Jack Lloyd
2018-12-23
1
-9
/
+9
*
Remove now incorrect comment
Jack Lloyd
2018-12-22
1
-5
/
+0
*
Make high_bit and ctz actually const time
Jack Lloyd
2018-12-22
1
-3
/
+3
*
Promote ct_is_zero and expand_top_bit to bit_ops.h
Jack Lloyd
2018-12-22
2
-10
/
+21
*
Make ctz and high_bit faster and const-time-ish
Jack Lloyd
2018-12-22
3
-48
/
+51
*
Merge GH #1794 Improve const time logic in PKCS1v15 and OAEP decoding
Jack Lloyd
2018-12-21
7
-43
/
+122
|
\
|
*
Use consistent logic for OAEP and PKCS1v15 decoding
Jack Lloyd
2018-12-21
7
-43
/
+122
*
|
Avoid including rotate.h in bswap.h
Jack Lloyd
2018-12-21
27
-2
/
+29
|
/
*
Address a couple of Coverity false positives
Jack Lloyd
2018-12-19
2
-5
/
+15
*
Avoid using unblinded Montgomery ladder during ECC key generation
Jack Lloyd
2018-12-18
2
-11
/
+32
*
In PointGFp addition, prevent all_zeros from being shortcircuited
Jack Lloyd
2018-12-14
1
-4
/
+7
*
Unroll const_time_lookup by 2
Jack Lloyd
2018-12-14
1
-6
/
+10
*
Simplify the const time lookup in ECC scalar mul
Jack Lloyd
2018-12-14
1
-12
/
+9
*
Use a 3-bit comb for ECC base point multiply
Jack Lloyd
2018-12-13
2
-19
/
+36
*
Some cleanups in x25519
Jack Lloyd
2018-12-10
1
-53
/
+43
*
Fix more MSVC warnings
Jack Lloyd
2018-12-10
2
-4
/
+5
*
Merge GH #1769 Support TLS signature padding strings in PKCS11 mapping
Jack Lloyd
2018-12-10
1
-0
/
+10
|
\
|
*
Remove EMSA1 encodings from p11 sign mechanisms map
Hannes Rantzsch
2018-12-10
1
-5
/
+0
|
*
Extend the SignMechanisms map for Signature_Scheme padding strings
Hannes Rantzsch
2018-12-04
1
-0
/
+15
*
|
Fix some MSVC warnings
Jack Lloyd
2018-12-10
5
-12
/
+19
*
|
Work around a problem when built with OpenSSL
Jack Lloyd
2018-12-10
1
-5
/
+1
*
|
Support recovering ECDSA public key from message/signature pair
Jack Lloyd
2018-12-10
2
-0
/
+107
*
|
Make ASan happy
Jack Lloyd
2018-12-09
1
-1
/
+1
*
|
Add base58 encoding/decoding
Jack Lloyd
2018-12-09
3
-0
/
+266
*
|
Merge GH #1780 Use constant time algorithm for monty_inverse
Jack Lloyd
2018-12-09
2
-39
/
+23
|
\
\
|
*
|
Use a const time algorithm for monty_inverse
Jack Lloyd
2018-12-09
2
-39
/
+23
*
|
|
Fix typo
Jack Lloyd
2018-12-09
1
-1
/
+1
*
|
|
Avoid doing a variable time division during Montgomery setup
Jack Lloyd
2018-12-09
5
-14
/
+25
|
/
/
*
|
Move Miller-Rabin t param inside the block
Jack Lloyd
2018-12-09
1
-2
/
+2
*
|
Few features added for BSD.
David Carlier
2018-12-09
1
-1
/
+4
*
|
Avoid repeated size checks when setting words in NIST reduction
Jack Lloyd
2018-12-08
1
-25
/
+33
*
|
Merge GH #1776 Clean ups in MDx_HashFunction
Jack Lloyd
2018-12-08
2
-33
/
+49
|
\
\
|
*
|
Require MDx_HashFunction block size to be a power of 2
Jack Lloyd
2018-12-08
2
-14
/
+25
|
*
|
Cleanups in MDx_HashFunction
Jack Lloyd
2018-12-08
2
-32
/
+37
*
|
|
Clean up Streebog and fix use of unaligned loads
Jack Lloyd
2018-12-08
2
-94
/
+114
|
/
/
*
|
Merge GH #1774 Const time BigInt shifts
Jack Lloyd
2018-12-08
6
-98
/
+83
|
\
\
|
*
|
Avoid early exit
Jack Lloyd
2018-12-07
1
-4
/
+3
|
*
|
Fix bug and avoid allocations in left shift
Jack Lloyd
2018-12-07
5
-22
/
+36
|
*
|
Const time the behavior of shifts [WIP]
Jack Lloyd
2018-12-06
3
-87
/
+59
*
|
|
In calc_sig_words save the size of m_reg before the loop
Jack Lloyd
2018-12-08
1
-3
/
+4
*
|
|
Merge GH #1773 Add BigInt::ct_reduce_below
Jack Lloyd
2018-12-07
3
-3
/
+39
|
\
\
\
|
*
|
|
Add BigInt::ct_reduce_below
Jack Lloyd
2018-12-06
3
-3
/
+39
*
|
|
|
Merge GH #1772 ECDSA now caches RFC 6979 nonce generator object
Jack Lloyd
2018-12-06
1
-3
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
In ECDSA cache the RFC6979 object
Jack Lloyd
2018-12-06
1
-3
/
+3
|
|
/
/
[next]