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
/
engine
/
def_engine
/
def_mode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Default_Engine to Core_Engine which describes its purposes
lloyd
2010-07-27
1
-224
/
+0
*
Add missing BOTAN_DLL exports.
lloyd
2009-12-16
1
-1
/
+1
*
Similiar treatment for OFB which is also just a plain stream cipher
lloyd
2009-10-14
1
-1
/
+1
*
Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F...
lloyd
2009-10-14
1
-3
/
+3
*
Refactor Default_Engine::get_cipher so bits can be called from selftest
lloyd
2009-10-06
1
-84
/
+99
*
Add XTS mode, from IEEE P1619
lloyd
2009-04-16
1
-0
/
+14
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-7
/
+9
*
Add an Algorithm_Factory& argument to Engine::get_cipher to avoid a
lloyd
2008-11-23
1
-4
/
+3
*
Library_State had two functions that did the same thing,
lloyd
2008-11-12
1
-1
/
+1
*
Move most of the remaining libstate code to pk_engine.cpp, move engines
lloyd
2008-11-11
1
-0
/
+194
*
Move engine to libstate/ directory, since there is a mutual dependency
lloyd
2008-11-09
1
-180
/
+0
*
Simplify implementation of Default_Engine::get_cipher somewhat
lloyd
2008-11-08
1
-94
/
+92
*
Remove lookup.h use from EAX
lloyd
2008-11-08
1
-2
/
+2
*
Remove lookup.h from CTS mode
lloyd
2008-11-08
1
-2
/
+2
*
Remove lookup.h use from ECB, CBC, CFB
lloyd
2008-11-08
1
-6
/
+11
*
Remove use of lookup.h from OFB
lloyd
2008-11-08
1
-1
/
+1
*
Remove use of lookup.h in CTR mode
lloyd
2008-11-08
1
-1
/
+1
*
Rename eng_def.h to def_eng.h
lloyd
2008-11-08
1
-1
/
+1
*
Move most of the Default_Engine code into engine/def_engine, and the
lloyd
2008-11-08
1
-0
/
+177