aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update newsJack Lloyd2019-03-281-0/+10
* 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
* | Disable building shared libs on iOSJack Lloyd2019-03-271-4/+0
* | Fix some extra semicolonsJack Lloyd2019-03-276-6/+6
* | Merge GH #1868 Document TLS policy functions closing #1867Jack Lloyd2019-03-271-0/+15
|\ \
| * | added documentation for acceptable_ciphersuite() and ciphersuite_list()Sergii Cherkavskyi2019-03-271-0/+15
|/ /
* | Merge GH #1866 Rename darwin target to macosJack Lloyd2019-03-2713-41/+42
|\ \
| * | Rename 'darwin' target to 'macos'Jack Lloyd2019-03-2713-41/+42
|/ /
* / Deprecate the low level algorithm types [ci skip]Jack Lloyd2019-03-272-0/+6
|/
* Work around problem with GCC 4.8Jack Lloyd2019-03-262-2/+4
* Fix some warnings from GCC 9Jack Lloyd2019-03-253-3/+3
* Another todoJack Lloyd2019-03-251-0/+2
* Support xz compression of releasesJack Lloyd2019-03-251-3/+19
* Update newsJack Lloyd2019-03-241-0/+2
* Now getentropy is used by default, remove from CI scriptJack Lloyd2019-03-241-4/+0
* Merge GH #1862 Use getentropy on macOSJack Lloyd2019-03-242-1/+2
|\
| * Darwin supports getentropy tooDavid Carlier2019-03-242-1/+2
|/
* Update newsJack Lloyd2019-03-221-1/+17
* Document implemented GOST algorithmsJack Lloyd2019-03-211-2/+2
* Clean up TLS deprecation noticesJack Lloyd2019-03-181-22/+28
* Add a warning about XMSS changesJack Lloyd2019-03-151-0/+6
* Avoid a warning when building in single file amalgamation modeJack Lloyd2019-03-131-1/+1
* Update newsJack Lloyd2019-03-111-0/+4
* Fix encoding of PGP S2K iteration countsJack Lloyd2019-03-112-1/+4
|\
| * Replace upper_bound with lower_bound in pgp_s2kEvgeny Pokhilko2019-03-112-1/+4
|/
* Merge GH #1851 Use arc4random on AndroidJack Lloyd2019-03-092-1/+4
|\
| * Android can possibly support arc4random API.David Carlier2019-03-072-1/+4
|/
* 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-0324-38/+51
|\
| * Fix MSVC and avoid deprecated function callJack Lloyd2019-03-012-2/+2
| * s/as_string/to_string/Jack Lloyd2019-03-0123-37/+50
* | 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
* Update newsJack Lloyd2019-03-011-0/+3
* Merge GH #1848 Split up cli sources a bit moreJack Lloyd2019-03-017-240/+351
|\
| * Split CLI utils.cpp into more partsJack Lloyd2019-02-287-240/+351
|/
* Merge GH #1846 Fix CMake buildJack Lloyd2019-02-281-1/+1
|\
| * fix: cmake buildTim Oesterreich2019-02-281-1/+1
* | Add long Blowfish ECB testJack Lloyd2019-02-281-0/+4
|/
* Prevent a warning with old GCCJack Lloyd2019-02-271-4/+5
* Another mistakeJack Lloyd2019-02-261-0/+8
* Merge GH #1844 Add Boost to coverage buildJack Lloyd2019-02-252-3/+4
|\
| * Add Boost to the coverage buildJack Lloyd2019-02-242-3/+4
|/
* Fix testJack Lloyd2019-02-241-1/+1
* s/Blake2b/BLAKE2b/Jack Lloyd2019-02-223-22/+24
* Merge GH #1840 Fix tls_server in DTLS mode on OSXJack Lloyd2019-02-221-1/+4
|\