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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable RdRand on Windows/MSVC
Daniel Neus
2015-12-16
1
-0
/
+1
*
Add missing include in dyn_load.cpp
Simon Warta
2015-12-12
1
-0
/
+1
*
Improve some argument checks and usage messages of cli apps
Simon Warta
2015-12-12
12
-18
/
+27
*
Fix for minimized builds
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Build fix. Add SQL_DB_Error exception type
Jack Lloyd
2015-12-11
2
-9
/
+18
*
Disable asio serial port support to avoid Darwin braindamage. GH #350
Jack Lloyd
2015-12-11
1
-1
/
+9
*
Missing adds
Jack Lloyd
2015-12-11
26
-41
/
+39
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
82
-194
/
+211
*
Rename cmd/app -> cli
Simon Warta
2015-12-09
41
-25
/
+25
*
Minor sanity updates for OctetString
Simon Warta
2015-12-09
2
-23
/
+24
*
Improve getopt error message
Simon Warta
2015-12-09
1
-1
/
+1
*
Fix tls_proxy app
Simon Warta
2015-12-09
1
-8
/
+8
*
Add boost builds on Travis OSX
Simon Warta
2015-12-09
3
-12
/
+14
*
Replace C interfaces in cli apps with C++ interfaces
Simon Warta
2015-12-08
30
-234
/
+237
*
Remove LibraryInitializer from cli
Simon Warta
2015-12-08
1
-3
/
+0
*
Fix indent in test_passhash
Simon Warta
2015-12-08
1
-1
/
+1
*
Merge pull request #311 from mouse07410/master
Jack Lloyd
2015-12-08
1
-8
/
+18
|
\
|
*
Merge pull request #7 from randombit/master
Mouse
2015-10-27
80
-483
/
+3774
|
|
\
|
*
\
Merge pull request #6 from randombit/master
Mouse
2015-10-25
8
-121
/
+109
|
|
\
\
|
*
\
\
Merge pull request #5 from randombit/master
Mouse
2015-10-23
2
-0
/
+10
|
|
\
\
\
|
*
|
|
|
Added comments explaining when .decode() is needed on mce_decrypt
Uri Blumenthal
2015-10-23
1
-2
/
+7
|
*
|
|
|
Fix minor output problem.
Mouse
2015-10-23
1
-8
/
+13
*
|
|
|
|
Add OS utility header
Jack Lloyd
2015-12-05
7
-102
/
+197
*
|
|
|
|
Make portable GCM multiply operation run in constant time.
Jack Lloyd
2015-12-04
1
-9
/
+16
*
|
|
|
|
Merge pull request #321 from matejk/fix_algo_registry_locking_windows
Jack Lloyd
2015-12-04
1
-6
/
+54
|
\
\
\
\
\
|
*
|
|
|
|
Added myself to credits/copyright.
Matej Kenda
2015-11-20
1
-0
/
+1
|
*
|
|
|
|
Merged two sections of Botan namespace as suggested by randombit. Preprocessi...
Matej Kenda
2015-11-19
1
-5
/
+4
|
*
|
|
|
|
Merge branch 'master' of github.com:randombit/botan into fix_algo_registry_lo...
Matej Kenda
2015-11-19
112
-21869
/
+9231
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Fixed default ctor for WinCS_Mutex
Matej Kenda
2015-11-04
1
-1
/
+1
|
*
|
|
|
|
|
#321: changed implementation of CriticalSection locking in algo registry.
Matej Kenda
2015-11-04
1
-34
/
+38
|
*
|
|
|
|
|
Algo_Registry: Use CRITICAL_SECTION instead of std::mutex to prevent hang in ...
Matej Kenda
2015-11-03
1
-5
/
+49
*
|
|
|
|
|
|
Missing test update for ECC group removal.
Jack Lloyd
2015-12-02
1
-4
/
+0
*
|
|
|
|
|
|
Remove support for broken 112 and 128 bit SECP ECC groups.
Jack Lloyd
2015-12-02
3
-54
/
+2
*
|
|
|
|
|
|
Add update overload taking std::string to PK_Verifier and PK_Signer
Jack Lloyd
2015-12-02
1
-1
/
+19
*
|
|
|
|
|
|
Avoid ever returning 0 from CPUID::cache_line_size
Jack Lloyd
2015-12-02
2
-1
/
+12
*
|
|
|
|
|
|
Add more workfactor estimate helpers.
Jack Lloyd
2015-11-29
6
-32
/
+53
*
|
|
|
|
|
|
Improve side channel attack resistance of table based AES impl
Jack Lloyd
2015-11-29
2
-416
/
+164
*
|
|
|
|
|
|
Fix compile error when compression is disabled
Jack Lloyd
2015-11-29
1
-1
/
+1
*
|
|
|
|
|
|
Guard these test calls with the same feature macro guarding their definition.
Jack Lloyd
2015-11-28
1
-0
/
+2
*
|
|
|
|
|
|
Add differential compression test.
Jack Lloyd
2015-11-28
2
-42
/
+88
*
|
|
|
|
|
|
Convert const char* arguments on Test:: to std::strings
Jack Lloyd
2015-11-28
8
-72
/
+57
*
|
|
|
|
|
|
Push the hardcoded entropy estimates up to build.h
Jack Lloyd
2015-11-28
11
-70
/
+81
*
|
|
|
|
|
|
Merge pull request #320 from matejk/fix_crash_in_comp_filter
Simon Warta
2015-11-26
1
-0
/
+7
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
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
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
New reseed_with_sources call on RNGs
Jack Lloyd
2015-11-24
46
-156
/
+459
*
|
|
|
|
|
|
Disable some problem areas of TLS corruption test pending rewrite
Jack Lloyd
2015-11-24
1
-5
/
+2
*
|
|
|
|
|
|
Fix sanitizer build in travis ci
René Korthaus
2015-11-24
1
-1
/
+1
*
|
|
|
|
|
|
Remove bogus code from generic mp_madd header, noticed on PPC build.
Jack Lloyd
2015-11-23
2
-5
/
+6
*
|
|
|
|
|
|
Enhance tests main readability
Simon Warta
2015-11-23
1
-10
/
+15
|
|
/
/
/
/
/
|
/
|
|
|
|
|
[next]