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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move allocate.h with related code in alloc
lloyd
2008-11-08
2
-36
/
+0
*
Continue to dismantle the core module (aka ball of mud), moving allocator
lloyd
2008-11-08
5
-477
/
+0
*
Move mutex.h from core to utils
lloyd
2008-11-08
5
-356
/
+1
*
Split ciphers into block and stream ciphers. Move base class headers
lloyd
2008-11-08
4
-208
/
+0
*
Split base.h into block_cipher.h and stream_cipher.h
lloyd
2008-11-08
6
-8
/
+196
*
Move declaration of StreamCipher to stream_cipher.h
lloyd
2008-11-08
3
-82
/
+3
*
Move hash.h from src/core to src/hash
lloyd
2008-11-08
5
-183
/
+20
*
Inline BufferedComputation into the header (all functions were very short)
lloyd
2008-11-08
3
-97
/
+30
*
Move BufferedComputation to new buf_comp.{h,cpp}
lloyd
2008-11-08
6
-166
/
+193
*
Move mac base classes from src/core to src/mac
lloyd
2008-11-08
3
-72
/
+0
*
Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)
lloyd
2008-11-08
4
-47
/
+58
*
Move the declaration of the HashFunction base class to a new header hash.h
lloyd
2008-11-08
5
-41
/
+53
*
Wrap lines to 80 columns
lloyd
2008-10-28
1
-2
/
+5
*
Move rng.h from core to rng
lloyd
2008-10-26
1
-107
/
+0
*
Move rng.{cpp,h} from core to rng/ topdir
lloyd
2008-10-26
3
-157
/
+6
*
Move kdf/kdf_base to kdf
lloyd
2008-10-26
1
-1
/
+0
*
Move s2k.{h,cpp} and S2K algos from core and kdf to new s2k/ dir
lloyd
2008-10-26
3
-152
/
+0
*
Put pk_pad.{h,cpp} from core into pk_pad/ dir (cleaner I think)
lloyd
2008-10-26
3
-108
/
+0
*
Move libstate and selftest out of core/ dir to toplevel
lloyd
2008-10-26
26
-4368
/
+0
*
Add an OID to policy.cpp needed by the CVC code
lloyd
2008-10-14
1
-0
/
+3
*
RNG::reseed comment
lloyd
2008-10-13
1
-1
/
+1
*
Add some Doxygen comments from InSiTo written for config.h (now gone/split up)
lloyd
2008-10-13
1
-8
/
+60
*
Remove spurious trailing ; after blocks
lloyd
2008-10-13
1
-1
/
+1
*
Add trailing H__ to some header guards. Line wrap long comment.
lloyd
2008-10-13
1
-2
/
+2
*
Add Doxygen comments for secmem.h from InSiTo
lloyd
2008-10-13
1
-19
/
+237
*
Doxygen comments for lookup.h from InSiTo
lloyd
2008-10-13
1
-35
/
+184
*
And add yet more InSiTo Doxygen comments (20 .h files to go...)
lloyd
2008-10-13
1
-18
/
+87
*
Doxygen comments for enums.h
lloyd
2008-10-13
1
-6
/
+27
*
Further Doxygen comments from InSiTo
lloyd
2008-10-13
2
-37
/
+298
*
More Doxygen comments from InSiTo
lloyd
2008-10-13
1
-5
/
+57
*
Add names to params
lloyd
2008-10-13
1
-5
/
+5
*
More Doxygen comments from InSiTo
lloyd
2008-10-13
1
-7
/
+81
*
More Doxygen comments from InSiTo
lloyd
2008-10-13
1
-9
/
+29
*
Add name() virtual function in RandomNumberGenerator base class (had been the...
lloyd
2008-10-12
1
-0
/
+2
*
Fix ECDSA/SHA-160 OID entry
lloyd
2008-10-11
1
-1
/
+1
*
Add comment attributing source for ECDSA OID
lloyd
2008-10-11
1
-2
/
+2
*
Add OIDs for ECDSA with SHA-2 from draft-ietf-pkix-sha2-dsa-ecdsa-04.txt
lloyd
2008-10-11
1
-6
/
+17
*
Add OIDs for ECDSA and ECDSA with EMSA1_BSI padding from InSiTo
lloyd
2008-10-11
1
-0
/
+7
*
Move DESX into desx.h and desx.cpp
lloyd
2008-10-08
1
-0
/
+1
*
Add BSI variant of EMSA1, from InSiTo
lloyd
2008-10-08
1
-0
/
+12
*
Add missing include
lloyd
2008-10-08
1
-0
/
+1
*
Avoid a memory leak if lookup of a component algorithm of Lion cannot be
lloyd
2008-10-08
1
-2
/
+9
*
Split kdf.h and kdf.cpp from core/ to kdf/kdf_base
lloyd
2008-10-08
5
-127
/
+7
*
Add SHA-224 from InSiTo, written and (C) by FlexSecure GmbH
lloyd
2008-10-08
1
-2
/
+3
*
Fix problems with disabling ECDSA
lloyd
2008-10-08
2
-0
/
+4
*
Split ecdsa module into ecc_key, ecdsa, eckaeg
lloyd
2008-10-08
2
-1
/
+20
*
Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 that
lloyd
2008-10-02
3
-17
/
+11
*
Reorg includes
lloyd
2008-10-01
1
-3
/
+2
*
Avoid unused parameter warning when ECDSA is enabled in build
lloyd
2008-10-01
1
-6
/
+6
*
Add needed include of ec_dompar.h
lloyd
2008-10-01
1
-0
/
+1
[next]