Blind signature updates #1608
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-08#1608
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "eccblindsig"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The travis issue is due to OpenSSL versions, I tested it on 1.1.0 but it needs changes to be compatible with 1.0.2. I'll work on that.
It looks like a padding issue, serializing/deserializing doesn't behave consistently. I'm working on it.
The padding issue seems to be resolved, but for some reason it's still failing on travis. On my test VM with xenial the test pass. Continuing investigations.