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
/
pubkey
/
ec_group
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix flaky GOST 34.10 signature test
Jack Lloyd
2020-04-07
1
-17
/
+32
*
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
*
Remove unused member variable
Jack Lloyd
2020-03-01
2
-3
/
+1
*
fix for botan issue #2128: klocwork warning - get_affine_x() and
Martin Ostertag
2019-10-02
2
-6
/
+6
*
Support loading an EC point with affine zero coordinates.
Jack Lloyd
2019-09-12
2
-2
/
+3
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
1
-0
/
+3
*
Reduce usage of oids.h with the addition of some helpers on OID
Jack Lloyd
2019-08-04
1
-3
/
+2
*
Deprecate and replace OIDS::lookup
Jack Lloyd
2019-08-04
1
-2
/
+2
*
Add gost_512A param
Jack Lloyd
2019-08-01
1
-0
/
+12
*
Updates for GOST 2012 support
Jack Lloyd
2019-08-01
1
-1
/
+1
*
Move decl of blinding bits into the source file
Jack Lloyd
2019-07-27
2
-2
/
+6
*
Resolve some MSVC warnings
Jack Lloyd
2019-06-14
1
-1
/
+1
*
Fix some warnings with Clang 8
Jack Lloyd
2019-05-08
1
-0
/
+6
*
Fix feature macro checks.
Jack Lloyd
2019-04-26
1
-7
/
+0
*
Fix some extra semicolons
Jack Lloyd
2019-03-27
1
-1
/
+1
*
Add references for these addition chains [ci skip]
Jack Lloyd
2019-03-07
1
-0
/
+4
*
s/as_string/to_string/
Jack Lloyd
2019-03-01
2
-2
/
+2
*
Avoid using unblinded Montgomery ladder during ECC key generation
Jack Lloyd
2018-12-18
1
-8
/
+27
*
In PointGFp addition, prevent all_zeros from being shortcircuited
Jack Lloyd
2018-12-14
1
-4
/
+7
*
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
*
Do swaps in PointGFp instead of copies
Jack Lloyd
2018-12-05
1
-13
/
+12
*
No need to check x when checking if a point is at infinity
Jack Lloyd
2018-12-01
1
-2
/
+1
*
Add BigInt::mod_mul
Jack Lloyd
2018-12-01
3
-27
/
+10
*
Fix debug asserts, and add it to CI
Jack Lloyd
2018-11-29
1
-2
/
+2
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-8
/
+10
*
Make more BigInt functions const-time
Jack Lloyd
2018-11-26
1
-0
/
+1
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-7
/
+10
*
Remove support for Visual C++ 2013
Jack Lloyd
2018-10-01
1
-1
/
+1
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
1
-4
/
+4
*
Add functions to get size of PK ciphertext,plaintext
Jack Lloyd
2018-08-10
2
-0
/
+11
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
1
-24
/
+3
*
Correct Doxygen errors
Jack Lloyd
2018-07-02
1
-3
/
+2
*
Fix some -Wshadow warnings
Jack Lloyd
2018-06-29
1
-4
/
+4
*
Expose reduction mod p in CurveGFp
Jack Lloyd
2018-06-28
3
-16
/
+28
*
Correct computing of discriminant in EC_Group::verify_group
Jack Lloyd
2018-06-27
1
-16
/
+34
*
Remove outdated comment [ci skip]
Jack Lloyd
2018-06-21
1
-2
/
+0
*
Avoid needless alloc and copy
Jack Lloyd
2018-06-21
1
-7
/
+5
*
Fix a header comment and inline PointGFp::add/add_affine
Jack Lloyd
2018-06-21
2
-26
/
+23
*
Attempt to verify decoded ECC groups are using prime fields
Jack Lloyd
2018-06-20
1
-2
/
+37
*
Avoid an unncecessary malloc
Jack Lloyd
2018-06-20
1
-1
/
+1
*
Use masked table lookups for variable point scalar mult
Jack Lloyd
2018-06-20
1
-10
/
+30
*
Changes to allow masked lookups for variable point mult
Jack Lloyd
2018-06-20
7
-140
/
+164
*
Remove build time toggle for ECC coordinate masking
Jack Lloyd
2018-06-20
2
-16
/
+16
*
Perform ECC mult starting from top bit of the exponent
Jack Lloyd
2018-06-20
1
-17
/
+16
*
Ensure that trying to add points from different groups fails.
Jack Lloyd
2018-06-19
2
-13
/
+19
*
Use masked table lookup in ECC base point multiplication
Jack Lloyd
2018-06-19
1
-9
/
+30
*
Add some todo comments wrt side channels in ECC scalar mult
Jack Lloyd
2018-06-17
1
-0
/
+5
*
In ECC avoid using significant words to dispatch the mult algo
Jack Lloyd
2018-06-15
1
-22
/
+15
[next]