aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbe/pbes1/pbes1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-193/+0
* Avoid using CBC filters directly in PBESlloyd2013-08-151-9/+3
* Add new PBKDF interface that takes a std::chrono::milliseconds andlloyd2012-05-311-71/+84
* Some post merge fixups.lloyd2012-05-251-7/+2
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-4/+4
* Make MemoryRegion::set protected, change all callerslloyd2010-10-291-6/+8
* Use size_t in filterslloyd2010-10-121-3/+3
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-1/+1
* More vector->pointer conversion removals.lloyd2010-09-131-2/+1
* Give all Filter objects a method for querying their namelloyd2010-06-281-0/+6
* Increase the iteration count and salt size used for encryptedlloyd2010-06-151-1/+1
* Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-011-3/+3
* 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-34/+36
* Remove global state dependency from pbes1lloyd2008-11-111-32/+43
* Remove use of get_s2k in PBES1 and PBES2, since they both always wantedlloyd2008-11-091-4/+6
* Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 thatlloyd2008-10-021-1/+1
* Expose use of global state in some of the lookup functions, includinglloyd2008-09-291-1/+1
* Compliation fixeslloyd2008-09-281-1/+1
* Modularize PBEs (password-based encryption schemes)lloyd2008-09-281-0/+169