PyBitmessage icon indicating copy to clipboard operation
PyBitmessage copied to clipboard

WIP OpenSSL improve memory handling

Open PeterSurda opened this issue 5 years ago • 0 comments

  • 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

PeterSurda avatar Jan 03 '21 20:01 PeterSurda