Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -10/+10 |
| | | | | | | 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. | ||||
* | Use unique_ptr instead of auto_ptr | lloyd | 2011-03-08 | 1 | -2/+2 |
| | | | | Use std::to_string in bcrypt | ||||
* | Forward declare Algorithm_Factory | lloyd | 2011-02-16 | 1 | -0/+1 |
| | |||||
* | Add the NIST AES key wrap algorithm, as specified in RFC 3394 and | lloyd | 2011-02-15 | 1 | -0/+121 |
http://csrc.nist.gov/groups/ST/toolkit/documents/kms/key-wrap.pdf |