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
...
|
*
Refactor: template meta-programming to reuse the callback signature
René Meusel
2019-06-03
1
-7
/
+16
|
*
update docs on TLS::Context
Hannes Rantzsch
2019-06-03
1
-14
/
+16
|
*
fix: include tls_verify_cert_chain and tls_verify_cert_chain_ocsp_timeout in ...
Hannes Rantzsch
2019-06-03
1
-2
/
+2
|
*
Use TLS::Context::verifyCallback as tls_verify_cert_chain callback
Hannes Rantzsch
2019-06-03
1
-22
/
+62
|
*
allow setting a verify_callback in TLS::Context
Hannes Rantzsch
2019-06-03
2
-31
/
+94
*
|
Ignore all deprecated headers when generating amalgamation
Jack Lloyd
2019-06-08
1
-3
/
+5
*
|
Merge GH #1994 Deprecate headers
Jack Lloyd
2019-06-08
32
-694
/
+618
|
\
\
|
*
|
Officially deprecate headers
Jack Lloyd
2019-06-07
32
-694
/
+618
*
|
|
Prevent exception from taking down entire test script
Jack Lloyd
2019-06-08
1
-1
/
+5
|
/
/
*
|
Log the configure command line in the makefile
Jack Lloyd
2019-06-07
1
-0
/
+3
*
|
Remove debug print
Jack Lloyd
2019-06-05
1
-1
/
+0
*
|
Add a test that Theaad_Pool is tolerant of exceptions during tasks
Jack Lloyd
2019-06-05
1
-3
/
+21
*
|
Lint fixes
Jack Lloyd
2019-06-05
3
-7
/
+8
*
|
Merge GH #1979 Fix PKCS11 buffer output sizing
Jack Lloyd
2019-06-05
2
-13
/
+30
|
\
\
|
*
|
Fix PKCS#11 C_SignFinal output size.
Daniel Wyatt
2019-05-27
1
-1
/
+6
|
*
|
Fix PKCS#11 C_Sign output size.
Daniel Wyatt
2019-05-27
1
-2
/
+7
|
*
|
Fix PKCS#11 C_Encrypt output size.
Daniel Wyatt
2019-05-27
1
-2
/
+7
|
*
|
Fix PKCS#11 C_Decrypt buffer output size.
Daniel Wyatt
2019-05-26
2
-8
/
+10
*
|
|
Add __hash__ for MPI
Jack Lloyd
2019-06-03
1
-0
/
+3
*
|
|
Address some issues found by LGTM
Jack Lloyd
2019-06-03
7
-12
/
+17
|
|
/
|
/
|
*
|
Add build step for LGTM [ci skip]
Jack Lloyd
2019-06-03
2
-0
/
+7
*
|
Merge GH #1991 Reorganize document layout
Jack Lloyd
2019-06-02
59
-65
/
+115
|
\
\
|
*
|
Fix building with Sphinx disabled
Jack Lloyd
2019-06-01
1
-3
/
+14
|
*
|
Reorg documentation layout. Rename manual to handbook.
Jack Lloyd
2019-05-31
59
-62
/
+101
|
/
/
*
|
Update news
Jack Lloyd
2019-05-31
1
-1
/
+7
*
|
Merge GH #1990 Add Bcrypt-PBKDF
Jack Lloyd
2019-05-31
8
-6
/
+520
|
\
\
|
*
|
Add Bcrypt-PBKDF
Jack Lloyd
2019-05-31
8
-6
/
+520
|
/
/
*
|
Remove redundant OutputLen param in PBKDF tests
Jack Lloyd
2019-05-31
3
-21
/
+2
*
|
Merge GH #1989 Add --max-clients option to TLS cli server tools
Jack Lloyd
2019-05-31
3
-66
/
+138
|
\
\
|
*
|
Fix lint
Jack Lloyd
2019-05-31
1
-2
/
+2
|
*
|
Connect twice to excercise both accept and non-accept paths
Jack Lloyd
2019-05-31
1
-10
/
+18
|
*
|
Add --max-clients option to tls_proxy and tls_http_server
Jack Lloyd
2019-05-31
3
-57
/
+121
|
/
/
*
|
Merge GH #1988 Improve CLI tests
Jack Lloyd
2019-05-31
2
-68
/
+226
|
\
\
|
*
|
Python...
Jack Lloyd
2019-05-30
2
-6
/
+6
|
*
|
Fixes for Python2
Jack Lloyd
2019-05-30
1
-3
/
+23
|
*
|
Improve CLI tests
Jack Lloyd
2019-05-30
1
-63
/
+201
|
/
/
*
|
Merge rest of GH #1987 Argon2 improvements
Jack Lloyd
2019-05-30
8
-51
/
+131
|
\
\
|
*
|
Fix tests when Argon2 (or Scrypt) are disabled
Jack Lloyd
2019-05-30
1
-1
/
+1
|
*
|
Argon2: minor optimizations, add tests of CLI, tweak tuning
Jack Lloyd
2019-05-30
6
-36
/
+98
|
*
|
Improve test coverage. Fix Argon2 default params
Jack Lloyd
2019-05-29
4
-15
/
+32
|
*
|
Add missing include
Jack Lloyd
2019-05-29
1
-0
/
+1
*
|
|
Merge GH #1987 Argon2 improvements
Jack Lloyd
2019-05-30
10
-7
/
+595
|
\
|
|
|
*
|
Argon2: PasswordHash, documentation, hash formatting
Jack Lloyd
2019-05-29
10
-7
/
+595
*
|
|
Change default output of dist.py to tar.xz
Jack Lloyd
2019-05-30
1
-1
/
+1
*
|
|
Add SoftHSM build to the release checklist [ci skip]
Jack Lloyd
2019-05-30
1
-2
/
+3
*
|
|
Revert part of #1744 making Exception constructors protected
Jack Lloyd
2019-05-30
1
-1
/
+11
*
|
|
Document that FFI destroy operations can fail
Jack Lloyd
2019-05-29
1
-3
/
+37
*
|
|
Verify ffi object is not null before dereferencing it
Jack Lloyd
2019-05-28
1
-1
/
+5
*
|
|
Merge GH #1985 Fix VS2017 bakefile build
Jack Lloyd
2019-05-28
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix VS2017 Bakefile builds
Daniel Neus
2019-05-28
1
-1
/
+1
|
|
/
/
[prev]
[next]