bas-t / descrambler

Standalone version of FFdecsawrapper
GNU General Public License v3.0
7 stars 11 forks source link

Some data types have been made opaque in OpenSSL version 1.1 so stack allocation and accessing struct fields directly does not work. #9

Closed bas-t closed 7 years ago

bas-t commented 7 years ago

Currently investigating, but sadly I'm not an openssl expert (actually not even a novice).

Current situation:

http://pastebin.com/R6TdhSqQ

For reference and as a personal reminder:

https://www.openssl.org/docs/man1.0.2/crypto/bn.html

https://wiki.openssl.org/index.php/Manual:BN_new%283%29

https://wiki.openssl.org/index.php/1.1_API_Changes

https://github.com/rdesktop/rdesktop/pull/44

Any help on the matter is most welcome!

bas-t commented 7 years ago

Fixed in 1c909d0b9e9ad862300c65f5d7884c8c3ccaec58 and 3599d798a8ae727b36193cd1c43cf5ac59a6e110