aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Correct Doxygen errorsJack Lloyd2018-07-023-6/+5
* Add OID for ChaCha20Poly1305Jack Lloyd2018-07-011-1/+3
* Rename Threefish-512 AVX2 fileJack Lloyd2018-06-301-0/+0
* Support bcrypt 2b and 2yJack Lloyd2018-06-292-12/+36
* Fix handling of SHA instructions in testsJack Lloyd2018-06-291-0/+2
* Check arguments to BigInt::random_integerJack Lloyd2018-06-292-2/+5
* Fix Coverity false positiveJack Lloyd2018-06-291-0/+2
* Fix some -Wshadow warningsJack Lloyd2018-06-292-6/+5
* Move reduction mod q to DL_GroupJack Lloyd2018-06-284-31/+118
* Expose reduction mod p in CurveGFpJack Lloyd2018-06-283-16/+28
* Correct computing of discriminant in EC_Group::verify_groupJack Lloyd2018-06-271-16/+34
* Prohibit empty nonces with GCMJack Lloyd2018-06-272-3/+9
* Avoid useless multiplication in Montgomery exponentiationJack Lloyd2018-06-263-22/+39
* Add a warning about win32 stats making antivirus unhappy [ci skip]Jack Lloyd2018-06-251-0/+4
* Fix error in 1024-bit polynomial doubleJack Lloyd2018-06-251-2/+2
* Use ASCII specific function calls for Windows API callsJack Lloyd2018-06-251-3/+3
* Document preconditions of BigInt::mod_add/mod_subJack Lloyd2018-06-231-0/+2
* Minor optimization for Montgomery exponentiationJack Lloyd2018-06-233-17/+26
* Some fiddling with RSA private operationJack Lloyd2018-06-221-18/+29
* Remove outdated comment [ci skip]Jack Lloyd2018-06-211-2/+0
* Avoid needless alloc and copyJack Lloyd2018-06-212-7/+11
* Fix a header comment and inline PointGFp::add/add_affineJack Lloyd2018-06-212-26/+23
* Attempt to verify decoded ECC groups are using prime fieldsJack Lloyd2018-06-202-5/+57
* Avoid an unncecessary mallocJack Lloyd2018-06-201-1/+1
* Use masked table lookups for variable point scalar multJack Lloyd2018-06-201-10/+30
* Changes to allow masked lookups for variable point multJack Lloyd2018-06-208-146/+174
* Remove build time toggle for ECC coordinate maskingJack Lloyd2018-06-202-16/+16
* Perform ECC mult starting from top bit of the exponentJack Lloyd2018-06-201-17/+16
* Avoid a small timing channel in Barrett reductionJack Lloyd2018-06-201-8/+12
* Ensure that trying to add points from different groups fails.Jack Lloyd2018-06-192-13/+19
* Use masked table lookup in ECC base point multiplicationJack Lloyd2018-06-192-9/+42
* Avoid a special case in Barrett reduction for x < modJack Lloyd2018-06-181-8/+3
* Avoid unnecessary realloc in BigInt::mod_subJack Lloyd2018-06-171-2/+7
* Add some todo comments wrt side channels in ECC scalar multJack Lloyd2018-06-171-0/+5
* Avoid leaking size of exponentJack Lloyd2018-06-1711-51/+119
* Merge GH #1609 Avoid small side channel in ECC field mulJack Lloyd2018-06-151-22/+15
|\
| * In ECC avoid using significant words to dispatch the mult algoJack Lloyd2018-06-151-22/+15
* | TLS would try to negotiate x25519 even if disabledJack Lloyd2018-06-151-2/+6
|/
* Add combined conditional add-or-subtractJack Lloyd2018-06-143-5/+41
* Remove CT annotations from Montgomery reductionJack Lloyd2018-06-141-8/+0
* In Montgomery mul, avoid branching based on sig words of integersJack Lloyd2018-06-141-13/+21
* Make Karatsuba multiply completely const timeJack Lloyd2018-06-144-24/+52
* Avoid overallocation of memory for EC base point multiplesJack Lloyd2018-06-141-1/+1
* Add 192-bit Suite B policyJack Lloyd2018-06-141-0/+36
* Address DSA/ECDSA side channelJack Lloyd2018-06-134-17/+80
* Unroll bigint_monty_redc for various sizesJack Lloyd2018-06-114-24/+2691
* Add missing statementJack Lloyd2018-06-081-0/+1
* Attempt at MSVC 2013 workaroundJack Lloyd2018-06-081-2/+4
* Expose BER_Decoder constructor taking BER_Object&&Jack Lloyd2018-06-082-4/+10
* Reduce copying/allocations when BER decodingJack Lloyd2018-06-082-81/+194