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
*
Merge GH #749 Prohibit SHAKE in BSI mode. Avoid XMSS test fails if SHAKE disa...
Jack Lloyd
2016-12-01
2
-2
/
+12
|
\
|
*
Updates module policy, fixes test suite errors
Matthias Gierlings
2016-12-01
2
-2
/
+12
*
|
Merge GH #748 Handle read-only random device better
Jack Lloyd
2016-12-01
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
system_rng: workaround read only urandom
Alon Bar-Lev
2016-12-01
1
-1
/
+4
|
/
*
Fix missing include in kdf.cpp
Jack Lloyd
2016-11-29
1
-0
/
+1
*
Update roadmap with plans for 2017 [ci skip]
Jack Lloyd
2016-11-28
1
-0
/
+66
*
Merge GH #742 Add note on RFC 6979
Jack Lloyd
2016-11-28
3
-5
/
+17
|
\
|
*
Add note on rfc6979 signatures to manual [ci skip]
René Korthaus
2016-11-28
3
-5
/
+17
|
/
*
Note range of versions affected by CVE-2016-9132
Jack Lloyd
2016-11-28
1
-0
/
+2
*
Update for 1.10.14 and 1.11.34 releases
1.11.34
Jack Lloyd
2016-11-28
2
-7
/
+23
*
Update news
Jack Lloyd
2016-11-28
2
-1
/
+9
*
Fix BER decoder integer overflow
Jack Lloyd
2016-11-28
4
-3
/
+55
|
\
|
*
Check for overflow in BER decoder EOC scanning
Jack Lloyd
2016-11-27
4
-3
/
+55
*
|
Document TLS::Policy::require_cert_revocation_info
Jack Lloyd
2016-11-28
2
-1
/
+22
*
|
Add TLS::Policy::require_cert_revocation_info
Jack Lloyd
2016-11-28
3
-1
/
+14
*
|
Merge GH #738 Add OCSP stapling to TLS client
Jack Lloyd
2016-11-28
17
-63
/
+347
|
\
\
|
*
|
Add OCSP stapling support to TLS client
Jack Lloyd
2016-11-26
17
-63
/
+347
*
|
|
Merge GH #740 Use NOMINMAX on Windows
Jack Lloyd
2016-11-28
7
-5
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix reference to deprecated option
Baruch Burstein
2016-11-28
1
-1
/
+1
|
*
|
define NOMINMAX 1 before every include of windows.h
Baruch Burstein
2016-11-28
6
-4
/
+6
|
/
/
*
|
Compile fix
Jack Lloyd
2016-11-27
1
-2
/
+2
*
|
Tweak lcov script [ci skip]
Jack Lloyd
2016-11-27
1
-1
/
+2
*
|
Avoid unused variable warning if compression disabled
Jack Lloyd
2016-11-27
1
-2
/
+2
*
|
Add BOTAN_UNUSED when relevant OS support is missing
Jack Lloyd
2016-11-27
2
-0
/
+2
*
|
Fix amalgamation for IncludeOS - avoid having <thread> pulled in
Jack Lloyd
2016-11-27
2
-2
/
+2
*
|
Merge GH #590 Initial Cilk/OpenMP support
Jack Lloyd
2016-11-27
18
-391
/
+445
|
\
\
|
*
|
Fix amalgamation
Jack Lloyd
2016-11-27
1
-2
/
+2
|
*
|
Add compiler.h macro header extracted from build.h
Jack Lloyd
2016-11-26
4
-186
/
+216
|
*
|
Add Cilk/OpenMP support
Jack Lloyd
2016-11-26
15
-251
/
+275
|
|
/
*
|
No reason to deprecate this (only internally called) constructor
Jack Lloyd
2016-11-26
1
-1
/
+2
*
|
Correct output_length bug in SIV and ChaCha20Poly1305 also
Jack Lloyd
2016-11-26
2
-2
/
+2
*
|
Add tests for TLS policy values
Jack Lloyd
2016-11-26
5
-5
/
+159
*
|
Add TLS::Policy::to_string
Jack Lloyd
2016-11-26
2
-0
/
+13
*
|
Simple tests for AutoSeeded_RNG
Jack Lloyd
2016-11-26
3
-1
/
+97
|
/
*
Fix OpenSSL RC4 clone - ignored skip param
Jack Lloyd
2016-11-26
1
-1
/
+1
*
Tweak lcov script
Jack Lloyd
2016-11-26
1
-6
/
+9
*
Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...
Jack Lloyd
2016-11-26
16
-18
/
+79
*
Add script for running lcov report
Jack Lloyd
2016-11-26
3
-5
/
+19
*
When fuzzing verify/decrypt, choose a new value each time through loop
Jack Lloyd
2016-11-26
1
-8
/
+2
*
Avoid recreating PK_Verifiers/PK_Decryptors multiple times in test
Jack Lloyd
2016-11-26
1
-45
/
+61
*
Merge GH #739 Update docs and BSI policy
Jack Lloyd
2016-11-26
3
-2
/
+10
|
\
|
*
Updates docs & module policy
Matthias Gierlings
2016-11-26
3
-2
/
+10
*
|
Merge GH #718 Add XMSS WOTS scheme
Jack Lloyd
2016-11-26
16
-43
/
+563
|
\
\
|
*
|
Adds changes from XMSS Review & resolves conflicts
Matthias Gierlings
2016-11-12
10
-120
/
+32
|
*
|
Adds optional XMSS WOTS stand-alone components
Matthias Gierlings
2016-11-12
14
-12
/
+566
|
*
|
Added Extended Hash-Based Signatures (XMSS)
Matthias Gierlings
2016-11-12
6
-3
/
+57
*
|
|
Probably easy todo [ci skip]
Jack Lloyd
2016-11-26
1
-0
/
+1
*
|
|
Shuffle sections of contributing.rst [ci skip]
Jack Lloyd
2016-11-26
1
-88
/
+78
|
|
/
|
/
|
*
|
Merge GH #653 OCSP and X.509 path validation refactor
Jack Lloyd
2016-11-25
50
-626
/
+1887
|
\
\
|
*
|
Account for new string in test data
Jack Lloyd
2016-11-25
1
-2
/
+2
[next]