Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some extra semicolons | Jack Lloyd | 2019-03-27 | 6 | -6/+6 |
| | |||||
* | Merge GH #1868 Document TLS policy functions closing #1867 | Jack Lloyd | 2019-03-27 | 1 | -0/+15 |
|\ | |||||
| * | added documentation for acceptable_ciphersuite() and ciphersuite_list() | Sergii Cherkavskyi | 2019-03-27 | 1 | -0/+15 |
|/ | |||||
* | Merge GH #1866 Rename darwin target to macos | Jack Lloyd | 2019-03-27 | 13 | -41/+42 |
|\ | |||||
| * | Rename 'darwin' target to 'macos' | Jack Lloyd | 2019-03-27 | 13 | -41/+42 |
|/ | | | | | Both because that's the more common term, and because iOS/watchOS also uses the Darwin kernel, but we have a distinct target for mobile. | ||||
* | Deprecate the low level algorithm types [ci skip] | Jack Lloyd | 2019-03-27 | 2 | -0/+6 |
| | |||||
* | Work around problem with GCC 4.8 | Jack Lloyd | 2019-03-26 | 2 | -2/+4 |
| | |||||
* | Fix some warnings from GCC 9 | Jack Lloyd | 2019-03-25 | 3 | -3/+3 |
| | | | | New redundant-move and pessimizing-move warnings found some | ||||
* | Another todo | Jack Lloyd | 2019-03-25 | 1 | -0/+2 |
| | |||||
* | Support xz compression of releases | Jack Lloyd | 2019-03-25 | 1 | -3/+19 |
| | | | | Also fix the bzip2 support | ||||
* | Update news | Jack Lloyd | 2019-03-24 | 1 | -0/+2 |
| | |||||
* | Now getentropy is used by default, remove from CI script | Jack Lloyd | 2019-03-24 | 1 | -4/+0 |
| | |||||
* | Merge GH #1862 Use getentropy on macOS | Jack Lloyd | 2019-03-24 | 2 | -1/+2 |
|\ | |||||
| * | Darwin supports getentropy too | David Carlier | 2019-03-24 | 2 | -1/+2 |
|/ | |||||
* | Update news | Jack Lloyd | 2019-03-22 | 1 | -1/+17 |
| | |||||
* | Document implemented GOST algorithms | Jack Lloyd | 2019-03-21 | 1 | -2/+2 |
| | | | | GH #1860 | ||||
* | Clean up TLS deprecation notices | Jack Lloyd | 2019-03-18 | 1 | -22/+28 |
| | | | | | Drop deprecation of CCM-8 as while ugly it is used by CoAP and even still included in TLS v1.3 | ||||
* | Add a warning about XMSS changes | Jack Lloyd | 2019-03-15 | 1 | -0/+6 |
| | | | | See #1858 | ||||
* | Avoid a warning when building in single file amalgamation mode | Jack Lloyd | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | Update news | Jack Lloyd | 2019-03-11 | 1 | -0/+4 |
| | |||||
* | Fix encoding of PGP S2K iteration counts | Jack Lloyd | 2019-03-11 | 2 | -1/+4 |
|\ | |||||
| * | Replace upper_bound with lower_bound in pgp_s2k | Evgeny Pokhilko | 2019-03-11 | 2 | -1/+4 |
|/ | | | | | | | | Fix: RFC4880_encode_count doesn't return consistent results when processing exact iterations. It returns RFC4880 code + 1. Update PGP_S2K_Iter test to verify PGP formula Add test to verify that encoded values match the PGP formula | ||||
* | Merge GH #1851 Use arc4random on Android | Jack Lloyd | 2019-03-09 | 2 | -1/+4 |
|\ | |||||
| * | Android can possibly support arc4random API. | David Carlier | 2019-03-07 | 2 | -1/+4 |
|/ | |||||
* | Fix Coverity warnings | Jack Lloyd | 2019-03-07 | 2 | -20/+38 |
| | | | | | | | | Checking a ptr against null after dereferencing it. Allowing exception throw to escape a noexcept function. Both harmless. | ||||
* | Add references for these addition chains [ci skip] | Jack Lloyd | 2019-03-07 | 1 | -0/+4 |
| | |||||
* | Merge GH #1849 Prefer to_string over as_string | Jack Lloyd | 2019-03-03 | 24 | -38/+51 |
|\ | |||||
| * | Fix MSVC and avoid deprecated function call | Jack Lloyd | 2019-03-01 | 2 | -2/+2 |
| | | |||||
| * | s/as_string/to_string/ | Jack Lloyd | 2019-03-01 | 23 | -37/+50 |
| | | | | | | | | | | A few older APIs use as_string where everywhere else uses to_string. Add to_string's where missing, and deprecate X::as_string. | ||||
* | | Handle invalid public key length in Ed25519 | Jack Lloyd | 2019-03-03 | 2 | -14/+20 |
|/ | | | | Closes #1850 | ||||
* | Constify a few things in X509_Certificate::to_string() | Jack Lloyd | 2019-03-01 | 1 | -5/+12 |
| | |||||
* | Update news | Jack Lloyd | 2019-03-01 | 1 | -0/+3 |
| | |||||
* | Merge GH #1848 Split up cli sources a bit more | Jack Lloyd | 2019-03-01 | 7 | -240/+351 |
|\ | |||||
| * | Split CLI utils.cpp into more parts | Jack Lloyd | 2019-02-28 | 7 | -240/+351 |
|/ | | | | | | Add base58 encoding/decoding CLI Use decrypt_or_random in pk_decrypt | ||||
* | Merge GH #1846 Fix CMake build | Jack Lloyd | 2019-02-28 | 1 | -1/+1 |
|\ | |||||
| * | fix: cmake build | Tim Oesterreich | 2019-02-28 | 1 | -1/+1 |
| | | |||||
* | | Add long Blowfish ECB test | Jack Lloyd | 2019-02-28 | 1 | -0/+4 |
|/ | | | | We were not testing 4-wide encryption | ||||
* | Prevent a warning with old GCC | Jack Lloyd | 2019-02-27 | 1 | -4/+5 |
| | | | | GCC 4.8 seems to dislike returns_nonnull attribute, GCC 5 is ok. | ||||
* | Another mistake | Jack Lloyd | 2019-02-26 | 1 | -0/+8 |
| | |||||
* | Merge GH #1844 Add Boost to coverage build | Jack Lloyd | 2019-02-25 | 2 | -3/+4 |
|\ | |||||
| * | Add Boost to the coverage build | Jack Lloyd | 2019-02-24 | 2 | -3/+4 |
|/ | | | | So we can test coverage on things like #1839 | ||||
* | Fix test | Jack Lloyd | 2019-02-24 | 1 | -1/+1 |
| | | | | Closes #1843 | ||||
* | s/Blake2b/BLAKE2b/ | Jack Lloyd | 2019-02-22 | 3 | -22/+24 |
| | | | | As that is the proper name of the hash. Add a typedef for compat. | ||||
* | Merge GH #1840 Fix tls_server in DTLS mode on OSX | Jack Lloyd | 2019-02-22 | 1 | -1/+4 |
|\ | |||||
| * | Windows compilation fix | Vitaly Ivanov | 2019-02-22 | 1 | -1/+1 |
| | | |||||
| * | macOS fix for tls_server in UDP/DTLS mode | Vitaly Ivanov | 2019-02-21 | 1 | -1/+4 |
|/ | |||||
* | Update news | Jack Lloyd | 2019-02-21 | 1 | -0/+2 |
| | |||||
* | Merge GH #1838 Unroll SHA-3 | Jack Lloyd | 2019-02-21 | 4 | -134/+160 |
|\ | |||||
| * | Unroll SHA-3 | Jack Lloyd | 2019-02-21 | 4 | -134/+160 |
| | | | | | | | | Improves performance by about 10-12% | ||||
* | | Reset the crash count in test fuzzer script | Jack Lloyd | 2019-02-21 | 1 | -0/+2 |
| | | | | | | | | It carried over across all fuzzer types |