Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-23 | Handle locked pages more robustly (Fixes issue #1462) | Wladimir J. van der Laan | |
Memory locks do not stack, that is, pages which have been locked several times by calls to mlock() will be unlocked by a single call to munlock(). This can result in keying material ending up in swap when those functions are used naively. In this commit a class "LockedPageManager" is added that simulates stacking memory locks by keeping a counter per page. | |||
2012-06-08 | Update comment about secure_allocator<> | Pieter Wuille | |
2012-05-18 | Update License in File Headers | Fordy | |
I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file. | |||
2012-04-20 | Add missing includes. (Fix bulding under GCC 4.7) | Timothy Redaelli | |
2012-04-17 | Remove headers.h | Pieter Wuille | |
2012-04-04 | remove dependency on serialize.h and util.h for SecureString | Wladimir J. van der Laan | |