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
/
modes
/
cipher_mode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add CommonCrypto cipher modes support
Jose Pereira
2018-09-09
1
-1
/
+18
*
Work around unique_ptr conversion bug in older GCC
Jack Lloyd
2018-04-07
1
-1
/
+1
*
Add RAII versions of get_cipher_mode and get_aead
Jack Lloyd
2018-04-07
1
-21
/
+34
*
Make stream, block, hash and cipher mode base classes optional
Jack Lloyd
2018-01-12
1
-0
/
+2
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-4
/
+1
*
Implement cipher modes with OpenSSL.
Alexander Bluhm
2017-04-25
1
-3
/
+35
*
Remove ECB mode
Jack Lloyd
2016-12-04
1
-18
/
+0
*
Remove alias logic from SCAN_Name
Jack Lloyd
2016-10-21
1
-0
/
+6
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-93
/
+95
*
Remove Transform base class
Jack Lloyd
2016-04-21
1
-19
/
+33
*
Cleanup includes
Jack Lloyd
2015-09-22
1
-0
/
+1
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
1
-5
/
+4
*
Address some review comments by Simon. GH #279
Jack Lloyd
2015-09-21
1
-4
/
+4
*
Same treatment for cipher modes
Jack Lloyd
2015-09-10
1
-0
/
+65
*
Move Cipher_Mode enum out of types.h, move stream cipher mode to new header
lloyd
2015-02-05
1
-0
/
+1
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
1
-8
/
+23
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-0
/
+59