aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert TLS server to new style TLS interface (GH #1350)Jack Lloyd2017-12-231-78/+71
* Add wrapper functions to clean up cli code using socketsJack Lloyd2017-12-233-98/+88
* Avoid (implicitly) using std::rand with std::random_shuffleJack Lloyd2017-12-231-1/+8
* Avoid uninitialized field warningsJack Lloyd2017-12-231-1/+2
* FreeBSD removed support for proc filesystem a while agoJack Lloyd2017-12-231-1/+0
* Increase size of CRL code enum to 32-bitsJack Lloyd2017-12-231-1/+1
* Avoid undefined behavior in SipHashJack Lloyd2017-12-232-1/+60
* Avoid uninitialized param warningJack Lloyd2017-12-231-0/+1
* Deinline functions in EMSA, add pubkey as dependencyJack Lloyd2017-12-2312-22/+48
* Avoid relying on AutoSeeded_RNG in XMSSJack Lloyd2017-12-232-3/+4
* PSK_DB requires base64 [ci skip]Jack Lloyd2017-12-231-0/+1
* EMSA has a build-time dependency on ASN.1 now [ci skip]Jack Lloyd2017-12-231-0/+1
* Avoid possible null pointer derefJack Lloyd2017-12-221-2/+2
* Fix error reporting in dist script under Python3Jack Lloyd2017-12-221-5/+10
* Break out of Win32 entropy poll as soon as entropy goal is reached.Jack Lloyd2017-12-221-7/+15
* Avoid unused parameter warningsJack Lloyd2017-12-222-4/+9
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-2225-58/+780
* Fix pylint errorJack Lloyd2017-12-211-0/+2
* Now dist script can run under python2 or python3Jack Lloyd2017-12-211-1/+1
* Run dist.py script through pylintJack Lloyd2017-12-212-35/+32
* Binary file IO for the UTF-8 godsJack Lloyd2017-12-211-2/+2
* Remove use of Sphinx extlinks extension [ci skip]Jack Lloyd2017-12-201-20/+0
* Avoid test failures when PKCSv1.5 signatures are disabled in buildJack Lloyd2017-12-204-10/+17
* Fix some shadow and unused parameter warningsJack Lloyd2017-12-204-9/+11
* Merge GH #1363 Fix various X509 path building and validation bugsJack Lloyd2017-12-20445-228/+9715
|\
| * Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-20445-228/+9715
* | Don't encode AlgorithmIdentifier parameters for ECDSA in X.509 objectsRené Korthaus2017-12-201-2/+5
|/
* Correct expected PSS errorJack Lloyd2017-12-191-2/+2
* Merge GH #1365 Always set domain encoding correctly when loading an ECC keyJack Lloyd2017-12-192-0/+7
|\
| * Always set domain encoding correctly when loading an ECC keyRené Korthaus2017-12-192-1/+7
* | Merge GH #1364 Expose a function returning status when verifying X509 objectsJack Lloyd2017-12-196-59/+99
|\ \
| * | Expose a function returning a status code for verifing X509 objectsJack Lloyd2017-12-196-59/+99
| |/
* | Merge GH #1361 Cleanups in ASN.1 codeJack Lloyd2017-12-1922-184/+167
|\ \ | |/ |/|
| * Add accessors to ASN1_Attribute and AlgorithmIdentifierJack Lloyd2017-12-1917-70/+94
| * Fix some other copy+paste code in BER_DecoderJack Lloyd2017-12-194-77/+58
| * Simplify overloads in DER_EncoderJack Lloyd2017-12-192-37/+15
* | Enable processor specific code in module policies [ci skip]Jack Lloyd2017-12-193-0/+15
|/
* Avoid tying encoding of CRLs to the current system clockJack Lloyd2017-12-183-20/+68
* Add a simple OpenSSL vs Botan benchmark scriptJack Lloyd2017-12-182-0/+217
* Accept ChaCha20 as a nameJack Lloyd2017-12-181-0/+6
* Correct JSON output (trailing comma) and add byte-per-second valueJack Lloyd2017-12-181-3/+10
* Windows has a different return typeJack Lloyd2017-12-171-2/+4
* Merge BSD and Winsock variations togetherJack Lloyd2017-12-171-105/+61
* Try to debug Boost build failure - amalgamation problem?Jack Lloyd2017-12-171-1/+1
* Missing includeJack Lloyd2017-12-171-0/+1
* Expose timeouts on the freestanding OCSP request utilsJack Lloyd2017-12-173-8/+27
* Add an overall timeout to the HTTP requestJack Lloyd2017-12-171-0/+8
* Use HTTP level timeouts instead of polling on the std::futureJack Lloyd2017-12-172-25/+8
* Expose timeouts to the HTTP APIJack Lloyd2017-12-173-13/+32
* Handle timeouts in BSD socketsJack Lloyd2017-12-171-5/+61