aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Initialize System_Error::m_error_codeJack Lloyd2018-12-231-1/+2
* Avoid double return of unique_ptrJack Lloyd2018-12-231-1/+3
* Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counterJack Lloyd2018-12-233-6/+7
* Now Timer does not need to include an internal headerJack Lloyd2018-12-231-1/+0
* De-inline more of TimerJack Lloyd2018-12-232-41/+37
* Make significant_words const time alsoJack Lloyd2018-12-233-40/+25
* In Timer, grab CPU clock firstJack Lloyd2018-12-231-9/+9
* Remove now incorrect commentJack Lloyd2018-12-221-5/+0
* Make high_bit and ctz actually const timeJack Lloyd2018-12-221-3/+3
* Promote ct_is_zero and expand_top_bit to bit_ops.hJack Lloyd2018-12-222-10/+21
* Make ctz and high_bit faster and const-time-ishJack Lloyd2018-12-223-48/+51
* Merge GH #1794 Improve const time logic in PKCS1v15 and OAEP decodingJack Lloyd2018-12-217-43/+122
|\
| * Use consistent logic for OAEP and PKCS1v15 decodingJack Lloyd2018-12-217-43/+122
* | Avoid including rotate.h in bswap.hJack Lloyd2018-12-2127-2/+29
|/
* Address a couple of Coverity false positivesJack Lloyd2018-12-192-5/+15
* Avoid using unblinded Montgomery ladder during ECC key generationJack Lloyd2018-12-182-11/+32
* In PointGFp addition, prevent all_zeros from being shortcircuitedJack Lloyd2018-12-141-4/+7
* Unroll const_time_lookup by 2Jack Lloyd2018-12-141-6/+10
* Simplify the const time lookup in ECC scalar mulJack Lloyd2018-12-141-12/+9
* Use a 3-bit comb for ECC base point multiplyJack Lloyd2018-12-132-19/+36
* Some cleanups in x25519Jack Lloyd2018-12-101-53/+43
* Fix more MSVC warningsJack Lloyd2018-12-102-4/+5
* Merge GH #1769 Support TLS signature padding strings in PKCS11 mappingJack Lloyd2018-12-101-0/+10
|\
| * Remove EMSA1 encodings from p11 sign mechanisms mapHannes Rantzsch2018-12-101-5/+0
| * Extend the SignMechanisms map for Signature_Scheme padding stringsHannes Rantzsch2018-12-041-0/+15
* | Fix some MSVC warningsJack Lloyd2018-12-105-12/+19
* | Work around a problem when built with OpenSSLJack Lloyd2018-12-101-5/+1
* | Support recovering ECDSA public key from message/signature pairJack Lloyd2018-12-102-0/+107
* | Make ASan happyJack Lloyd2018-12-091-1/+1
* | Add base58 encoding/decodingJack Lloyd2018-12-093-0/+266
* | Merge GH #1780 Use constant time algorithm for monty_inverseJack Lloyd2018-12-092-39/+23
|\ \
| * | Use a const time algorithm for monty_inverseJack Lloyd2018-12-092-39/+23
* | | Fix typoJack Lloyd2018-12-091-1/+1
* | | Avoid doing a variable time division during Montgomery setupJack Lloyd2018-12-095-14/+25
|/ /
* | Move Miller-Rabin t param inside the blockJack Lloyd2018-12-091-2/+2
* | Few features added for BSD.David Carlier2018-12-091-1/+4
* | Avoid repeated size checks when setting words in NIST reductionJack Lloyd2018-12-081-25/+33
* | Merge GH #1776 Clean ups in MDx_HashFunctionJack Lloyd2018-12-082-33/+49
|\ \
| * | Require MDx_HashFunction block size to be a power of 2Jack Lloyd2018-12-082-14/+25
| * | Cleanups in MDx_HashFunctionJack Lloyd2018-12-082-32/+37
* | | Clean up Streebog and fix use of unaligned loadsJack Lloyd2018-12-082-94/+114
|/ /
* | Merge GH #1774 Const time BigInt shiftsJack Lloyd2018-12-086-98/+83
|\ \
| * | Avoid early exitJack Lloyd2018-12-071-4/+3
| * | Fix bug and avoid allocations in left shiftJack Lloyd2018-12-075-22/+36
| * | Const time the behavior of shifts [WIP]Jack Lloyd2018-12-063-87/+59
* | | In calc_sig_words save the size of m_reg before the loopJack Lloyd2018-12-081-3/+4
* | | Merge GH #1773 Add BigInt::ct_reduce_belowJack Lloyd2018-12-073-3/+39
|\ \ \
| * | | Add BigInt::ct_reduce_belowJack Lloyd2018-12-063-3/+39
* | | | Merge GH #1772 ECDSA now caches RFC 6979 nonce generator objectJack Lloyd2018-12-061-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | In ECDSA cache the RFC6979 objectJack Lloyd2018-12-061-3/+3
| |/ /