Tobias Brunner 781ad0b93b openssl: Allocate our own buffer for i2d_* wrapper macro
If we pass a pointer to NULL, the memory allocated by OpenSSL has to be
freed with OPENSSL_free().  Otherwise, this can lead to random
crashes/freezes for Windows builds as seen on AppVeyor.  To not
complicate things for callers of this macro, we allocate our own memory,
which we already do for other i2d_* calls.
2021-02-11 16:40:58 +01:00
..
2020-02-11 18:23:07 +01:00
2019-08-22 15:18:06 +02:00
2020-02-11 18:23:07 +01:00
2020-09-09 13:25:30 +02:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2020-09-09 13:25:30 +02:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2019-08-22 15:18:06 +02:00
2019-08-22 15:18:06 +02:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2020-02-11 18:23:07 +01:00
2019-08-22 15:18:06 +02:00
2020-02-11 18:23:07 +01:00