Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update news | Jack Lloyd | 2019-03-22 | 1 | -1/+17 |
* | Document implemented GOST algorithms | Jack Lloyd | 2019-03-21 | 1 | -2/+2 |
* | Clean up TLS deprecation notices | Jack Lloyd | 2019-03-18 | 1 | -22/+28 |
* | Add a warning about XMSS changes | Jack Lloyd | 2019-03-15 | 1 | -0/+6 |
* | 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 |
|/ | |||||
* | 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 |
* | 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 |
* | | Handle invalid public key length in Ed25519 | Jack Lloyd | 2019-03-03 | 2 | -14/+20 |
|/ | |||||
* | 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 |
|/ | |||||
* | 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 |
|/ | |||||
* | Prevent a warning with old GCC | Jack Lloyd | 2019-02-27 | 1 | -4/+5 |
* | 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 |
|/ | |||||
* | Fix test | Jack Lloyd | 2019-02-24 | 1 | -1/+1 |
* | s/Blake2b/BLAKE2b/ | Jack Lloyd | 2019-02-22 | 3 | -22/+24 |
* | 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 |
* | | Reset the crash count in test fuzzer script | Jack Lloyd | 2019-02-21 | 1 | -0/+2 |
* | | In fuzzer remove debug print and check return value of posix_memalign | Jack Lloyd | 2019-02-21 | 1 | -2/+2 |
|/ | |||||
* | For Clang use explicit enabling flag for Aarch64 crypto ISA | Jack Lloyd | 2019-02-21 | 1 | -1/+1 |
* | Add todo | Jack Lloyd | 2019-02-21 | 1 | -0/+1 |
* | Another todo | Jack Lloyd | 2019-02-19 | 1 | -1/+1 |
* | Update news | Jack Lloyd | 2019-02-19 | 1 | -0/+3 |
* | Merge GH #1830 Add MacOS certificate store | Jack Lloyd | 2019-02-19 | 5 | -0/+902 |
|\ | |||||
| * | add an adaptor for certificate keychain access on macOS | René Meusel | 2019-02-18 | 5 | -0/+902 |
* | | Merge GH #1835 Correct documentation | Jack Lloyd | 2019-02-18 | 1 | -6/+10 |
|\ \ | |||||
| * | | Update docs to replace from_configuration. | Kelvin | 2019-02-18 | 1 | -6/+10 |
|/ / | |||||
* | | Document the private OID assignments | Jack Lloyd | 2019-02-18 | 1 | -0/+42 |
* | | Default McEliece and XMSS to SIV mode | Jack Lloyd | 2019-02-18 | 2 | -2/+14 |
* | | Fix with debug info | Jack Lloyd | 2019-02-18 | 1 | -1/+1 |
* | | Remove print | Jack Lloyd | 2019-02-17 | 1 | -1/+0 |
* | | Add additional annotations for malloc functions | Jack Lloyd | 2019-02-17 | 1 | -1/+1 |