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
/
lib
/
base
/
algo_registry.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added myself to credits/copyright.
Matej Kenda
2015-11-20
1
-0
/
+1
*
Merged two sections of Botan namespace as suggested by randombit. Preprocessi...
Matej Kenda
2015-11-19
1
-5
/
+4
*
Fixed default ctor for WinCS_Mutex
Matej Kenda
2015-11-04
1
-1
/
+1
*
#321: changed implementation of CriticalSection locking in algo registry.
Matej Kenda
2015-11-04
1
-34
/
+38
*
Algo_Registry: Use CRITICAL_SECTION instead of std::mutex to prevent hang in ...
Matej Kenda
2015-11-03
1
-5
/
+49
*
Handle dependencies re static linking. GH #279
Jack Lloyd
2015-09-17
1
-1
/
+1
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
1
-3
/
+5
*
Reverse the algorithm priority ordering
Jack Lloyd
2015-08-29
1
-7
/
+10
*
Force semicolons at the end of BOTAN_REGISTER_* macro invocations
Daniel Seither
2015-07-15
1
-2
/
+8
*
In Algo_Registry if a maker func fails, try the next most preferred one
lloyd
2015-03-05
1
-31
/
+52
*
Hide Algorithm_Factory and use the functions in lookup.h internally.
lloyd
2015-03-04
1
-1
/
+1
*
Add missing include
lloyd
2015-03-02
1
-0
/
+1
*
Enable OpenSSL for providing ciphers and hashes again.
lloyd
2015-02-05
1
-13
/
+22
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
1
-0
/
+215