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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused word8_muladd from MSVC x86-32 asm
Jack Lloyd
2015-12-19
1
-84
/
+0
*
Merge the openssl code together.
Jack Lloyd
2015-12-19
10
-37
/
+17
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
7
-16
/
+17
*
CLI rewrite
Jack Lloyd
2015-12-19
7
-205
/
+50
*
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
*
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
23
-29
/
+27
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
72
-167
/
+178
*
Minor sanity updates for OctetString
Simon Warta
2015-12-09
2
-23
/
+24
*
Add OS utility header
Jack Lloyd
2015-12-05
6
-102
/
+191
*
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
32
-141
/
+161
|
|
\
|
*
|
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
*
|
|
Remove support for broken 112 and 128 bit SECP ECC groups.
Jack Lloyd
2015-12-02
2
-50
/
+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
1
-1
/
+1
*
|
|
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
*
|
|
Add differential compression test.
Jack Lloyd
2015-11-28
1
-1
/
+1
*
|
|
Push the hardcoded entropy estimates up to build.h
Jack Lloyd
2015-11-28
10
-70
/
+58
*
|
|
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
30
-140
/
+305
*
|
|
Remove bogus code from generic mp_madd header, noticed on PPC build.
Jack Lloyd
2015-11-23
2
-5
/
+6
|
|
/
|
/
|
*
|
Remove mul128.h header from public view
Jack Lloyd
2015-11-16
3
-19
/
+27
*
|
Fix bug causing TLS client to sometimes reject DHE server kex
Jack Lloyd
2015-11-13
2
-35
/
+16
*
|
Add remove_all to TLS session manager interface
Jack Lloyd
2015-11-13
8
-48
/
+67
*
|
Remove call to abort on a zero point in PointGFp::get_affine_{x,y}
Jack Lloyd
2015-11-13
1
-4
/
+0
*
|
Drop the DH group check to a weaker version of the checks
Jack Lloyd
2015-11-13
1
-2
/
+3
*
|
Add TLS_PSK tests
Jack Lloyd
2015-11-13
3
-14
/
+5
*
|
Add missing overrides
Jack Lloyd
2015-11-11
2
-2
/
+2
*
|
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
10
-11
/
+29
*
|
Add check for path validation result in Credentials_Manager. GH #324
Jack Lloyd
2015-11-04
3
-6
/
+12
|
/
*
Remove unused xor_buf.h (internal header merged into mem_ops.h)
Jack Lloyd
2015-10-27
1
-144
/
+0
*
Fix McEliece key gen endian dependency.
Jack Lloyd
2015-10-27
3
-20
/
+27
*
Compile fix
Jack Lloyd
2015-10-26
1
-1
/
+1
*
Merge pull request #314 from randombit/ct-tls-cbc-padding
Jack Lloyd
2015-10-26
21
-210
/
+447
|
\
|
*
Missing include dependency
Jack Lloyd
2015-10-26
1
-1
/
+1
|
*
Asan fix - referencing &vec[vec.size()] instead of vec.end()
Jack Lloyd
2015-10-26
3
-39
/
+22
|
*
TLS improvements
Jack Lloyd
2015-10-25
19
-170
/
+424
*
|
Add missing include
Jack Lloyd
2015-10-26
1
-0
/
+1
*
|
Merge pull request #313 from randombit/path-validation-fixes
Jack Lloyd
2015-10-26
10
-104
/
+186
|
\
\
[next]