Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -77/+0 |
| | |||||
* | Add new helper zap which zeros a vector, clears it, and then calls | lloyd | 2012-11-29 | 1 | -6/+0 |
| | | | | shrink_to_fit to actually deallocate memory. | ||||
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -3/+3 |
| | | | | | | using a custom allocator. Currently our allocator just does new/delete with a memset before deletion, and the mmap and mlock allocators have been removed. | ||||
* | Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will also | lloyd | 2011-04-25 | 1 | -0/+83 |
support AES-NI. |