Blind signature updates #1608

Closed
PeterSurda wants to merge 1 commits from eccblindsig into v0.6
PeterSurda commented 2020-03-29 14:57:05 +02:00 (Migrated from github.com)
- implemented serialisation and deserialisation, as close to existing standards (openssl, bitcoin) as I could. Specification is here: https://github.com/Bitmessage/PyBitmessage/wiki/Blind-signature-specification - more tests - added a chain of blind signatures which is supposed to begin with a CA pubkey
g1itch (Migrated from github.com) reviewed 2020-03-29 14:57:05 +02:00
PeterSurda commented 2020-03-30 03:17:18 +02:00 (Migrated from github.com)

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.

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.
PeterSurda commented 2020-03-30 08:07:22 +02:00 (Migrated from github.com)

It looks like a padding issue, serializing/deserializing doesn't behave consistently. I'm working on it.

It looks like a padding issue, serializing/deserializing doesn't behave consistently. I'm working on it.
PeterSurda commented 2020-03-31 03:52:24 +02:00 (Migrated from github.com)

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.

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.
This repo is archived. You cannot comment on pull requests.
No description provided.