Files
Nim/lib
Dominik Picheta 6673934482 Fixes issues with dynamic loading OpenSSL. Fixes #13903. (#13919) [backport]
This fixes at least a couple of issues:

* Procs loaded from the DLL being used even when the pointer is nil.
* The actual issue (#13903) which appeared to cause stack corruption on
  Android 7.1.1 with OpenSSL 1.1.1f. The change that fixed this was the
  move to loading the procs in `sslSym`.

(cherry picked from commit 350ee0308a)
2020-04-14 07:15:46 +02:00
..
2017-02-20 17:24:19 +02:00
2019-07-14 16:08:15 +02:00
2019-10-24 14:10:46 +02:00
2020-02-19 18:57:54 +01:00
2019-09-18 12:16:52 +02:00
2013-03-16 23:53:07 +01:00
2019-08-27 23:18:46 +02:00
2019-12-10 16:14:32 +01:00
2014-08-28 09:59:26 +02:00
2020-02-19 18:55:27 +01:00