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
...
*
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
|
|
/
/
*
|
|
Remove hamming_weight function
Jack Lloyd
2018-12-06
1
-17
/
+0
*
|
|
Better logic in BigInt::bits wrt valgrind const time checks
Jack Lloyd
2018-12-06
1
-2
/
+3
|
/
/
*
|
Do swaps in PointGFp instead of copies
Jack Lloyd
2018-12-05
2
-14
/
+13
*
|
Avoid needless is_zero check in set_sign
Jack Lloyd
2018-12-05
1
-4
/
+4
*
|
Fix Doxygen errors [ci skip]
Jack Lloyd
2018-12-05
2
-1
/
+1
*
|
Make BigInt::cond_flip_sign constant time
Jack Lloyd
2018-12-05
1
-3
/
+9
*
|
Use BigInt::cond_flip_sign
Jack Lloyd
2018-12-05
3
-7
/
+4
*
|
Don't leak if x is zero either
Jack Lloyd
2018-12-05
1
-39
/
+37
*
|
Remove some conditional branches from division
Jack Lloyd
2018-12-05
3
-22
/
+27
*
|
Fix more MSVC warnings
Jack Lloyd
2018-12-04
1
-1
/
+1
*
|
Reduce the base in the fixed window exponentiator
Jack Lloyd
2018-12-04
1
-1
/
+1
*
|
Silence MSVC warnings
Jack Lloyd
2018-12-04
10
-114
/
+116
*
|
Fix some misc MSVC warnings
Jack Lloyd
2018-12-04
2
-4
/
+4
*
|
Fix some MSVC warnings in CT::Mask
Jack Lloyd
2018-12-04
1
-2
/
+2
*
|
Merge GH #1767 Switch Travis builds to Xenial
Jack Lloyd
2018-12-04
2
-4
/
+8
|
\
\
|
*
|
Fix a memory leak in OpenSSL ECDH
Jack Lloyd
2018-12-03
1
-3
/
+5
|
*
|
Add PVR identifer for POWER9
Jack Lloyd
2018-12-03
1
-1
/
+3
*
|
|
Merge GH #1765 Avoid some conditional branches in binary extended Euclidean a...
Jack Lloyd
2018-12-03
3
-12
/
+62
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make binary extended Euclidean algorithm less branchy
Jack Lloyd
2018-12-03
3
-12
/
+62
*
|
|
Fix Sphinx errors
Jack Lloyd
2018-12-03
2
-1
/
+2
*
|
|
Fix bug in TLS CBC unpadding
Jack Lloyd
2018-12-03
1
-1
/
+1
|
/
/
*
|
Extend ct_modulo to handle negative inputs
Jack Lloyd
2018-12-03
1
-8
/
+17
[prev]
[next]