aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* review: c'tors and handler type deduction in async opsHannes Rantzsch2019-04-164-114/+73
* fix #6: write_some to buffer_sequenceHannes Rantzsch2019-04-161-15/+25
* FIX: reference to temporaryHannes Rantzsch2019-04-161-1/+1
* add documentationRené Meusel2019-04-162-10/+22
* cleanup asio::ssl::stream compatibility interfacesHannes Rantzsch2019-04-162-77/+81
* cleanup async opsHannes Rantzsch2019-04-163-9/+7
* don't call async_write handler directlyHannes Rantzsch2019-04-162-7/+8
* FIX: add legal informationRené Meusel2019-04-169-0/+72
* rename member variables like 'm_***'René Meusel2019-04-166-107/+108
* move stream implemention into TLS namespaceRené Meusel2019-04-168-54/+96
* move stream implementation to tls subdirRené Meusel2019-04-1610-18/+21
* add a dummy c'tor for asio::ssl::contextRené Meusel2019-04-161-5/+30
* make the stream noncopyableRené Meusel2019-04-161-0/+6
* adapt Stream<> API to be compatibile to OpenSSLRené Meusel2019-04-163-29/+168
* fix: const copy c'tors in async opsHannes Rantzsch2019-04-163-3/+3
* add asio stream implementationHannes Rantzsch2019-04-1610-0/+966
* Add a wrapper class that wraps macOS or Linux certificate stores.Jack Lloyd2019-04-137-9/+145
* Fix a few warnings in Boost specific codeJack Lloyd2019-04-131-1/+1
* consolidate into Flatfile_Certificate_StorePatrick Schmidt2019-04-125-76/+26
* add Certstore for linuxPatrick Schmidt2019-04-123-0/+61
* add Flatfile_Certificate_StorePatrick Schmidt2019-04-123-0/+232
* Support verifying from a v1 rootJack Lloyd2019-04-111-0/+9
* Remove tab charactersJack Lloyd2019-04-108-509/+509
* FIX: disable conflicting apple assertion macrosRené Meusel2019-04-081-0/+1
* Using available cores rather than total for the pools.David Carlier2019-04-073-1/+38
* Add some more todos for Memory_PoolJack Lloyd2019-03-281-0/+20
* Merge GH #1864 Use thread pool for XMSS signaturesJack Lloyd2019-03-285-172/+48
|\
| * Remove unnecessary cmath includesJack Lloyd2019-03-262-6/+9
| * Remove previous runtime testing for thread countersJack Lloyd2019-03-262-132/+0
| * Use the global thread pool for XMSS signaturesJack Lloyd2019-03-262-34/+39
* | Fix some extra semicolonsJack Lloyd2019-03-273-3/+3
* | Rename 'darwin' target to 'macos'Jack Lloyd2019-03-277-14/+14
|/
* Work around problem with GCC 4.8Jack Lloyd2019-03-262-2/+4
* Fix some warnings from GCC 9Jack Lloyd2019-03-253-3/+3
* Avoid a warning when building in single file amalgamation modeJack Lloyd2019-03-131-1/+1
* Replace upper_bound with lower_bound in pgp_s2kEvgeny Pokhilko2019-03-111-1/+1
* Fix Coverity warningsJack Lloyd2019-03-072-20/+38
* Add references for these addition chains [ci skip]Jack Lloyd2019-03-071-0/+4
* Merge GH #1849 Prefer to_string over as_stringJack Lloyd2019-03-0318-28/+41
|\
| * Fix MSVC and avoid deprecated function callJack Lloyd2019-03-011-1/+1
| * s/as_string/to_string/Jack Lloyd2019-03-0118-28/+41
* | Handle invalid public key length in Ed25519Jack Lloyd2019-03-032-14/+20
|/
* Constify a few things in X509_Certificate::to_string()Jack Lloyd2019-03-011-5/+12
* Split CLI utils.cpp into more partsJack Lloyd2019-02-281-4/+7
* Prevent a warning with old GCCJack Lloyd2019-02-271-4/+5
* s/Blake2b/BLAKE2b/Jack Lloyd2019-02-222-18/+20
* Unroll SHA-3Jack Lloyd2019-02-212-132/+158
* Merge GH #1830 Add MacOS certificate storeJack Lloyd2019-02-193-0/+569
|\
| * add an adaptor for certificate keychain access on macOSRené Meusel2019-02-183-0/+569
* | Default McEliece and XMSS to SIV modeJack Lloyd2019-02-181-2/+10