aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbe/pbes2/pbes2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-209/+0
* Avoid using CBC filters directly in PBESlloyd2013-08-151-9/+3
* Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, andlloyd2012-11-061-1/+1
* Wrong OID namelloyd2012-06-011-1/+1
* Allow arbitrary ciphers and hashes with PKCS #5 v2.0. The onlylloyd2012-05-311-46/+30
* Add new PBKDF interface that takes a std::chrono::milliseconds andlloyd2012-05-311-74/+68
* Some post merge fixups.lloyd2012-05-251-8/+3
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-2/+2
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-5/+5
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-2/+2
* s/BLOCK_SIZE/block_size()/lloyd2010-10-131-1/+1
* 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-5/+2
* Give all Filter objects a method for querying their namelloyd2010-06-281-0/+6
* Yet more Doxygen commentslloyd2010-06-161-12/+12
* Increase the iteration count and salt size used for encryptedlloyd2010-06-151-2/+2
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-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-2/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-1/+3
* Fix memory leaks in PBE_PKCS5v20 and get_pbelloyd2008-11-121-0/+6
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-1/+1
* Switch to Algorithm_Factory in PBES2lloyd2008-11-111-75/+73
* Remove use of get_s2k in PBES1 and PBES2, since they both always wantedlloyd2008-11-091-5/+8
* 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/+230