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
*
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
2
-1
/
+11
*
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
1
-0
/
+1
|
\
|
*
Updates docs & module policy
Matthias Gierlings
2016-11-26
1
-0
/
+1
*
|
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
*
|
Merge GH #653 OCSP and X.509 path validation refactor
Jack Lloyd
2016-11-25
48
-599
/
+1850
|
\
\
|
*
|
Account for new string in test data
Jack Lloyd
2016-11-25
1
-2
/
+2
|
*
|
Fix TLS tests wrt validation changes
Jack Lloyd
2016-11-25
2
-14
/
+27
|
*
|
Add missing Doxygen param [ci skip]
Jack Lloyd
2016-11-25
1
-0
/
+2
|
*
|
Add a test for to_string(Certificate_Status_Code)
Jack Lloyd
2016-11-25
2
-5
/
+69
|
*
|
Add minimum_signature_strenght to Text_Policy
Jack Lloyd
2016-11-25
2
-3
/
+9
|
*
|
Add TLS::Policy::minimum_signature_strength
Jack Lloyd
2016-11-25
7
-7
/
+28
|
*
|
Address review comments from @cordney
Jack Lloyd
2016-11-25
6
-114
/
+250
|
*
|
Fix popping empty container if no revocation data available
Jack Lloyd
2016-11-23
1
-2
/
+2
|
*
|
Add macro signalling support for online revocation checks.
Jack Lloyd
2016-11-23
3
-3
/
+11
|
*
|
Windows fix
Jack Lloyd
2016-11-23
1
-1
/
+1
|
*
|
Better OCSP tests including online tests
Jack Lloyd
2016-11-23
12
-11
/
+218
|
*
|
MSVC doesnt support #warning
Jack Lloyd
2016-11-23
1
-1
/
+1
|
*
|
Add some simple OCSP tests
Jack Lloyd
2016-11-23
7
-0
/
+168
|
*
|
Consult the response for matching certs also, fixes Symantec OCSP
Jack Lloyd
2016-11-23
1
-2
/
+20
|
*
|
Report OCSP status in tls_client
Jack Lloyd
2016-11-23
1
-0
/
+7
|
*
|
Add the documented function for OCSP timeouts
Jack Lloyd
2016-11-23
2
-3
/
+10
|
*
|
Move TLS cert verification callback from Credentials_Manager to TLS::Callbacks
Jack Lloyd
2016-11-23
10
-111
/
+136
|
*
|
Add useful debugging output to path validation test
Jack Lloyd
2016-11-23
1
-1
/
+1
|
*
|
Refactor X.509 path validation
Jack Lloyd
2016-11-23
8
-359
/
+748
|
*
|
Add find_cert_by_pubkey_sha1 to Certificate_Store_In_Memory
Jack Lloyd
2016-11-23
4
-55
/
+64
|
*
|
Add X509_Certificate helper functions for OCSP
Jack Lloyd
2016-11-23
2
-4
/
+43
|
*
|
Explicitly number all Certificate_Status_Code enum values
Jack Lloyd
2016-11-23
2
-25
/
+146
|
*
|
Somewhat better errors in HTTP
Jack Lloyd
2016-11-23
1
-5
/
+9
|
*
|
Add final_stdvec
Jack Lloyd
2016-11-23
1
-0
/
+7
*
|
|
Correct XMSS crash when a hash was disabled
Jack Lloyd
2016-11-25
4
-12
/
+20
*
|
|
Easy test
Jack Lloyd
2016-11-25
1
-0
/
+1
*
|
|
Make XMSS more friendly about invalid params.
Jack Lloyd
2016-11-25
7
-35
/
+70
*
|
|
Add a couple more workfactor tests
Jack Lloyd
2016-11-25
1
-0
/
+6
*
|
|
Add a test of TLS::Alert::type_string
Jack Lloyd
2016-11-25
1
-5
/
+61
*
|
|
Simplify TLS::Ciphersuite::cbc_ciphersuite
Jack Lloyd
2016-11-25
1
-3
/
+1
*
|
|
Simplify TLS::Handshake_Hash::update
Jack Lloyd
2016-11-25
1
-9
/
+5
*
|
|
Merge GH #737 Remove dead stores in SSE2 ChaCha code
Jack Lloyd
2016-11-25
1
-6
/
+3
|
\
\
\
|
*
|
|
Fix dead stores in chacha_sse2_x4
Never
2016-11-25
1
-6
/
+3
*
|
|
|
Avoid unneeded code - previous conditionals handle these cases
Jack Lloyd
2016-11-25
1
-8
/
+0
*
|
|
|
Merge GH #736 Add SHAKE support to XMSS
Jack Lloyd
2016-11-25
7
-102
/
+222
|
\
\
\
\
|
*
|
|
|
Adds SHAKE support for XMSS
Matthias Gierlings
2016-11-25
7
-102
/
+222
|
|
/
/
/
[next]