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
/
tests
/
unit_ecc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix feature macro checks.
Jack Lloyd
2019-04-26
1
-2
/
+1
*
Remove tab characters
Jack Lloyd
2019-04-10
1
-65
/
+55
*
Avoid Sonarcube complaint
Jack Lloyd
2018-08-06
1
-1
/
+1
*
Misc EC_Group tests
Jack Lloyd
2018-08-02
1
-10
/
+18
*
Correct computing of discriminant in EC_Group::verify_group
Jack Lloyd
2018-06-27
1
-0
/
+2
*
Ensure that trying to add points from different groups fails.
Jack Lloyd
2018-06-19
1
-0
/
+16
*
Make the tests VarMap an actual type instead of a hashmap typedef.
Jack Lloyd
2018-05-29
1
-1
/
+1
*
Add EC_Group::a_is_zero
Jack Lloyd
2018-04-11
1
-0
/
+5
*
Run ECC unit tests across all groups where applicable
Jack Lloyd
2018-04-03
1
-279
/
+148
*
Add PointGFp::encode as replacement for EC2OSP
Jack Lloyd
2018-03-10
1
-8
/
+8
*
Add mixed (J+A) point addition, new scalar mul for base points
Jack Lloyd
2018-03-08
1
-9
/
+17
*
Support decoding of ECC groups with seed parameter
Jack Lloyd
2018-03-04
1
-0
/
+17
*
Add comment explaining why we are using these useless lambdas
Jack Lloyd
2018-02-25
1
-0
/
+2
*
Remove a couple of fairly bogus ECC tests
Jack Lloyd
2018-02-25
1
-67
/
+10
*
In ECC tests don't recreate groups that are built in
Jack Lloyd
2018-02-25
1
-47
/
+15
*
Expose EC_Group::a_is_minus_3
Jack Lloyd
2018-02-21
1
-0
/
+7
*
Remove mutable worksspace from PointGFp
Jack Lloyd
2018-02-21
1
-5
/
+8
*
Add functions to reduce integers mod the order to EC_Group
Jack Lloyd
2018-02-18
1
-3
/
+9
*
Create a persistent registry for ECC group data
Jack Lloyd
2018-02-04
1
-0
/
+26
*
Simplify ECC test OID lookup
Jack Lloyd
2018-01-31
1
-18
/
+17
*
Avoid CurveGFp in EC_Group interface
Jack Lloyd
2018-01-31
1
-0
/
+2
*
Use shared representation of EC_Group
Jack Lloyd
2018-01-31
1
-69
/
+34
*
Avoid a warning in Sonar
Jack Lloyd
2018-01-02
1
-1
/
+3
*
Fixes #1370 UBSan incompatible function ptr type
Matthias Gierlings
2017-12-24
1
-5
/
+35
*
Add known_named_groups to EC_Group to list known curves. Fixes GX #1338.
J08nY
2017-12-05
1
-31
/
+15
*
Remove various unused variables
Jack Lloyd
2017-10-02
1
-2
/
+2
*
Further header cleanups
Jack Lloyd
2017-09-28
1
-0
/
+1
*
Further build/test fixes for restricted configurations
Jack Lloyd
2017-09-24
1
-0
/
+4
*
Add final annotations as appropriate in the test code
Jack Lloyd
2017-09-22
1
-4
/
+4
*
Reorder calls to avoid UBSan false positive
Jack Lloyd
2017-09-20
1
-3
/
+4
*
Add SM2 encryption scheme
Jack Lloyd
2017-08-04
1
-1
/
+3
*
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
1
-112
/
+137
*
remove debug output from ecc_invalid unit tests
Never
2017-02-28
1
-2
/
+0
*
Add ECDSA key tests from Google's project Wycheproof
René Korthaus
2017-02-12
1
-0
/
+29
*
Fix various SunCC and Solaris warnings and build problems.
Jack Lloyd
2017-01-24
1
-1
/
+1
*
Add test option --run-long-tests
Jack Lloyd
2016-12-24
1
-4
/
+11
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-24
/
+24
*
add missing overrides
Daniel Neus
2016-01-08
1
-1
/
+1
*
Correct copyright info in unit_ecc.cpp file
Jack Lloyd
2015-12-26
1
-1
/
+6
*
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-8
/
+1
*
Remove support for broken 112 and 128 bit SECP ECC groups.
Jack Lloyd
2015-12-02
1
-4
/
+0
*
Convert const char* arguments on Test:: to std::strings
Jack Lloyd
2015-11-28
1
-1
/
+1
*
Avoid multiplication by zero here as get_affine will reject it
Jack Lloyd
2015-11-13
1
-1
/
+1
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-668
/
+550
*
Fix for minimized builds
Jack Lloyd
2015-08-21
1
-0
/
+1
*
Add power analysis countermeasures for ECC point multiplications.
Jack Lloyd
2015-08-21
1
-20
/
+30
*
Make Botan compile when only some modules are enabled
Simon Warta
2015-07-03
1
-7
/
+9
*
tests: Convert &vec[0] to vec.data()
Simon Warta
2015-06-30
1
-38
/
+38
*
Replace \n by std::endl in tests to ensure proper flushing
Simon Warta
2015-06-19
1
-8
/
+8
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
[next]