aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/rfc3394/rfc3394.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-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_ptrlloyd2011-03-081-2/+2
| | | | Use std::to_string in bcrypt
* Forward declare Algorithm_Factorylloyd2011-02-161-0/+1
|
* Add the NIST AES key wrap algorithm, as specified in RFC 3394 andlloyd2011-02-151-0/+121
http://csrc.nist.gov/groups/ST/toolkit/documents/kms/key-wrap.pdf