index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pbe
/
pbes2
/
pbes2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-209
/
+0
*
Avoid using CBC filters directly in PBES
lloyd
2013-08-15
1
-9
/
+3
*
Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, and
lloyd
2012-11-06
1
-1
/
+1
*
Wrong OID name
lloyd
2012-06-01
1
-1
/
+1
*
Allow arbitrary ciphers and hashes with PKCS #5 v2.0. The only
lloyd
2012-05-31
1
-46
/
+30
*
Add new PBKDF interface that takes a std::chrono::milliseconds and
lloyd
2012-05-31
1
-74
/
+68
*
Some post merge fixups.
lloyd
2012-05-25
1
-8
/
+3
*
Replace 0 and NULL pointer constants with nullptr. Also fix an old
lloyd
2012-05-18
1
-2
/
+2
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-5
/
+5
*
Eliminate the constant size_t values in SymmetricAlgorithm that give
lloyd
2010-10-28
1
-2
/
+2
*
s/BLOCK_SIZE/block_size()/
lloyd
2010-10-13
1
-1
/
+1
*
Use size_t in filters
lloyd
2010-10-12
1
-3
/
+3
*
More changes to avoid vector to pointer implicit conversions
lloyd
2010-09-14
1
-1
/
+1
*
More vector->pointer conversion removals.
lloyd
2010-09-13
1
-5
/
+2
*
Give all Filter objects a method for querying their name
lloyd
2010-06-28
1
-0
/
+6
*
Yet more Doxygen comments
lloyd
2010-06-16
1
-12
/
+12
*
Increase the iteration count and salt size used for encrypted
lloyd
2010-06-15
1
-2
/
+2
*
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
1
-1
/
+1
*
Modify the S2K interface. Instead of being stateful in terms of the salt
lloyd
2010-02-01
1
-3
/
+3
*
Rename/remove some secmem member variables for better matching with STL
lloyd
2009-11-17
1
-2
/
+2
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-1
/
+3
*
Fix memory leaks in PBE_PKCS5v20 and get_pbe
lloyd
2008-11-12
1
-0
/
+6
*
Remove support for provider identifiers from SCAN_Name - it turns out this
lloyd
2008-11-12
1
-1
/
+1
*
Switch to Algorithm_Factory in PBES2
lloyd
2008-11-11
1
-75
/
+73
*
Remove use of get_s2k in PBES1 and PBES2, since they both always wanted
lloyd
2008-11-09
1
-5
/
+8
*
Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 that
lloyd
2008-10-02
1
-1
/
+1
*
Expose use of global state in some of the lookup functions, including
lloyd
2008-09-29
1
-1
/
+1
*
Compliation fixes
lloyd
2008-09-28
1
-1
/
+1
*
Modularize PBEs (password-based encryption schemes)
lloyd
2008-09-28
1
-0
/
+230