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
/
pbes1
/
pbes1.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-193
/
+0
*
Avoid using CBC filters directly in PBES
lloyd
2013-08-15
1
-9
/
+3
*
Add new PBKDF interface that takes a std::chrono::milliseconds and
lloyd
2012-05-31
1
-71
/
+84
*
Some post merge fixups.
lloyd
2012-05-25
1
-7
/
+2
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-4
/
+4
*
Make MemoryRegion::set protected, change all callers
lloyd
2010-10-29
1
-6
/
+8
*
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
-2
/
+1
*
Give all Filter objects a method for querying their name
lloyd
2010-06-28
1
-0
/
+6
*
Increase the iteration count and salt size used for encrypted
lloyd
2010-06-15
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
-1
/
+1
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-34
/
+36
*
Remove global state dependency from pbes1
lloyd
2008-11-11
1
-32
/
+43
*
Remove use of get_s2k in PBES1 and PBES2, since they both always wanted
lloyd
2008-11-09
1
-4
/
+6
*
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
/
+169