Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
407b0120
Commit
407b0120
authored
Jan 26, 2020
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChangeLog entries
parent
ce4e9458
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
ChangeLog
ChangeLog
+29
-0
No files found.
ChangeLog
View file @
407b0120
2020-01-26 Niels Möller <nisse@lysator.liu.se>
Support for GOST DSA, contributed by Dmitry Baryshkov.
* gostdsa-verify.c (gostdsa_verify): New file and function.
* gostdsa-sign.c (gostdsa_sign): New file and function.
* ecc-gostdsa-verify.c (ecdsa_in_range, ecc_gostdsa_verify_itch)
(ecc_gostdsa_verify): New file and functions.
* ecc-gostdsa-sign.c (ecc_gostdsa_sign_itch, ecc_gostdsa_sign):
New file and functions.
* ecc-internal.h (ECC_GOSTDSA_SIGN_ITCH): New macro.
* ecc-hash.c (gost_hash): New function.
* testsuite/gostdsa-verify-test.c: New test.
* testsuite/gostdsa-sign-test.c: New test.
* testsuite/gostdsa-keygen-test.c: New test.
* testsuite/Makefile.in (TS_HOGWEED_SOURCES): Add new tests.
Support for GOST gc256b and gc512a curves, contributed by Dmitry
Baryshkov.
* eccdata.c (ecc_curve_init): Add parameters for gost_gc256b and
gost_gc512a.
* ecc-gost-gc256b.c: New file, define _nettle_gost_gc256b.
* ecc-gost-gc512a.c: New file, define _nettle_gost_gc512a.
* Makefile.in: Add rules to generate ecc-gost-gc256b.h and
ecc-gost-gc512a.h.
(hogweed_SOURCES): Add ecc-gost-gc256b.c ecc-gost-gc512a.c.
* examples/ecc-benchmark.c (curves): Add to list.
* testsuite/testutils.c (ecc_curves): Add to list.
(test_ecc_mul_a): Reference points for new curves.
2020-01-25 Niels Möller <nisse@lysator.liu.se>
2020-01-25 Niels Möller <nisse@lysator.liu.se>
* examples/hogweed-benchmark.c (bench_curve_init): Pass correct
* examples/hogweed-benchmark.c (bench_curve_init): Pass correct
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment