aboutsummaryrefslogtreecommitdiffstats
path: root/src/pbe
Commit message (Expand)AuthorAgeFilesLines
* Move add_alias and deref_alias from Library_State to SCAN_Namelloyd2013-12-251-2/+2
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-283-3/+3
* Avoid using CBC filters directly in PBESlloyd2013-08-152-18/+6
* Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, andlloyd2012-11-061-1/+1
* Add missing includes, noticed by OS X's Clang 4.1lloyd2012-10-302-0/+2
* More Doxygen warning fixeslloyd2012-07-091-0/+3
* Doxygen warning fixeslloyd2012-07-091-1/+5
* More Doxygen commentslloyd2012-07-061-3/+7
* Add missing headers, triggered errors under minimal buildslloyd2012-06-191-0/+1
* Wrong OID namelloyd2012-06-011-1/+1
* Allow arbitrary ciphers and hashes with PKCS #5 v2.0. The onlylloyd2012-05-313-56/+35
* Add new PBKDF interface that takes a std::chrono::milliseconds andlloyd2012-05-317-196/+207
* Some post merge fixups.lloyd2012-05-252-15/+5
* 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-185-14/+14
* Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-092-2/+2
* Move pbe.h to pbe dirlloyd2010-12-281-0/+57
* Make MemoryRegion::set protected, change all callerslloyd2010-10-291-6/+8
* 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-124-8/+8
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-142-2/+2
* More vector->pointer conversion removals.lloyd2010-09-132-7/+3
* Give all Filter objects a method for querying their namelloyd2010-06-284-0/+16
* Yet more Doxygen commentslloyd2010-06-162-15/+28
* More Doxygen commentslloyd2010-06-161-1/+6
* More Doxygen updates/fixeslloyd2010-06-152-4/+4
* merge of 'beaa845172bcf34c757ab1428e921d996a275c6c'lloyd2010-06-152-3/+3
|\
| * Increase the iteration count and salt size used for encryptedlloyd2010-06-152-3/+3
* | Fix a few hundred Doxygen warningslloyd2010-06-151-4/+5
|/
* 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-012-6/+6
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-163-21/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-172-3/+3
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-293-6/+0
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-153-13/+24
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-306-63/+75
* Update some doxygen comments. Contributed by Charles Brockman in bug #39lloyd2009-03-021-3/+3
* Fix memory leaks in PBE_PKCS5v20 and get_pbelloyd2008-11-123-4/+14
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-122-7/+7
* Make SCAN_Name::arg return a new SCAN_Name that has the same providers list,lloyd2008-11-111-8/+8
* Switch to Algorithm_Factory in PBES2lloyd2008-11-113-114/+129
* Remove global state dependency from pbes1lloyd2008-11-113-38/+94
* Shorten SCAN_Name's argument arg in function nameslloyd2008-11-101-4/+4
* Modify get_pbe to use SCAN_Namelloyd2008-11-091-18/+12
* Remove unused variable1.7.20lloyd2008-11-091-2/+0
* Make two variants of get_pbe more consistentlloyd2008-11-091-13/+11
* Remove use of get_s2k in PBES1 and PBES2, since they both always wantedlloyd2008-11-092-9/+14
* Split the last parts of the 'core' modulelloyd2008-11-082-2/+2
* Move pbe/pbe_base to pbe/lloyd2008-10-265-2/+2