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
/
algo_factory
/
algo_factory.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-225
/
+0
*
Doxygen warning fixes
lloyd
2012-07-09
1
-1
/
+0
*
propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...
lloyd
2010-11-04
1
-2
/
+1
|
\
|
*
propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...
lloyd
2010-10-13
1
-2
/
+1
|
|
\
|
|
*
propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c...
lloyd
2010-08-04
1
-2
/
+1
|
|
|
\
|
|
|
*
propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...
lloyd
2010-06-17
1
-3
/
+11
|
|
|
|
\
|
|
|
*
\
propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74...
lloyd
2010-04-09
1
-2
/
+6
|
|
|
|
\
\
|
|
|
*
\
\
propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...
lloyd
2010-01-21
1
-3
/
+1
|
|
|
|
\
\
\
|
|
|
|
*
|
|
Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guard
lloyd
2009-04-01
1
-3
/
+2
*
|
|
|
|
|
|
Move PBKDF lookups to engine
lloyd
2010-11-04
1
-0
/
+24
*
|
|
|
|
|
|
Add a BOTAN_DEPRECATED macro which can provide compile-time
lloyd
2010-11-02
1
-2
/
+3
|
/
/
/
/
/
/
*
/
/
/
/
/
s/u32bit/size_t/
lloyd
2010-10-12
1
-6
/
+6
|
/
/
/
/
/
*
|
|
|
|
merge of '28d57385c0f1a9a2665288ce728e8b3231634f59'
lloyd
2010-08-03
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Forbid copying an Algorithm_Factory; could easily cause double-delete,
lloyd
2010-07-30
1
-0
/
+4
*
|
|
|
|
|
We've already predeclared Engine at the start of the header, so no
lloyd
2010-07-29
1
-4
/
+4
|
/
/
/
/
/
*
|
|
|
/
Expose Algorithm_Factory::clear_caches which clears out all of the
lloyd
2010-07-27
1
-0
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
More Doxygen comments
lloyd
2010-06-16
1
-0
/
+7
*
|
|
|
More Doxygen fixes
lloyd
2010-06-15
1
-2
/
+3
*
|
|
|
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Allow adding engines dynamically
lloyd
2010-03-24
1
-3
/
+6
|
/
/
*
|
Doxygen comments
lloyd
2010-01-07
1
-14
/
+63
*
|
Make many more headers internal-only.
lloyd
2009-12-16
1
-1
/
+2
|
/
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-0
/
+2
*
Fix misspelled words in algo_factory.{cpp,h}, from Charles Brockman in bug 40
lloyd
2009-03-02
1
-3
/
+3
*
In Algorithm_Factory, create the Algorithm_Cache<> objects dynamically
lloyd
2008-11-12
1
-5
/
+6
*
Remove Library_State::add_engine and Algorithm_Factory::add_engine,
lloyd
2008-11-12
1
-14
/
+25
*
Remove support for provider identifiers from SCAN_Name - it turns out this
lloyd
2008-11-12
1
-24
/
+59
*
Move most of the remaining libstate code to pk_engine.cpp, move engines
lloyd
2008-11-11
1
-2
/
+0
*
Use cache in Algorithm_Factory for ciphers
lloyd
2008-11-11
1
-6
/
+10
*
Add a new cache at the level of Algorithm_Factory. Intent is to replace
lloyd
2008-11-11
1
-1
/
+7
*
Remove a global_state() dependency on Engine without breaking Monotone
lloyd
2008-11-11
1
-0
/
+3
*
Add a function to query algorithm providers
lloyd
2008-11-11
1
-0
/
+2
*
Move Algorithm_Factory from libstate (which it did not depend on) to algo_fac...
lloyd
2008-11-11
1
-0
/
+70