aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix feature macro checks.Jack Lloyd2019-04-265-13/+8
* Fix some build/test problems with minimized buildsJack Lloyd2019-04-261-0/+11
* Document get_auxvalJack Lloyd2019-04-231-1/+9
* Warning compile fix for OpenBSDDavid Carlier2019-04-231-0/+1
* Fix some Doxygen errorsJack Lloyd2019-04-222-2/+3
* Fix C function prototypes.JornVernee2019-04-211-6/+6
* Remove unimplemented function declJack Lloyd2019-04-191-3/+0
* Use script to generate Python FFI declsJack Lloyd2019-04-191-7/+0
* Avoid C++ style comments in headers that may be parsed as CJack Lloyd2019-04-192-66/+8
* Check parsing of mapsJack Lloyd2019-04-181-2/+1
* Make the ISA list a listJack Lloyd2019-04-1724-24/+77
* Provides auxiliary vector support for FreeBSD.David Carlier2019-04-154-13/+24
* 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
* | Add additional annotations for malloc functionsJack Lloyd2019-02-171-1/+1
* | Fixes for minimized buildsJack Lloyd2019-02-165-6/+20
* | Renamed m_handle to m_prov as this is the variable name used elsewhere.Ricardo Martins2019-02-151-1/+1
* | Support arbitrary key lengths in SHAKE-128 cipherJack Lloyd2019-02-132-22/+14
|/