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
*
Convert TLS server to new style TLS interface (GH #1350)
Jack Lloyd
2017-12-23
1
-78
/
+71
*
Add wrapper functions to clean up cli code using sockets
Jack Lloyd
2017-12-23
3
-98
/
+88
*
Avoid (implicitly) using std::rand with std::random_shuffle
Jack Lloyd
2017-12-23
1
-1
/
+8
*
Avoid uninitialized field warnings
Jack Lloyd
2017-12-23
1
-1
/
+2
*
FreeBSD removed support for proc filesystem a while ago
Jack Lloyd
2017-12-23
1
-1
/
+0
*
Increase size of CRL code enum to 32-bits
Jack Lloyd
2017-12-23
1
-1
/
+1
*
Avoid undefined behavior in SipHash
Jack Lloyd
2017-12-23
2
-1
/
+60
*
Avoid uninitialized param warning
Jack Lloyd
2017-12-23
1
-0
/
+1
*
Deinline functions in EMSA, add pubkey as dependency
Jack Lloyd
2017-12-23
12
-22
/
+48
*
Avoid relying on AutoSeeded_RNG in XMSS
Jack Lloyd
2017-12-23
2
-3
/
+4
*
PSK_DB requires base64 [ci skip]
Jack Lloyd
2017-12-23
1
-0
/
+1
*
EMSA has a build-time dependency on ASN.1 now [ci skip]
Jack Lloyd
2017-12-23
1
-0
/
+1
*
Avoid possible null pointer deref
Jack Lloyd
2017-12-22
1
-2
/
+2
*
Fix error reporting in dist script under Python3
Jack Lloyd
2017-12-22
1
-5
/
+10
*
Break out of Win32 entropy poll as soon as entropy goal is reached.
Jack Lloyd
2017-12-22
1
-7
/
+15
*
Avoid unused parameter warnings
Jack Lloyd
2017-12-22
2
-4
/
+9
*
Enable signing X509 structures with rsa-pss
Fabian Weissberg
2017-12-22
25
-58
/
+780
*
Fix pylint error
Jack Lloyd
2017-12-21
1
-0
/
+2
*
Now dist script can run under python2 or python3
Jack Lloyd
2017-12-21
1
-1
/
+1
*
Run dist.py script through pylint
Jack Lloyd
2017-12-21
2
-35
/
+32
*
Binary file IO for the UTF-8 gods
Jack Lloyd
2017-12-21
1
-2
/
+2
*
Remove use of Sphinx extlinks extension [ci skip]
Jack Lloyd
2017-12-20
1
-20
/
+0
*
Avoid test failures when PKCSv1.5 signatures are disabled in build
Jack Lloyd
2017-12-20
4
-10
/
+17
*
Fix some shadow and unused parameter warnings
Jack Lloyd
2017-12-20
4
-9
/
+11
*
Merge GH #1363 Fix various X509 path building and validation bugs
Jack Lloyd
2017-12-20
445
-228
/
+9715
|
\
|
*
Fix various x509 path validation bugs + path building with ambiguous DNs
Fabian Weissberg
2017-12-20
445
-228
/
+9715
*
|
Don't encode AlgorithmIdentifier parameters for ECDSA in X.509 objects
René Korthaus
2017-12-20
1
-2
/
+5
|
/
*
Correct expected PSS error
Jack Lloyd
2017-12-19
1
-2
/
+2
*
Merge GH #1365 Always set domain encoding correctly when loading an ECC key
Jack Lloyd
2017-12-19
2
-0
/
+7
|
\
|
*
Always set domain encoding correctly when loading an ECC key
René Korthaus
2017-12-19
2
-1
/
+7
*
|
Merge GH #1364 Expose a function returning status when verifying X509 objects
Jack Lloyd
2017-12-19
6
-59
/
+99
|
\
\
|
*
|
Expose a function returning a status code for verifing X509 objects
Jack Lloyd
2017-12-19
6
-59
/
+99
|
|
/
*
|
Merge GH #1361 Cleanups in ASN.1 code
Jack Lloyd
2017-12-19
22
-184
/
+167
|
\
\
|
|
/
|
/
|
|
*
Add accessors to ASN1_Attribute and AlgorithmIdentifier
Jack Lloyd
2017-12-19
17
-70
/
+94
|
*
Fix some other copy+paste code in BER_Decoder
Jack Lloyd
2017-12-19
4
-77
/
+58
|
*
Simplify overloads in DER_Encoder
Jack Lloyd
2017-12-19
2
-37
/
+15
*
|
Enable processor specific code in module policies [ci skip]
Jack Lloyd
2017-12-19
3
-0
/
+15
|
/
*
Avoid tying encoding of CRLs to the current system clock
Jack Lloyd
2017-12-18
3
-20
/
+68
*
Add a simple OpenSSL vs Botan benchmark script
Jack Lloyd
2017-12-18
2
-0
/
+217
*
Accept ChaCha20 as a name
Jack Lloyd
2017-12-18
1
-0
/
+6
*
Correct JSON output (trailing comma) and add byte-per-second value
Jack Lloyd
2017-12-18
1
-3
/
+10
*
Windows has a different return type
Jack Lloyd
2017-12-17
1
-2
/
+4
*
Merge BSD and Winsock variations together
Jack Lloyd
2017-12-17
1
-105
/
+61
*
Try to debug Boost build failure - amalgamation problem?
Jack Lloyd
2017-12-17
1
-1
/
+1
*
Missing include
Jack Lloyd
2017-12-17
1
-0
/
+1
*
Expose timeouts on the freestanding OCSP request utils
Jack Lloyd
2017-12-17
3
-8
/
+27
*
Add an overall timeout to the HTTP request
Jack Lloyd
2017-12-17
1
-0
/
+8
*
Use HTTP level timeouts instead of polling on the std::future
Jack Lloyd
2017-12-17
2
-25
/
+8
*
Expose timeouts to the HTTP API
Jack Lloyd
2017-12-17
3
-13
/
+32
*
Handle timeouts in BSD sockets
Jack Lloyd
2017-12-17
1
-5
/
+61
[next]