aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/dlies/dlies.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-146/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-12/+15
* Remove all uses of MemoryRegion::copy outside of internal uses inlloyd2012-05-181-1/+1
* First step towards replacing the existing containers with std::vectorlloyd2012-05-181-1/+1
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-4/+4
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-10/+10
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-2/+2
* Remove more implicit vector to pointer conversionslloyd2010-09-141-4/+4
* Remove constructors of MemoryVector and SecureVector that took twolloyd2010-09-131-2/+4
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-7/+4
* This checkin represents a pretty major change in how PK operations arelloyd2010-03-041-19/+26
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-1/+1
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-22/+24
* Remove unused include of <memory>lloyd2008-11-111-1/+0
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-111-25/+32
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-0/+129