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
/
constructs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up catch and return
lloyd
2010-03-01
1
-5
/
+1
*
In get_pbkdf_prf, catch Algorithm_Not_Found and return null
lloyd
2010-03-01
1
-2
/
+10
*
passhash9: Ensure that choose_pbkdf_prf returns a PRF if possible
lloyd
2010-03-01
1
-2
/
+8
*
Further passhash changes before release and things have to be
lloyd
2010-02-05
4
-105
/
+136
*
Move the get_byte template to its own header, because many files
lloyd
2010-02-02
3
-3
/
+3
*
Prefix passhash with "$9$" in a manner similar with other
lloyd
2010-02-02
3
-16
/
+31
*
Password hashing is a pretty useful service, really. Move the guts of
lloyd
2010-02-01
3
-0
/
+125
*
Modify the S2K interface. Instead of being stateful in terms of the salt
lloyd
2010-02-01
1
-6
/
+6
*
Clean up exceptions. Remove some unused ones like Config_Error. Make
lloyd
2010-01-05
1
-1
/
+1
*
Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostly
lloyd
2009-12-23
1
-1
/
+1
*
Un-internal loadstor.h (and its header deps, rotate.h and
lloyd
2009-12-21
4
-4
/
+4
*
Add missing BOTAN_DLL exports.
lloyd
2009-12-16
3
-14
/
+14
*
Make many more headers internal-only.
lloyd
2009-12-16
4
-5
/
+5
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
3
-22
/
+2
*
Add missing header guards to package.h and botan.h
lloyd
2009-12-02
1
-0
/
+5
*
Move most code that relies heavily on Filters into src/filters.
lloyd
2009-11-17
12
-0
/
+953