WIP OpenSSL improve memory handling #1707

Closed
PeterSurda wants to merge 1 commits from bignum_pointers_1 into v0.6
PeterSurda commented 2021-01-03 21:41:49 +01:00 (Migrated from github.com)
  • replace void * with BIGNUM * where applicable
  • addresses #1622
  • replace 0 with None when using a NULL pointer as parameter
  • EC_POINT struct is now defined but isn't used yet
  • blind signature tests now pass on 64bit wine
  • still crashes on W10 when decoding messages for your address or when generating an address
- replace void * with `BIGNUM` * where applicable - addresses #1622 - replace `0` with `None` when using a `NULL` pointer as parameter - `EC_POINT` struct is now defined but isn't used yet - blind signature tests now pass on 64bit wine - still crashes on W10 when decoding messages for your address or when generating an address
This repo is archived. You cannot comment on pull requests.
No description provided.