]> git.tuebingen.mpg.de Git - paraslash.git/commit
gcrypt: Allocate a secmem pool at startup.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 3 Jan 2018 03:33:02 +0000 (04:33 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Feb 2018 23:10:28 +0000 (00:10 +0100)
commit0ad0518b47e4637ad3a4ce12adecffb3b557bc40
treed4432a63d2b3394ad38907893fed1734e0c240a9
parent3e16770594ee8267db0523ec733d0af794f277ff
gcrypt: Allocate a secmem pool at startup.

The client side loads private keys. This patch makes sure the memory
which contains such key material is never swapped out.
gcrypt.c