qdrvm / kagome

Kagome - C++20 implementation of Polkadot Host
https://kagome.readthedocs.io
Apache License 2.0
158 stars 33 forks source link

"secure" allocator #2129

Open turuslan opened 3 months ago

turuslan commented 3 months ago

BoringSSL doesn't implement "secure" allocator from OpenSSL. Copy code from OpenSSL or reuse existing allocator library. OpenSSL prevents swap (mlock) and core dump (madvice(MADV_DONTDUMP)) to disk.