-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An attempt to fix #449 (ECDSA forcing DER/ASN.1) #450
base: develop
Are you sure you want to change the base?
Conversation
ee8b8b5
to
7fda795
Compare
7fda795
to
41d9ee3
Compare
41d9ee3
to
8e2b645
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
8e2b645
to
5613bae
Compare
so we wait now until the two missing points are done? |
If you agree with the proposed split, which I assume you do, I (or any other volunteer) have to update doc and tests. |
👍 |
797f10c
to
9340721
Compare
9340721
to
d1ac928
Compare
d1ac928
to
d708fe7
Compare
f4d044e
to
a616dbb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good so far. Do you need help with the last bits (docs / test)?
via e.g. ``` make -j9 EXTRALIBS="../libtommath/libtommath.a " \ CFLAGS="-DLTC_NOTHING -DLTC_MINIMAL -DLTC_MECC -DUSE_LTM \ -DLTM_DESC -I../libtommath" ```
Signed-off-by: Steffen Jaeckel <[email protected]>
a616dbb
to
46bf532
Compare
Sure! Thanks :) |
This PR is incomplete (as I am not sure if it is the proper fix).
Cc: @sjaeckel @rmw42
TODO:
EDIT: Hopefully fixes #449 -- /RL