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
/
filters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-2
/
+0
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-1
/
+1
*
Abstract out mutex type. Make threads optional.
Jack Lloyd
2016-10-12
2
-0
/
+11
*
Add IncludeOS target. Make filesystem support optional.
Jack Lloyd
2016-10-10
2
-1
/
+10
*
Cipher_Mode API improvements
Jack Lloyd
2016-09-01
1
-1
/
+1
*
Remove Transform base class
Jack Lloyd
2016-04-21
8
-183
/
+216
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
3
-2
/
+1
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
5
-8
/
+8
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
4
-6
/
+6
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
17
-315
/
+315
*
Missing adds
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
5
-8
/
+8
*
Compression filter: Reorganised verification order of transform.
Matej Kenda
2015-11-26
1
-4
/
+6
*
Fixed crash in compression filter when transform argument is null.
Matej Kenda
2015-11-03
1
-1
/
+6
*
Add missing BOTAN_DLL to Decompression_Filter. GH #304
Jack Lloyd
2015-10-19
1
-1
/
+1
*
Move DataSource to utils and rewrite PEM encoding to avoid filters
Jack Lloyd
2015-10-14
3
-394
/
+0
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
1
-9
/
+16
*
Add m_ prefix to member variables in SecureQueue
Simon Warta
2015-08-08
2
-27
/
+28
*
Add missing override for SecureQueue::check_available()
Daniel Seither
2015-08-03
1
-1
/
+1
*
Fix two crashes in the BER decoder found with afl.
Jack Lloyd
2015-08-02
6
-4
/
+50
*
filters: Add missing overrides
Daniel Seither
2015-07-30
9
-57
/
+57
*
Fix typos
Simon Warta
2015-07-24
1
-1
/
+1
*
Add Android OS
Daniel Seither
2015-07-17
1
-0
/
+1
*
Remove references to removed tru64 OS
Daniel Seither
2015-07-17
1
-1
/
+0
*
ifstream/ostream take std::string
Simon Warta
2015-06-23
2
-6
/
+4
*
lib/filters: Convert &vec[0] to vec.data()
Daniel Seither
2015-06-20
13
-48
/
+48
*
Update broken module dependencies
Simon Warta
2015-06-19
1
-0
/
+1
*
Correct buffering logic in compression filter. GH issue #93 pull #95
eric.cornelius
2015-05-16
2
-3
/
+4
*
Compression filters were not sizing buffer, causing no input to
lloyd
2015-05-07
2
-11
/
+16
*
Use available MinGW APIs (CryptoAPI and Unix-style fds). GH#84
joerg
2015-04-27
1
-0
/
+1
*
Hide Algorithm_Factory and use the functions in lookup.h internally.
lloyd
2015-03-04
2
-76
/
+39
*
Move Cipher_Mode enum out of types.h, move stream cipher mode to new header
lloyd
2015-02-05
2
-1
/
+1
*
Add missing file
lloyd
2015-02-04
1
-0
/
+42
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
5
-15
/
+49
*
Use registry also for KDF, EMSA, and EME
lloyd
2015-01-31
1
-1
/
+1
*
Use registry for streams and MACs. Start updating callers.
lloyd
2015-01-31
1
-11
/
+6
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
5
-32
/
+37
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
33
-33
/
+33
*
Avoid referencing &vec[vec.size()] as this triggers iterator debugging
lloyd
2015-01-07
3
-5
/
+5
*
Fix missing dependency in filters (Github pull 33 from tiwoc)
lloyd
2014-12-13
1
-0
/
+1
*
Add gzip compression transform and compress command line prog.
lloyd
2014-11-19
2
-61
/
+3
*
Convert compression filters to in-place transforms and refactor
lloyd
2014-11-18
12
-1193
/
+182
*
RAII cleanups
lloyd
2014-11-07
2
-51
/
+47
*
Replace Transformatio::nstart with start_raw so we can do a full set
lloyd
2014-11-05
1
-1
/
+1
*
Remove pubkey filters, broken for a long time and not useful
lloyd
2014-11-04
3
-214
/
+0
*
Visual C++'s iterator debugging gets cranky with &vec[vec.size()].
lloyd
2014-05-15
1
-1
/
+1
*
Fix Transformation_Filter name
lloyd
2014-02-21
1
-2
/
+1
*
Transformation_Filter calls send() inside of start_msg() which means
lloyd
2014-02-17
1
-0
/
+3
*
Round up Transformation_Filters internal buffer size to the next multiple of ...
lloyd
2014-01-31
1
-2
/
+17
*
Guess I won't be needing these
lloyd
2014-01-18
2
-2
/
+0
[next]