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
/
core_engine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove global_rng calls for setting up blinding, instead require a RNG
lloyd
2013-12-25
2
-21
/
+21
*
Add Threefish-512 AVX2 decrypt
lloyd
2013-12-25
1
-0
/
+9
*
Give everything setting a feature test macro in build.h a version code
lloyd
2013-11-28
1
-1
/
+1
*
Fix get_cipher_mode for OCB and GCM with short tags
lloyd
2013-11-17
1
-2
/
+2
*
Add CCM mode
lloyd
2013-09-05
1
-18
/
+29
*
Convert CTS mode to Transformation API
lloyd
2013-08-15
1
-11
/
+3
*
Convert CFB to Transformation API
lloyd
2013-08-15
1
-4
/
+4
*
Move ECB to Transformation API
lloyd
2013-08-15
1
-9
/
+9
*
Move CBC to Transformation API
lloyd
2013-08-15
1
-14
/
+14
*
Make XTS a Transformation under src/modes
lloyd
2013-08-14
1
-4
/
+4
*
Rename ARC4 to RC4
lloyd
2013-04-19
1
-6
/
+6
*
Allow tag sizes other than 128 bits in GCM and OCB
lloyd
2013-03-27
1
-33
/
+41
*
Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes.
lloyd
2013-03-27
1
-14
/
+24
*
Remove the Turing and WiderWAKE4+1 stream cipher implementations.
lloyd
2013-03-19
1
-18
/
+0
*
Some work towards a (very slow) GCM implementation
lloyd
2013-03-16
1
-0
/
+14
*
OCB decryption
lloyd
2013-03-14
1
-3
/
+4
*
Add OCB mode, currently encrypt only, and an AEAD interface
lloyd
2013-03-14
1
-0
/
+16
*
We would fail to cache GOST-34.11 because name() did not match what
lloyd
2012-11-06
1
-1
/
+1
*
Fix various issues flagged by cppcheck. Nothing too interesting.
lloyd
2012-08-13
1
-3
/
+3
*
Add new PBKDF interface that takes a std::chrono::milliseconds and
lloyd
2012-05-31
1
-9
/
+0
*
Replace 0 and NULL pointer constants with nullptr. Also fix an old
lloyd
2012-05-18
7
-19
/
+19
*
Patrick Pelletier noted on the mailing list that the implementation of
lloyd
2012-04-24
1
-2
/
+6
*
Fix various typos, and remove an unused macro in checks/bench.cpp
lloyd
2012-04-23
1
-2
/
+2
*
Add a slow but functional implementation of Camellia
lloyd
2012-01-28
1
-0
/
+9
*
Fix PR 166
lloyd
2011-12-08
1
-5
/
+9
*
Add a simple but functioning implementation of Keccak. Only the
lloyd
2010-12-10
1
-0
/
+9
*
Old function name, and made message confusing anyway
lloyd
2010-11-05
1
-2
/
+1
*
Was missing the Engine PBKDF lookup routine
lloyd
2010-11-04
1
-0
/
+52
*
Move PBKDF lookups to engine
lloyd
2010-11-04
2
-0
/
+4
*
In all cases where the block size of the cipher is fixed, the key
lloyd
2010-10-14
1
-2
/
+0
*
More size_t
lloyd
2010-10-13
2
-2
/
+2
*
s/BLOCK_SIZE/block_size()/
lloyd
2010-10-13
1
-1
/
+1
*
Use size_t in SCAN_Name
lloyd
2010-10-12
3
-8
/
+8
*
Fix macro
lloyd
2010-09-30
1
-0
/
+1
*
Split SHA-2 into 32 and 64 bit versions; they are totally independent
lloyd
2010-09-30
1
-2
/
+7
*
Rename Default_Engine to Core_Engine which describes its purposes
lloyd
2010-07-27
9
-0
/
+1141