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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify house ECC curve code, and remove redundant fuzzer logic
Jack Lloyd
2017-12-10
1
-33
/
+22
*
Use for loops in cmake and bakefile builds
Jack Lloyd
2017-12-10
3
-141
/
+89
*
Use template file to generate bakefile
Jack Lloyd
2017-12-10
2
-74
/
+54
*
Generate the CMake using a template file
Jack Lloyd
2017-12-10
2
-176
/
+131
*
Add basic iteration constructs to template files
Jack Lloyd
2017-12-10
2
-56
/
+121
*
Move -Wstrict-overflow to maintainer mode [ci skip]
Jack Lloyd
2017-12-09
1
-2
/
+2
*
Merge GH #1342 Fix accessing peer cert chain in resumption sessions
Jack Lloyd
2017-12-07
4
-5
/
+33
|
\
|
*
Avoid saving a resumed session multiple times
Jack Lloyd
2017-12-07
1
-1
/
+3
|
*
Handle #1303 on the server side
Jack Lloyd
2017-12-07
1
-1
/
+13
|
*
On resuming a client session, save the certificates that were used.
Jack Lloyd
2017-12-07
3
-3
/
+17
|
/
*
Fix formatting in TLS server code [ci skip]
Jack Lloyd
2017-12-07
1
-193
/
+179
*
Remove the doc.stamp file in make clean target [ci skip]
Jack Lloyd
2017-12-07
1
-0
/
+2
*
Fix make clean target - didn't remove libbotan-2.so symlink files [ci skip]
Jack Lloyd
2017-12-06
1
-1
/
+1
*
Fix seeding of test RNG
Jack Lloyd
2017-12-06
1
-4
/
+3
*
Add a new version function returning just the version without extras
Jack Lloyd
2017-12-06
3
-19
/
+41
*
Add some basic tests of CPUID class
Jack Lloyd
2017-12-06
1
-0
/
+44
*
Merge a couple of docs where appropriate
Jack Lloyd
2017-12-06
9
-122
/
+144
*
Fix uninitialized warning closes #927 [ci skip]
Jack Lloyd
2017-12-06
1
-1
/
+1
*
Add an option to generate PDF version of the documentation
Jack Lloyd
2017-12-06
2
-30
/
+70
*
Merge GH #1340 Fix typos in configure.py
Jack Lloyd
2017-12-06
1
-2
/
+2
|
\
|
*
Fix typos in configure.py
Felix Yan
2017-12-06
1
-2
/
+2
*
|
Merge GH #1339 Add ability to query supported named groups
Jack Lloyd
2017-12-06
3
-31
/
+56
|
\
\
|
|
/
|
/
|
|
*
Add known_named_groups to EC_Group to list known curves. Fixes GX #1338.
J08nY
2017-12-05
3
-31
/
+56
*
|
Fix signed vs unsigned comparison warning
Jack Lloyd
2017-12-05
1
-1
/
+1
*
|
Cryptobox doesn't require filters anymore
Jack Lloyd
2017-12-05
1
-6
/
+3
*
|
Mention other language bindings in readme
Jack Lloyd
2017-12-05
1
-1
/
+3
*
|
Update news
Jack Lloyd
2017-12-05
1
-1
/
+13
*
|
Merge GH #1267 Multithreaded signing in XMSS
Jack Lloyd
2017-12-05
30
-171
/
+650
|
\
\
|
*
|
Fixes lambda capture error in MSVC
Matthias Gierlings
2017-11-23
1
-1
/
+3
|
*
|
Adds runtime benchmark to guess phys. core count.
Matthias Gierlings
2017-11-23
3
-3
/
+122
|
*
|
Updates documentation, news and copyright notices.
Matthias Gierlings
2017-11-21
29
-35
/
+46
|
*
|
Adds guards for environments without threads
Matthias Gierlings
2017-11-21
1
-1
/
+7
|
*
|
Implements multithreading support for XMSS
Matthias Gierlings
2017-11-21
26
-136
/
+477
*
|
|
Merge GH #1335 Support uninitialized X509 objects
Jack Lloyd
2017-12-05
12
-136
/
+167
|
\
\
\
|
*
|
|
Need binary IO for Windows
Jack Lloyd
2017-12-04
5
-15
/
+5
|
*
|
|
Support uninitialized certificate objects
Jack Lloyd
2017-12-04
12
-136
/
+177
*
|
|
|
Merge GH #1336 Simplify date conversions
Jack Lloyd
2017-12-05
16
-154
/
+92
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Remove use of "using namespace std"
Jack Lloyd
2017-12-04
2
-15
/
+17
|
*
|
|
Simplify date conversion by avoiding OS utilities
Jack Lloyd
2017-12-04
16
-141
/
+77
|
/
/
/
*
/
/
Better debug output in date conversion tests [ci skip]
Jack Lloyd
2017-12-04
1
-13
/
+14
|
/
/
*
|
Merge #1332 Add callbacks to make it easier to offload TLS pk operations
Jack Lloyd
2017-12-04
14
-106
/
+294
|
\
\
|
*
|
Add copyright statements to files modified in the preceding 2 commits
Harry Reimann
2017-12-04
14
-0
/
+14
|
*
|
Move TLS signature and key exchange code into callbacks
Harry Reimann
2017-12-04
7
-96
/
+237
|
*
|
Make support for certificate status messages optional via policy
Harry Reimann
2017-12-04
7
-10
/
+43
*
|
|
Merge GH #1333 Add script to build docs
Jack Lloyd
2017-12-04
6
-81
/
+218
|
\
\
\
|
*
|
|
Lint fixes
Jack Lloyd
2017-12-04
2
-11
/
+13
|
*
|
|
Argh nmake doesn't know about .PHONY
Jack Lloyd
2017-12-04
2
-1
/
+4
|
*
|
|
Fix lint error [ci skip]
Jack Lloyd
2017-12-04
1
-1
/
+1
|
*
|
|
Add a script for generating the documentation
Jack Lloyd
2017-12-04
6
-73
/
+205
|
|
/
/
*
|
|
Merge GH #1334 Reduce AppVeyor build matrix
Jack Lloyd
2017-12-04
2
-21
/
+9
|
\
\
\
[next]