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
/
libstate
/
lookup.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-124
/
+0
*
Split up libstate/get_enc.cpp
lloyd
2013-12-25
1
-0
/
+13
*
Remove return value of AEAD_Mode::start as it doesn't seem necessary
lloyd
2013-04-03
1
-14
/
+0
*
Update callers
lloyd
2013-03-20
1
-2
/
+2
*
Add get_aead in lookup.h
lloyd
2013-03-16
1
-0
/
+14
*
Drop some deprecated functions
lloyd
2012-06-01
1
-57
/
+0
*
Add back min_keylength_of, max_keylength_of, keylength_multiple_of
lloyd
2011-03-21
1
-0
/
+57
*
More VC warning fixes
lloyd
2011-02-09
1
-2
/
+2
*
Eliminate the constant size_t values in SymmetricAlgorithm that give
lloyd
2010-10-28
1
-76
/
+0
*
Remove most uses of HASH_BLOCK_SIZE
lloyd
2010-10-13
1
-1
/
+1
*
s/BLOCK_SIZE/block_size()/
lloyd
2010-10-13
1
-1
/
+1
*
Use output_length() instead of OUTPUT_LENGTH pseudo-property
lloyd
2010-10-13
1
-3
/
+3
*
Fix a few hundred Doxygen warnings
lloyd
2010-06-15
1
-10
/
+10
*
Define lookup.{h,cpp} in terms of Algorithm_Factory. Inline a lot of simple
lloyd
2009-12-26
1
-144
/
+35
*
Oops, I was overzealous
lloyd
2009-12-23
1
-2
/
+2
*
Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostly
lloyd
2009-12-23
1
-4
/
+4
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-4
/
+6
*
Add an Algorithm_Factory& argument to Engine::get_cipher to avoid a
lloyd
2008-11-23
1
-2
/
+4
*
Library_State had two functions that did the same thing,
lloyd
2008-11-12
1
-41
/
+47
*
Drop look_add.h and the freestanding add_algorithm functions
lloyd
2008-11-11
1
-33
/
+0
*
Move block and stream ciphers also into Algorithm_Factory
lloyd
2008-11-10
1
-158
/
+112
*
Move MACs also to Algorithm_Factory
lloyd
2008-11-10
1
-57
/
+34
*
Move add_algorithm for hashes also to Algorithm_Factory
lloyd
2008-11-10
1
-19
/
+8
*
Have Algorithm_Factory::make_hash_function throw an exception if it can't
lloyd
2008-11-10
1
-7
/
+1
*
Use Algorithm_Factory and SCAN_Name for all hash lookups. Modify engines
lloyd
2008-11-10
1
-39
/
+31
*
Add a class Algorithm_Factory which encapsulates the Engine classes (and
lloyd
2008-11-10
1
-9
/
+10
*
Remove support for block cipher padding methods in engine. Like S2K,
lloyd
2008-11-10
1
-51
/
+0
*
Remove support for S2K in Engines. There are only three implementations of
lloyd
2008-11-10
1
-29
/
+0
*
Move some lookup related code from src/engine to src/libstate/lookup.cpp
lloyd
2008-11-09
1
-0
/
+253
*
Move libstate and selftest out of core/ dir to toplevel
lloyd
2008-10-26
1
-0
/
+239