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
/
pbkdf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the default PKCS #8 PBKDF runtime from 200 to 300 milliseconds.
lloyd
2013-04-04
2
-2
/
+2
*
Move assert.h from internal to very public (included in types.h)
lloyd
2013-03-13
1
-1
/
+0
*
More Doxygen warning fixes
lloyd
2012-07-09
1
-0
/
+3
*
Add missing headers, triggered errors under minimal builds
lloyd
2012-06-19
1
-0
/
+1
*
Missing source file from d8021f3e5aa8812a2843d6afd27bbe56d04af734
lloyd
2012-06-01
1
-0
/
+44
*
Add new PBKDF interface that takes a std::chrono::milliseconds and
lloyd
2012-05-31
8
-149
/
+137
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
3
-6
/
+6
*
First step towards replacing the existing containers with std::vector
lloyd
2012-05-18
1
-1
/
+1
*
propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...
lloyd
2010-11-04
1
-1
/
+1
|
\
|
*
propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...
lloyd
2010-10-13
2
-4
/
+4
|
|
\
|
|
*
Use std::to_string
lloyd
2010-09-03
1
-1
/
+1
|
|
*
propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...
lloyd
2010-09-03
1
-3
/
+3
|
|
|
\
|
|
|
*
propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...
lloyd
2010-07-09
1
-3
/
+3
*
|
|
|
Mass disable copy constructors and assignment on all algos until proven safe/...
lloyd
2010-11-04
1
-6
/
+0
*
|
|
|
Add new top-level algorithm which provides basic functionality: name
lloyd
2010-11-01
2
-12
/
+4
|
/
/
/
*
|
|
Use output_length() instead of OUTPUT_LENGTH pseudo-property
lloyd
2010-10-13
3
-5
/
+5
*
|
|
s/u32bit/size_t/ in pbkdf
lloyd
2010-10-12
7
-31
/
+31
*
|
|
Use size_t for BufferedComputation::add_data
lloyd
2010-10-12
1
-1
/
+1
*
|
|
Remove more implicit vector to pointer conversions
lloyd
2010-09-14
2
-4
/
+5
*
|
|
More changes to avoid vector to pointer implicit conversions
lloyd
2010-09-14
1
-2
/
+2
*
|
|
Handle the case that container size() returns something other than u32bit
lloyd
2010-09-14
1
-1
/
+1
*
|
|
Anywhere where we use MemoryRegion::begin to get access to the raw pointer
lloyd
2010-09-13
1
-1
/
+1
|
/
/
*
|
Turns out OpenSSL's implementation of PBKDF2 allows empty passphrases,
lloyd
2010-08-21
1
-5
/
+10
*
|
Correct Doxygen comment
lloyd
2010-08-17
1
-3
/
+2
*
|
Fix Doxygen comment in PBKDF2 constructor
lloyd
2010-08-13
1
-2
/
+2
|
/
*
Rename S2K to PBKDF, because that is by far the most common name - S2K
lloyd
2010-07-09
11
-0
/
+406